.rt-ecommerce-page {
    --rt-ecommerce-purple: #6255f6;
    --rt-ecommerce-ink: #151518;
    --rt-ecommerce-muted: #5c6575;
    --rt-ecommerce-h2: clamp(34px, 3.2vw, 46px);
    --rt-ecommerce-h2-compact: clamp(32px, 3vw, 42px);
    --rt-ecommerce-h3: clamp(24px, 2vw, 28px);
    --rt-ecommerce-body: 18px;
    --rt-ecommerce-body-compact: 17px;
    color: var(--rt-ecommerce-ink);
}

.rt-ecommerce-page h2 {
    font-size: var(--rt-ecommerce-h2);
    line-height: 1.1;
    letter-spacing: 0;
}

.rt-ecommerce-page h3 {
    font-size: var(--rt-ecommerce-h3);
    line-height: 1.16;
    letter-spacing: 0;
}

.rt-ecommerce-hero .rt-seo-m3-eyebrow {
    color: rgba(255, 255, 255, .76);
}

.rt-ecommerce-hero .rt-seo-m3-microcopy {
    color: #151518;
}

.rt-ecommerce-problem-cards {
    width: min(100% - (var(--rt-seo-gutter) * 2), var(--rt-seo-max));
    margin: 0 auto;
    padding: clamp(70px, 8vw, 118px) 0 clamp(56px, 7vw, 96px);
}

.rt-ecommerce-problem-cards__head {
    max-width: 1060px;
    margin: 0 auto clamp(30px, 4.5vw, 58px);
    text-align: center;
}

.rt-ecommerce-problem-cards__head h2 {
    max-width: 980px;
    margin-inline: auto;
}

.rt-ecommerce-problem-cards__head p {
    max-width: 930px;
    margin-inline: auto;
    font-size: clamp(18px, 1.5vw, 22px);
    line-height: 1.62;
}

.rt-ecommerce-problem-cards__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: clamp(16px, 2vw, 24px);
    align-items: stretch;
}

.rt-ecommerce-problem-card {
    min-height: 100%;
    display: grid;
    grid-template-rows: auto 1fr;
    align-content: start;
    padding: clamp(30px, 2.8vw, 40px) clamp(22px, 2.2vw, 30px) clamp(22px, 2.2vw, 30px);
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(21, 21, 24, .1);
    border-radius: 12px;
    background:
        linear-gradient(180deg, rgba(98, 85, 246, .045), rgba(255, 255, 255, 0) 54%),
        #f7f8fc;
    box-shadow: 0 1px 2px rgba(21, 21, 24, .08), 0 1px 3px rgba(21, 21, 24, .06);
    transition: border-color .22s ease, box-shadow .22s ease, transform .22s ease;
}

.rt-ecommerce-problem-card::after {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    height: 4px;
    background: linear-gradient(90deg, var(--rt-ecommerce-purple), #00a87e);
    opacity: .86;
}

.rt-ecommerce-problem-card:hover {
    transform: translateY(-4px);
    border-color: rgba(98, 85, 246, .24);
    box-shadow: 0 2px 6px rgba(21, 21, 24, .08), 0 14px 34px rgba(31, 27, 73, .1);
}

.rt-ecommerce-problem-card h3 {
    margin: 0 0 16px;
    color: var(--rt-ecommerce-ink);
    font-size: clamp(23px, 2vw, 31px);
    line-height: 1.13;
    letter-spacing: 0;
}

.rt-ecommerce-problem-card p {
    margin: 0;
    color: var(--rt-ecommerce-muted);
    font-size: clamp(16px, 1.1vw, 18px);
    line-height: 1.6;
}

@media (min-width: 1024px) {
    .rt-ecommerce-page .rt-web-section-head,
    .rt-ecommerce-page .rt-web-project-carousel__page {
        max-width: 1060px;
        margin-inline: auto;
        text-align: center;
    }

    .rt-ecommerce-page .rt-web-section-head h2,
    .rt-ecommerce-page .rt-web-project-carousel__page h2 {
        margin-inline: auto;
    }

    .rt-ecommerce-page .rt-web-section-head p,
    .rt-ecommerce-page .rt-web-project-carousel__page p {
        max-width: 920px;
        margin-inline: auto;
    }
}

.rt-ecommerce-page .rt-service-clients.rt-web-clients {
    padding-block: clamp(34px, 4vw, 56px);
    background: transparent;
    overflow: hidden;
}

.rt-ecommerce-page .rt-service-clients.rt-web-clients .rt-service-section-head {
    margin: 0 auto clamp(16px, 2vw, 24px);
    padding-inline: 20px;
}

.rt-ecommerce-page .rt-service-clients.rt-web-clients .rt-service-section-head h2 {
    margin: 0;
    font-size: clamp(34px, 4vw, 54px);
    line-height: 1.04;
}

.rt-ecommerce-platforms {
    padding-top: clamp(72px, 8vw, 132px);
}

.rt-ecommerce-fit-note {
    margin-top: 18px;
    padding-left: 18px;
    border-left: 4px solid var(--rt-ecommerce-purple);
    color: #4e5667;
    font-size: 17px;
    line-height: 1.65;
}

.rt-ecommerce-platform-visual {
    min-height: 390px;
    display: grid;
    place-items: center;
}

.rt-ecommerce-shop-ui {
    --rt-platform: #6255f6;
    --rt-platform-dark: #151518;
    --rt-platform-soft: rgba(98, 85, 246, .1);
    width: min(520px, 100%);
    min-height: 360px;
    padding: clamp(22px, 2.4vw, 30px);
    position: relative;
    overflow: hidden;
    display: grid;
    align-content: space-between;
    gap: 22px;
    border-radius: 30px;
    background:
        radial-gradient(circle at 88% 8%, var(--rt-platform-soft), transparent 30%),
        linear-gradient(145deg, #ffffff 0%, #fbfbff 100%);
    border: 1px solid rgba(18, 20, 35, .08);
    box-shadow: 0 28px 70px rgba(31, 27, 73, .12);
}

.rt-ecommerce-shop-ui--woocommerce {
    --rt-platform: #96588a;
    --rt-platform-dark: #56314f;
    --rt-platform-soft: rgba(150, 88, 138, .12);
}

.rt-ecommerce-shop-ui--shopify {
    --rt-platform: #008060;
    --rt-platform-dark: #004c3f;
    --rt-platform-soft: rgba(0, 128, 96, .12);
}

.rt-ecommerce-shop-ui--prestashop {
    --rt-platform: #df0067;
    --rt-platform-dark: #1b2850;
    --rt-platform-soft: rgba(0, 167, 232, .13);
}

.rt-ecommerce-shop-ui__brand {
    min-height: 64px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
}

.rt-ecommerce-shop-ui__brand img {
    width: 58px;
    height: 58px;
    object-fit: contain;
    object-position: left center;
}

.rt-ecommerce-shop-ui--woocommerce .rt-ecommerce-shop-ui__brand img {
    width: 96px;
    height: 96px;
    margin: -19px 0 -19px -18px;
}

.rt-ecommerce-shop-ui--shopify .rt-ecommerce-shop-ui__brand img {
    width: 62px;
    height: 62px;
}

.rt-ecommerce-shop-ui__brand span {
    flex: 0 0 auto;
    padding: 8px 12px;
    border-radius: 999px;
    background: var(--rt-platform-soft);
    color: var(--rt-platform-dark);
    font-size: 12px;
    line-height: 1;
    font-weight: 850;
}

.rt-ecommerce-platform-card {
    min-height: 178px;
    display: grid;
    grid-template-columns: 132px minmax(0, 1fr);
    gap: 24px;
    align-items: center;
    padding: clamp(20px, 2vw, 26px);
    border-radius: 26px;
    background: #fff;
    border: 1px solid rgba(18, 20, 35, .08);
    box-shadow: 0 18px 42px rgba(18, 20, 35, .08);
}

.rt-ecommerce-platform-card__visual {
    width: 132px;
    aspect-ratio: 1;
    position: relative;
    border-radius: 34px;
    background:
        radial-gradient(circle at 34% 30%, rgba(255, 255, 255, .82), transparent 22%),
        linear-gradient(145deg, var(--rt-platform-soft), color-mix(in srgb, var(--rt-platform) 86%, #ffffff));
    box-shadow: 0 18px 42px color-mix(in srgb, var(--rt-platform) 22%, transparent);
}

.rt-ecommerce-platform-card__visual::before,
.rt-ecommerce-platform-card__visual::after {
    content: "";
    position: absolute;
    border-radius: 999px;
    background: #fff;
    opacity: .9;
}

.rt-ecommerce-platform-card__visual::before {
    width: 56%;
    height: 12px;
    left: 22%;
    top: 36%;
}

.rt-ecommerce-platform-card__visual::after {
    width: 36%;
    height: 12px;
    left: 32%;
    top: 52%;
    opacity: .62;
}

.rt-ecommerce-platform-card__copy {
    min-width: 0;
}

.rt-ecommerce-platform-card__copy strong {
    display: block;
    max-width: 300px;
    color: #151518;
    font-size: clamp(23px, 2vw, 31px);
    line-height: 1.08;
    font-weight: 880;
    letter-spacing: 0;
}

.rt-ecommerce-platform-card__copy em {
    display: block;
    max-width: 300px;
    margin-top: 12px;
    color: #5c6575;
    font-size: 16px;
    line-height: 1.5;
    font-style: normal;
    font-weight: 650;
}

.rt-ecommerce-platform-flow {
    display: grid;
    grid-template-columns: 22px 1fr 22px 1fr 22px;
    gap: 10px;
    align-items: center;
    padding-inline: 6px;
}

.rt-ecommerce-platform-flow span {
    width: 22px;
    height: 22px;
    border-radius: 999px;
    border: 6px solid var(--rt-platform-soft);
    background: var(--rt-platform);
    box-shadow: 0 0 0 1px rgba(18, 20, 35, .04);
}

.rt-ecommerce-platform-flow i {
    height: 3px;
    position: relative;
    overflow: hidden;
    border-radius: 999px;
    background: rgba(18, 20, 35, .08);
}

.rt-ecommerce-platform-flow i::after {
    content: "";
    display: block;
    width: 42%;
    height: 100%;
    border-radius: inherit;
    background: var(--rt-platform);
    animation: rtEcommercePlatformFlow 3.4s ease-in-out infinite;
}

.rt-ecommerce-platform-flow i:nth-of-type(2)::after {
    animation-delay: .22s;
}

.rt-ecommerce-platform-note {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 15px 18px;
    border-radius: 999px;
    background: #151518;
    color: #fff;
}

.rt-ecommerce-platform-note span {
    color: rgba(255, 255, 255, .62);
    font-size: 13px;
    line-height: 1;
    font-weight: 800;
}

.rt-ecommerce-platform-note strong {
    color: #fff;
    font-size: 14px;
    line-height: 1;
    font-weight: 880;
}

@keyframes rtEcommercePlatformFlow {
    0% { transform: translateX(-120%); opacity: 0; }
    24%, 70% { opacity: 1; }
    100% { transform: translateX(240%); opacity: 0; }
}

@media (max-width: 720px) {
    .rt-ecommerce-shop-ui {
        min-height: 0;
        padding: 20px;
        border-radius: 24px;
        gap: 18px;
    }

    .rt-ecommerce-shop-ui__brand img {
        max-width: 138px;
        height: 34px;
    }

    .rt-ecommerce-platform-card {
        grid-template-columns: 94px minmax(0, 1fr);
        gap: 16px;
        min-height: 142px;
        padding: 18px;
        border-radius: 22px;
    }

    .rt-ecommerce-platform-card__visual {
        width: 94px;
        border-radius: 26px;
    }

    .rt-ecommerce-platform-card__copy strong {
        font-size: 22px;
    }

    .rt-ecommerce-platform-card__copy em {
        font-size: 14px;
        line-height: 1.45;
    }

    .rt-ecommerce-platform-note {
        border-radius: 18px;
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (prefers-reduced-motion: reduce) {
    .rt-ecommerce-platform-flow i::after {
        animation: none;
        width: 100%;
    }
}

.rt-ecommerce-includes,
.rt-ecommerce-growth {
    padding: clamp(78px, 8vw, 132px) var(--rt-layout-gutter, 72px);
    background: #ffffff;
}

.rt-ecommerce-includes__grid,
.rt-ecommerce-growth__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0;
    margin-top: clamp(34px, 4vw, 60px);
    border-top: 1px solid #dfe3ef;
    border-left: 1px solid #dfe3ef;
}

.rt-ecommerce-includes__grid article,
.rt-ecommerce-growth__grid article {
    padding: clamp(24px, 2.5vw, 38px);
    border-right: 1px solid #dfe3ef;
    border-bottom: 1px solid #dfe3ef;
    min-height: 100%;
    background: linear-gradient(180deg, rgba(98, 85, 246, .045), rgba(255, 255, 255, 0) 54%);
}

.rt-ecommerce-includes__grid h3,
.rt-ecommerce-growth__grid h3 {
    margin: 0 0 18px;
    font-size: 28px;
    line-height: 1.12;
}

.rt-ecommerce-includes__grid ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 12px;
}

.rt-ecommerce-includes__grid li {
    position: relative;
    padding-left: 23px;
    color: var(--rt-ecommerce-muted);
    font-size: 15px;
    line-height: 1.55;
}

.rt-ecommerce-includes__grid li::before {
    content: "";
    position: absolute;
    left: 0;
    top: .62em;
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: var(--rt-ecommerce-purple);
}

.rt-ecommerce-includes__stories {
    width: min(100%, var(--rt-layout-content, 1456px));
    margin: clamp(42px, 5vw, 76px) auto 0;
    display: grid;
    gap: clamp(34px, 5vw, 86px);
}

.rt-ecommerce-include-story {
    display: grid;
    grid-template-columns: minmax(280px, .88fr) minmax(0, 1fr);
    gap: clamp(28px, 5vw, 76px);
    align-items: center;
}

.rt-ecommerce-include-story:nth-child(even) {
    grid-template-columns: minmax(0, 1fr) minmax(280px, .88fr);
}

.rt-ecommerce-include-story:nth-child(even) .rt-ecommerce-include-story__media {
    order: 2;
}

.rt-ecommerce-include-story__media {
    min-height: clamp(300px, 34vw, 450px);
    display: grid;
    place-items: center;
    border-radius: 34px;
    background:
        radial-gradient(circle at 20% 18%, rgba(98, 85, 246, .22), transparent 34%),
        radial-gradient(circle at 78% 72%, rgba(89, 213, 255, .18), transparent 31%),
        linear-gradient(145deg, #f7f8ff 0%, #ffffff 52%, #ece9ff 100%);
    border: 1px solid rgba(98, 85, 246, .18);
    overflow: hidden;
    position: relative;
}

.rt-ecommerce-include-story__media::after {
    content: "";
    position: absolute;
    inset: auto 10% 9% 10%;
    height: 20px;
    border-radius: 999px;
    background: rgba(28, 28, 35, .08);
    filter: blur(12px);
}

.rt-ecommerce-include-story__copy {
    max-width: 680px;
}

.rt-ecommerce-include-story__copy h3 {
    margin: 0 0 22px;
    font-size: 36px;
    line-height: 1.1;
}

.rt-ecommerce-include-story__copy ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 14px;
}

.rt-ecommerce-include-story__copy li {
    position: relative;
    padding-left: 30px;
    color: var(--rt-ecommerce-muted);
    font-size: 18px;
    line-height: 1.55;
}

.rt-ecommerce-include-story__copy li::before {
    content: "";
    position: absolute;
    left: 0;
    top: .58em;
    width: 11px;
    height: 11px;
    border-radius: 999px;
    background: var(--rt-ecommerce-purple);
    box-shadow: 0 0 0 6px rgba(98, 85, 246, .12);
}

.rt-ecommerce-include-build,
.rt-ecommerce-include-seo-old,
.rt-ecommerce-include-tracking,
.rt-ecommerce-include-training {
    width: min(88%, 540px);
    position: relative;
    z-index: 1;
    border-radius: 28px;
    background: rgba(255, 255, 255, .88);
    border: 1px solid rgba(28, 28, 35, .08);
    box-shadow: 0 30px 70px rgba(31, 27, 73, .14);
}

.rt-ecommerce-include-build {
    min-height: 320px;
    padding: 24px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 150px;
    grid-template-rows: 1fr auto;
    gap: 16px;
    transform: rotate(-2deg);
}

.rt-ecommerce-include-build__store {
    grid-row: 1 / 3;
    padding: 22px;
    border-radius: 24px;
    background: #fff;
    border: 1px solid rgba(98, 85, 246, .12);
    display: grid;
    align-content: end;
    gap: 10px;
    overflow: hidden;
}

.rt-ecommerce-include-build__store span {
    width: 118px;
    aspect-ratio: 1;
    align-self: start;
    border-radius: 32px;
    background:
        radial-gradient(circle at 35% 30%, rgba(255, 255, 255, .85), transparent 20%),
        linear-gradient(145deg, rgba(98, 85, 246, .18), #6255f6);
    box-shadow: 0 18px 44px rgba(98, 85, 246, .22);
    animation: rtEcomBuildProduct 4s ease-in-out infinite;
}

.rt-ecommerce-include-build__store strong,
.rt-ecommerce-include-training__admin strong {
    color: #151518;
    font-size: clamp(23px, 2vw, 30px);
    line-height: 1.08;
    font-weight: 880;
}

.rt-ecommerce-include-build__store em,
.rt-ecommerce-include-training__admin em {
    color: #657084;
    font-size: 15px;
    line-height: 1.45;
    font-style: normal;
    font-weight: 650;
}

.rt-ecommerce-include-build__rail,
.rt-ecommerce-include-training__steps {
    display: grid;
    gap: 10px;
}

.rt-ecommerce-include-build__rail span,
.rt-ecommerce-include-training__steps span,
.rt-ecommerce-include-tracking__events span {
    padding: 11px 13px;
    border-radius: 999px;
    background: rgba(98, 85, 246, .1);
    color: #3d35bf;
    font-size: 13px;
    line-height: 1;
    font-weight: 850;
    animation: rtEcomChipPulse 4s ease-in-out infinite;
}

.rt-ecommerce-include-build__rail span:nth-child(2),
.rt-ecommerce-include-training__steps span:nth-child(2),
.rt-ecommerce-include-tracking__events span:nth-child(2) {
    animation-delay: .2s;
}

.rt-ecommerce-include-build__rail span:nth-child(3),
.rt-ecommerce-include-training__steps span:nth-child(3),
.rt-ecommerce-include-tracking__events span:nth-child(3) {
    animation-delay: .4s;
}

.rt-ecommerce-include-build__cart {
    padding: 16px;
    border-radius: 22px;
    background: #151518;
    color: #fff;
}

.rt-ecommerce-include-build__cart small,
.rt-ecommerce-include-tracking__metric small {
    display: block;
    color: rgba(255, 255, 255, .62);
    font-size: 12px;
    line-height: 1;
    font-weight: 800;
}

.rt-ecommerce-include-build__cart strong,
.rt-ecommerce-include-tracking__metric strong {
    display: block;
    margin-top: 8px;
    color: #fff;
    font-size: 22px;
    line-height: 1;
    font-weight: 900;
}

.rt-ecommerce-include-story--build .rt-home-commerceflow {
    --rt-mock-purple: #6255ff;
    --rt-mock-ink: #15151c;
    --rt-mock-muted: #747985;
    --rt-mock-line: rgba(23, 27, 38, .08);
    position: relative;
    width: min(92%, 560px);
    aspect-ratio: 1.12 / 1;
    filter: drop-shadow(0 30px 38px rgba(30, 34, 50, .16));
}

.rt-ecommerce-include-story--build .rt-home-commerceflow__shop {
    position: absolute;
    inset: 6% 4% 8%;
    overflow: hidden;
    border: 8px solid rgba(255, 255, 255, .9);
    border-radius: 38px;
    background: linear-gradient(145deg, #fff 0%, #f6f8fb 100%);
    box-shadow: inset 0 0 0 1px rgba(28, 32, 42, .07), 0 24px 36px rgba(35, 42, 56, .14);
    animation: rt-home-live-float 5.8s cubic-bezier(.2, 0, .2, 1) infinite;
}

.rt-ecommerce-include-story--build .rt-home-commerceflow__top {
    height: 14%;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 0 7%;
    border-bottom: 1px solid var(--rt-mock-line);
    color: var(--rt-mock-muted);
}

.rt-ecommerce-include-story--build .rt-home-commerceflow__top > span {
    width: 10px;
    height: 10px;
    border-radius: 999px;
    background: #ff7b8a;
}

.rt-ecommerce-include-story--build .rt-home-commerceflow__top strong {
    margin-right: auto;
    color: #454b58;
    font-size: 13px;
    font-weight: 900;
}

.rt-ecommerce-include-story--build .rt-home-commerceflow__top b {
    display: grid;
    place-items: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: var(--rt-mock-purple);
    color: #fff;
    font-size: 12px;
    font-weight: 950;
}

.rt-ecommerce-include-story--build .rt-home-commerceflow__products {
    position: absolute;
    left: 8%;
    right: 8%;
    top: 22%;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
}

.rt-ecommerce-include-story--build .rt-home-commerceflow__product {
    min-height: 118px;
    padding: 10px;
    border: 1px solid rgba(98, 85, 255, .1);
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 10px 20px rgba(42, 48, 66, .08);
    transition: border-color .2s ease, transform .2s ease;
}

.rt-ecommerce-include-story--build .rt-home-commerceflow__product.is-active,
.rt-ecommerce-include-story--build .rt-home-commerceflow__product:hover {
    border-color: rgba(98, 85, 255, .55);
    transform: translateY(-5px);
}

.rt-ecommerce-include-story--build .rt-home-commerceflow__product i,
.rt-ecommerce-include-story--build .rt-home-commerceflow__product span,
.rt-ecommerce-include-story--build .rt-home-commerceflow__product em {
    display: block;
}

.rt-ecommerce-include-story--build .rt-home-commerceflow__product i {
    height: 52px;
    border-radius: 16px;
    background: linear-gradient(135deg, #fbbc05, #61f16d);
}

.rt-ecommerce-include-story--build .rt-home-commerceflow__product:nth-child(2) i {
    background: linear-gradient(135deg, #6255ff, #9cc4ff);
}

.rt-ecommerce-include-story--build .rt-home-commerceflow__product:nth-child(3) i {
    background: linear-gradient(135deg, #ea4335, #fbbc05);
}

.rt-ecommerce-include-story--build .rt-home-commerceflow__product span {
    width: 70%;
    height: 8px;
    margin-top: 12px;
    overflow: hidden;
    border-radius: 999px;
    background: rgba(23, 27, 38, .12);
    color: transparent;
}

.rt-ecommerce-include-story--build .rt-home-commerceflow__product em {
    margin-top: 9px;
    color: var(--rt-mock-purple);
    font-size: 13px;
    font-style: normal;
    font-weight: 900;
}

.rt-ecommerce-include-story--build .rt-home-commerceflow__fly-item {
    position: absolute;
    left: 17%;
    top: 35%;
    z-index: 9;
    display: block;
    width: 46px;
    height: 46px;
    border-radius: 16px;
    background: radial-gradient(circle at 68% 28%, rgba(255, 255, 255, .72), transparent 25%), linear-gradient(135deg, #6255ff, #9cc4ff);
    box-shadow: 0 16px 26px rgba(98, 85, 255, .2);
    opacity: 0;
    pointer-events: none;
}

.rt-ecommerce-include-story--build .rt-home-commerceflow[data-rt-commerce-product="1"] .rt-home-commerceflow__fly-item {
    left: 44%;
    background: radial-gradient(circle at 68% 28%, rgba(255, 255, 255, .72), transparent 25%), linear-gradient(135deg, #fbbc05, #f7d78a);
}

.rt-ecommerce-include-story--build .rt-home-commerceflow[data-rt-commerce-product="2"] .rt-home-commerceflow__fly-item {
    left: 71%;
    background: radial-gradient(circle at 68% 28%, rgba(255, 255, 255, .72), transparent 25%), linear-gradient(135deg, #61f16d, #95f3d5);
}

.rt-ecommerce-include-story--build .rt-home-commerceflow.is-purchase-running .rt-home-commerceflow__fly-item {
    animation: rt-home-commerce-fly 2.15s cubic-bezier(.16, .82, .2, 1) both;
}

.rt-ecommerce-include-story--build .rt-home-commerceflow__checkout {
    position: absolute;
    left: 7%;
    bottom: 22%;
    z-index: 3;
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    width: 50%;
    min-height: 80px;
    padding: 16px;
    border-radius: 24px;
    background: #15151c;
    color: #fff;
    box-shadow: 0 18px 34px rgba(21, 21, 28, .2);
}

.rt-ecommerce-include-story--build .rt-home-commerceflow__checkout span {
    grid-column: 1 / 2;
    font-size: 11px;
    text-transform: uppercase;
    opacity: .64;
}

.rt-ecommerce-include-story--build .rt-home-commerceflow__checkout strong {
    grid-column: 1 / 2;
    margin-top: 4px;
    font-size: 24px;
    line-height: 1;
}

.rt-ecommerce-include-story--build .rt-home-commerceflow__checkout button {
    grid-column: 2 / 3;
    grid-row: 1 / 3;
    min-height: 38px;
    padding: 0 15px;
    border: 0;
    border-radius: 999px;
    background: var(--rt-mock-purple);
    color: #fff;
    font-size: 11px;
    font-weight: 950;
    box-shadow: 0 12px 22px rgba(98, 85, 255, .28);
}

.rt-ecommerce-include-story--build .rt-home-commerceflow.is-purchase-running .rt-home-commerceflow__checkout button {
    animation: rt-home-commerce-button 2.15s ease both;
}

.rt-ecommerce-include-story--build .rt-home-commerceflow__payment {
    position: absolute;
    right: 7%;
    bottom: 24%;
    z-index: 4;
    display: grid;
    gap: 6px;
    width: 34%;
    min-height: 92px;
    padding: 15px;
    border-radius: 24px;
    background: radial-gradient(circle at 82% 24%, rgba(255, 255, 255, .24), transparent 26%), linear-gradient(135deg, #6255ff, #15151c);
    color: #fff;
    box-shadow: 0 18px 34px rgba(98, 85, 255, .2);
    opacity: .72;
    transform: translateY(12px) scale(.96);
}

.rt-ecommerce-include-story--build .rt-home-commerceflow__payment span {
    width: 28px;
    height: 20px;
    border-radius: 6px;
    background: rgba(255, 255, 255, .28);
}

.rt-ecommerce-include-story--build .rt-home-commerceflow__payment strong {
    font-size: 12px;
    font-weight: 950;
    line-height: 1;
}

.rt-ecommerce-include-story--build .rt-home-commerceflow__payment em {
    font-size: 11px;
    font-style: normal;
    opacity: .72;
}

.rt-ecommerce-include-story--build .rt-home-commerceflow.is-purchase-running .rt-home-commerceflow__payment {
    animation: rt-home-commerce-pay 2.15s ease both;
}

.rt-ecommerce-include-story--build .rt-home-commerceflow__steps {
    position: absolute;
    left: 8%;
    right: 8%;
    bottom: 16%;
    z-index: 2;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 7px;
}

.rt-ecommerce-include-story--build .rt-home-commerceflow__steps span {
    height: 6px;
    overflow: hidden;
    border-radius: 999px;
    background: rgba(98, 85, 255, .12);
    color: transparent;
}

.rt-ecommerce-include-story--build .rt-home-commerceflow__steps span::before {
    content: "";
    display: block;
    width: 0;
    height: 100%;
    border-radius: inherit;
    background: var(--rt-mock-purple);
}

.rt-ecommerce-include-story--build .rt-home-commerceflow.is-purchase-running .rt-home-commerceflow__steps span::before {
    animation: rt-home-commerce-step 2.15s ease both;
}

.rt-ecommerce-include-story--build .rt-home-commerceflow.is-purchase-running .rt-home-commerceflow__steps span:nth-child(2)::before {
    animation-delay: .28s;
}

.rt-ecommerce-include-story--build .rt-home-commerceflow.is-purchase-running .rt-home-commerceflow__steps span:nth-child(3)::before {
    animation-delay: .56s;
}

.rt-ecommerce-include-story--build .rt-home-commerceflow.is-purchase-running .rt-home-commerceflow__steps span:nth-child(4)::before {
    animation-delay: .84s;
}

.rt-ecommerce-include-story--build .rt-home-commerceflow__status {
    position: absolute;
    left: 7%;
    right: 7%;
    bottom: 6%;
    z-index: 5;
    display: grid;
    grid-template-columns: 38px 1fr auto;
    align-items: center;
    gap: 12px;
    height: 58px;
    padding: 0 14px;
    border: 1px solid rgba(97, 241, 109, .2);
    border-radius: 999px;
    background: rgba(255, 255, 255, .88);
    box-shadow: 0 18px 30px rgba(42, 48, 66, .11);
    opacity: 0;
    transform: translateY(12px);
}

.rt-ecommerce-include-story--build .rt-home-commerceflow__status span {
    position: relative;
    display: grid;
    place-items: center;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #61f16d;
}

.rt-ecommerce-include-story--build .rt-home-commerceflow__status span::before {
    content: "";
    width: 12px;
    height: 7px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(-45deg) translate(1px, -1px);
}

.rt-ecommerce-include-story--build .rt-home-commerceflow__status strong {
    color: #15151c;
    font-size: 13px;
    font-weight: 900;
}

.rt-ecommerce-include-story--build .rt-home-commerceflow__status b {
    display: grid;
    place-items: center;
    min-width: 72px;
    height: 26px;
    padding: 0 10px;
    border-radius: 999px;
    background: rgba(98, 85, 255, .1);
    color: var(--rt-mock-purple);
    font-size: 10px;
    font-weight: 950;
}

.rt-ecommerce-include-story--build .rt-home-commerceflow.is-purchase-running .rt-home-commerceflow__status {
    animation: rt-home-commerce-status 2.35s ease both;
}

.rt-ecommerce-include-seo-old {
    aspect-ratio: 16 / 9;
    padding: clamp(16px, 2vw, 24px);
    display: grid;
    grid-template-columns: minmax(0, 1fr) 190px;
    gap: 16px;
    overflow: hidden;
}

.rt-ecommerce-include-seo-old__search {
    grid-column: 1 / 3;
    height: 44px;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 0 16px;
    border-radius: 999px;
    background: #fff;
    border: 1px solid rgba(98, 85, 246, .14);
    box-shadow: 0 12px 28px rgba(31, 27, 73, .08);
}

.rt-ecommerce-include-seo-old__search span {
    width: 14px;
    height: 14px;
    border: 3px solid var(--rt-ecommerce-purple);
    border-radius: 999px;
    position: relative;
}

.rt-ecommerce-include-seo-old__search span::after {
    content: "";
    position: absolute;
    width: 7px;
    height: 3px;
    right: -7px;
    bottom: -3px;
    border-radius: 999px;
    background: var(--rt-ecommerce-purple);
    transform: rotate(42deg);
}

.rt-ecommerce-include-seo-old__search strong {
    color: #151518;
    font-size: 15px;
    line-height: 1;
    font-weight: 850;
}

.rt-ecommerce-include-seo-old__serp {
    display: grid;
    gap: 9px;
    align-content: start;
}

.rt-ecommerce-include-seo-old__serp span {
    min-height: 46px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 8px;
    align-items: center;
    padding: 10px 12px;
    border-radius: 15px;
    background: #fff;
    border: 1px solid rgba(28, 28, 35, .08);
    color: #8a92a3;
    animation: rtEcomSeoMuted 5s ease-in-out infinite;
}

.rt-ecommerce-include-seo-old__serp b,
.rt-ecommerce-include-seo-old__serp small,
.rt-ecommerce-include-seo-old__serp em {
    display: block;
    min-width: 0;
}

.rt-ecommerce-include-seo-old__serp b {
    color: inherit;
    font-size: 13px;
    line-height: 1;
    font-weight: 850;
}

.rt-ecommerce-include-seo-old__serp small {
    grid-column: 1;
    color: #697386;
    font-size: 11px;
    line-height: 1.15;
    font-weight: 650;
}

.rt-ecommerce-include-seo-old__serp em {
    grid-row: 1 / span 2;
    grid-column: 2;
    min-width: 34px;
    padding: 8px 9px;
    border-radius: 999px;
    background: #f2f3f8;
    color: #697386;
    font-size: 12px;
    line-height: 1;
    text-align: center;
    font-style: normal;
    font-weight: 900;
}

.rt-ecommerce-include-seo-old__serp .is-rowtech {
    color: #151518;
    border-color: rgba(98, 85, 246, .24);
    box-shadow: 0 14px 34px rgba(98, 85, 246, .14);
    animation: rtEcomSeoClimb 5s ease-in-out infinite;
}

.rt-ecommerce-include-seo-old__serp .is-rowtech em {
    background: var(--rt-ecommerce-purple);
    color: #fff;
    font-size: 0;
}

.rt-ecommerce-include-seo-old__serp .is-rowtech em::after {
    content: "10+";
    font-size: 12px;
    animation: rtEcomSeoRank 5s steps(1, end) infinite;
}

.rt-ecommerce-include-seo-old__chart {
    position: relative;
    align-self: stretch;
    border-radius: 18px;
    background: linear-gradient(180deg, #fafbff, #f0efff);
    border: 1px solid rgba(98, 85, 246, .13);
    overflow: hidden;
}

.rt-ecommerce-include-seo-old__chart i {
    position: absolute;
    left: 18px;
    right: 18px;
    bottom: 42px;
    height: 76px;
    border-left: 4px solid var(--rt-ecommerce-purple);
    border-bottom: 4px solid var(--rt-ecommerce-purple);
    border-radius: 0 0 0 14px;
    transform: skew(-22deg) scaleX(.45);
    transform-origin: left bottom;
    opacity: .9;
    animation: rtEcomSeoChart 5s ease-in-out infinite;
}

.rt-ecommerce-include-seo-old__chart span {
    position: absolute;
    bottom: 14px;
    color: #6c7487;
    font-size: 11px;
    line-height: 1;
    font-weight: 850;
}

.rt-ecommerce-include-seo-old__chart span:nth-child(2) { left: 16px; }
.rt-ecommerce-include-seo-old__chart span:nth-child(3) { left: 52px; }
.rt-ecommerce-include-seo-old__chart span:nth-child(4) { left: 90px; }
.rt-ecommerce-include-seo-old__chart span:nth-child(5) { right: 14px; color: var(--rt-ecommerce-purple); }

.rt-ecommerce-include-tracking {
    min-height: 320px;
    padding: 24px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 172px;
    gap: 16px;
}

.rt-ecommerce-include-tracking__shop {
    padding: 22px;
    border-radius: 24px;
    background: #fff;
    border: 1px solid rgba(28, 28, 35, .08);
    display: grid;
    align-content: end;
    gap: 10px;
}

.rt-ecommerce-include-tracking__shop span {
    width: 104px;
    height: 104px;
    border-radius: 30px;
    background:
        radial-gradient(circle at 35% 30%, rgba(255, 255, 255, .8), transparent 20%),
        linear-gradient(145deg, #59d5ff, #6255f6);
    box-shadow: 0 18px 44px rgba(98, 85, 246, .2);
}

.rt-ecommerce-include-tracking__shop strong,
.rt-ecommerce-include-tracking__shop em {
    display: block;
    color: #151518;
    font-style: normal;
}

.rt-ecommerce-include-tracking__shop strong {
    font-size: 28px;
    line-height: 1;
    font-weight: 880;
}

.rt-ecommerce-include-tracking__shop em {
    color: #657084;
    font-size: 16px;
    font-weight: 750;
}

.rt-ecommerce-include-tracking__events {
    display: grid;
    align-content: center;
    gap: 12px;
    position: relative;
}

.rt-ecommerce-include-tracking__events::before {
    content: "";
    position: absolute;
    left: -42px;
    top: 50%;
    width: 50px;
    height: 3px;
    border-radius: 999px;
    background: linear-gradient(90deg, transparent, var(--rt-ecommerce-purple));
}

.rt-ecommerce-include-tracking__metric {
    grid-column: 1 / 3;
    padding: 18px 20px;
    border-radius: 22px;
    background: #151518;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.rt-ecommerce-include-tracking-lab {
    --rt-track-purple: #6255ff;
    --rt-track-line: rgba(255, 255, 255, .1);
    position: relative;
    z-index: 1;
    width: min(92%, 580px);
    aspect-ratio: 16 / 9;
    min-height: 330px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .38);
    border-radius: 34px;
    background:
        radial-gradient(circle at 50% 48%, rgba(98, 85, 255, .34), transparent 30%),
        radial-gradient(circle at 82% 18%, rgba(66, 133, 244, .24), transparent 28%),
        linear-gradient(145deg, #10131f 0%, #171b2a 52%, #0f111b 100%);
    box-shadow: 0 30px 70px rgba(31, 27, 73, .2);
}

.rt-ecommerce-include-tracking-lab::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(var(--rt-track-line) 1px, transparent 1px),
        linear-gradient(90deg, var(--rt-track-line) 1px, transparent 1px);
    background-size: 42px 42px;
    mask-image: radial-gradient(circle at 50% 48%, #000 0%, transparent 72%);
    opacity: .34;
}

.rt-ecommerce-include-tracking-lab__order {
    position: absolute;
    left: 50%;
    top: 47%;
    z-index: 4;
    width: 150px;
    height: 150px;
    padding: 22px;
    display: grid;
    place-items: center;
    text-align: center;
    border-radius: 32px;
    background: rgba(255, 255, 255, .96);
    box-shadow: 0 24px 44px rgba(0, 0, 0, .18), 0 0 0 10px rgba(255, 255, 255, .05);
    transform: translate(-50%, -50%);
    animation: rtEcomTrackingCore 5.6s ease-in-out infinite;
}

.rt-ecommerce-include-tracking-lab__order span,
.rt-ecommerce-include-tracking-lab__order strong,
.rt-ecommerce-include-tracking-lab__order em {
    display: block;
}

.rt-ecommerce-include-tracking-lab__order span {
    color: var(--rt-track-purple);
    font-size: 12px;
    line-height: 1;
    font-weight: 950;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.rt-ecommerce-include-tracking-lab__order strong {
    color: #15151c;
    font-size: 36px;
    line-height: .95;
    font-weight: 950;
}

.rt-ecommerce-include-tracking-lab__order em {
    color: #687184;
    font-size: 12px;
    line-height: 1.15;
    font-style: normal;
    font-weight: 800;
}

.rt-ecommerce-include-tracking-lab__signal span {
    position: absolute;
    left: 50%;
    top: 47%;
    z-index: 3;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 0 0 7px rgba(98, 85, 255, .18), 0 0 28px rgba(98, 85, 255, .72);
    opacity: 0;
    transform: translate(-50%, -50%);
    animation: rtEcomTrackingSignal 5.6s cubic-bezier(.18, .84, .18, 1) infinite;
}

.rt-ecommerce-include-tracking-lab__signal span:nth-child(1) {
    --tx: -205px;
    --ty: -92px;
    animation-delay: .16s;
}

.rt-ecommerce-include-tracking-lab__signal span:nth-child(2) {
    --tx: 205px;
    --ty: -92px;
    animation-delay: .34s;
}

.rt-ecommerce-include-tracking-lab__signal span:nth-child(3) {
    --tx: -205px;
    --ty: 92px;
    animation-delay: .52s;
}

.rt-ecommerce-include-tracking-lab__signal span:nth-child(4) {
    --tx: 205px;
    --ty: 92px;
    animation-delay: .7s;
}

.rt-ecommerce-include-tracking-lab__signal span:nth-child(5) {
    --tx: 0px;
    --ty: -126px;
    animation-delay: .88s;
}

.rt-ecommerce-include-tracking-lab__channels {
    position: absolute;
    inset: 0;
    z-index: 2;
}

.rt-ecommerce-include-tracking-lab__channel {
    position: absolute;
    width: 158px;
    min-height: 68px;
    padding: 13px 14px 13px 48px;
    border: 1px solid rgba(255, 255, 255, .5);
    border-radius: 21px;
    background: rgba(255, 255, 255, .92);
    box-shadow: 0 18px 34px rgba(0, 0, 0, .14);
}

.rt-ecommerce-include-tracking-lab__channel i {
    position: absolute;
    left: 13px;
    top: 13px;
    display: grid;
    place-items: center;
    width: 26px;
    height: 26px;
    border-radius: 10px;
    background: var(--rt-track-purple);
    color: #fff;
    font-size: 15px;
    line-height: 1;
    font-style: normal;
    font-weight: 950;
}

.rt-ecommerce-include-tracking-lab__channel strong,
.rt-ecommerce-include-tracking-lab__channel span {
    display: block;
}

.rt-ecommerce-include-tracking-lab__channel strong {
    color: #15151c;
    font-size: 13px;
    line-height: 1.05;
    font-weight: 950;
}

.rt-ecommerce-include-tracking-lab__channel span {
    margin-top: 5px;
    color: #6b7280;
    font-size: 10px;
    line-height: 1.15;
    font-weight: 750;
}

.rt-ecommerce-include-tracking-lab__channel--meta {
    left: 5%;
    top: 9%;
}

.rt-ecommerce-include-tracking-lab__channel--google {
    right: 5%;
    top: 9%;
}

.rt-ecommerce-include-tracking-lab__channel--mail {
    left: 5%;
    bottom: 24%;
}

.rt-ecommerce-include-tracking-lab__channel--feed {
    right: 5%;
    bottom: 24%;
}

.rt-ecommerce-include-tracking-lab__channel--social {
    left: 50%;
    top: 5%;
    transform: translateX(-50%);
}

.rt-ecommerce-include-tracking-lab__channel--meta i {
    background: linear-gradient(135deg, #0866ff, #6255ff);
}

.rt-ecommerce-include-tracking-lab__channel--google i {
    background: linear-gradient(135deg, #4285f4, #34a853);
}

.rt-ecommerce-include-tracking-lab__channel--mail i {
    background: linear-gradient(135deg, #6255ff, #9cc4ff);
}

.rt-ecommerce-include-tracking-lab__channel--feed i {
    background: linear-gradient(135deg, #fbbc04, #ea4335);
}

.rt-ecommerce-include-tracking-lab__channel--social i {
    background: linear-gradient(135deg, #f58529, #dd2a7b 45%, #8134af);
}

.rt-ecommerce-include-tracking-lab__metrics {
    position: absolute;
    left: 8%;
    right: 8%;
    bottom: 7%;
    z-index: 5;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}

.rt-ecommerce-include-tracking-lab__metrics span {
    min-height: 58px;
    padding: 12px 14px;
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 18px;
    background: rgba(255, 255, 255, .08);
    backdrop-filter: blur(14px);
}

.rt-ecommerce-include-tracking-lab__metrics b,
.rt-ecommerce-include-tracking-lab__metrics strong {
    display: block;
}

.rt-ecommerce-include-tracking-lab__metrics b {
    color: rgba(255, 255, 255, .56);
    font-size: 10px;
    line-height: 1;
    font-weight: 850;
    text-transform: uppercase;
}

.rt-ecommerce-include-tracking-lab__metrics strong {
    margin-top: 7px;
    color: #fff;
    font-size: 20px;
    line-height: 1;
    font-weight: 950;
}

.rt-ecommerce-include-training {
    min-height: 320px;
    padding: 24px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 170px;
    gap: 16px;
    transform: rotate(2deg);
}

.rt-ecommerce-include-training__admin {
    grid-row: 1 / 3;
    padding: 24px;
    border-radius: 24px;
    background: #fff;
    border: 1px solid rgba(28, 28, 35, .08);
    display: grid;
    align-content: end;
    gap: 10px;
}

.rt-ecommerce-include-training__admin span {
    width: 100%;
    height: 86px;
    align-self: start;
    border-radius: 20px;
    background:
        linear-gradient(90deg, rgba(98, 85, 246, .16) 0 30%, transparent 30% 36%, rgba(98, 85, 246, .1) 36% 100%),
        #fafbff;
    border: 1px solid rgba(98, 85, 246, .12);
}

.rt-ecommerce-include-training__done {
    align-self: end;
    display: grid;
    place-items: center;
    min-height: 76px;
    border-radius: 22px;
    background: #151518;
    color: #fff;
    font-size: 18px;
    font-weight: 900;
    animation: rtEcomTrainingDone 4s ease-in-out infinite;
}

.rt-ecommerce-include-training-lab {
    --rt-training-purple: #6255ff;
    --rt-training-ink: #15151c;
    position: relative;
    z-index: 1;
    width: min(92%, 580px);
    aspect-ratio: 16 / 9;
    min-height: 330px;
    padding: 18px;
    border-radius: 34px;
    background:
        radial-gradient(circle at 18% 18%, rgba(98, 85, 255, .18), transparent 34%),
        radial-gradient(circle at 86% 72%, rgba(97, 241, 109, .16), transparent 30%),
        linear-gradient(145deg, #ffffff 0%, #f7f8ff 56%, #ece9ff 100%);
    border: 1px solid rgba(98, 85, 246, .18);
    box-shadow: 0 30px 70px rgba(31, 27, 73, .14);
}

.rt-ecommerce-include-training-lab__window {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 26px;
    background: #fff;
    box-shadow: inset 0 0 0 1px rgba(21, 21, 28, .07), 0 18px 36px rgba(31, 27, 73, .12);
}

.rt-ecommerce-include-training-lab__topbar {
    height: 52px;
    display: flex;
    align-items: center;
    gap: 7px;
    padding: 0 22px;
    border-bottom: 1px solid rgba(21, 21, 28, .07);
}

.rt-ecommerce-include-training-lab__topbar span {
    width: 10px;
    height: 10px;
    border-radius: 999px;
    background: #ff7b8a;
}

.rt-ecommerce-include-training-lab__topbar span:nth-child(2) {
    background: #ffd46b;
}

.rt-ecommerce-include-training-lab__topbar span:nth-child(3) {
    background: #63dd83;
}

.rt-ecommerce-include-training-lab__topbar strong {
    margin-left: auto;
    color: #6b7280;
    font-size: 12px;
    line-height: 1;
    font-weight: 900;
    text-transform: uppercase;
}

.rt-ecommerce-include-training-lab__sidebar {
    position: absolute;
    left: 18px;
    top: 72px;
    bottom: 18px;
    width: 116px;
    display: grid;
    align-content: start;
    gap: 10px;
}

.rt-ecommerce-include-training-lab__sidebar button {
    border: 0;
    padding: 12px 14px;
    border-radius: 16px;
    background: #f4f5ff;
    color: #687184;
    font-size: 12px;
    line-height: 1;
    font-weight: 850;
    cursor: pointer;
    transition: background .24s ease, color .24s ease, box-shadow .24s ease, transform .24s ease;
}

.rt-ecommerce-include-training-lab__sidebar button.is-active {
    background: var(--rt-training-purple);
    color: #fff;
    box-shadow: 0 12px 24px rgba(98, 85, 255, .22);
    transform: translateX(3px);
}

.rt-ecommerce-include-training-lab__lesson {
    position: absolute;
    left: 154px;
    top: 72px;
    width: 198px;
    min-height: 142px;
    padding: 17px;
    border-radius: 22px;
    background: #15151c;
    color: #fff;
    box-shadow: 0 18px 34px rgba(21, 21, 28, .18);
    transition: transform .34s ease, opacity .34s ease;
}

.rt-ecommerce-include-training-lab__lesson small,
.rt-ecommerce-include-training-lab__lesson strong,
.rt-ecommerce-include-training-lab__lesson p {
    display: block;
}

.rt-ecommerce-include-training-lab__lesson small {
    color: rgba(255, 255, 255, .58);
    font-size: 10px;
    line-height: 1;
    font-weight: 900;
    text-transform: uppercase;
}

.rt-ecommerce-include-training-lab__lesson strong {
    margin-top: 8px;
    font-size: 18px;
    line-height: 1.02;
    font-weight: 950;
}

.rt-ecommerce-include-training-lab__lesson p {
    max-width: 18em;
    margin: 8px 0 0;
    color: rgba(255, 255, 255, .68);
    font-size: 10px;
    line-height: 1.35;
    font-weight: 700;
}

.rt-ecommerce-include-training-lab__player {
    position: relative;
    height: 34px;
    margin-top: 18px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .12);
    overflow: hidden;
}

.rt-ecommerce-include-training-lab__player i {
    position: absolute;
    left: 8px;
    top: 50%;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #fff;
    transform: translateY(-50%);
}

.rt-ecommerce-include-training-lab__player i::before {
    content: "";
    position: absolute;
    left: 8px;
    top: 5px;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 7px solid var(--rt-training-purple);
}

.rt-ecommerce-include-training-lab__player span {
    position: absolute;
    left: 38px;
    right: 10px;
    top: 50%;
    height: 5px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .16);
    transform: translateY(-50%);
}

.rt-ecommerce-include-training-lab__player span::before {
    content: "";
    display: block;
    width: 48%;
    height: 100%;
    border-radius: inherit;
    background: #61f16d;
    animation: rtEcomTrainingProgress 5.4s ease-in-out infinite;
}

.rt-ecommerce-include-training-lab__checklist {
    position: absolute;
    right: 14px;
    top: 72px;
    width: 154px;
    display: grid;
    gap: 10px;
}

.rt-ecommerce-include-training-lab__checklist span {
    min-height: 42px;
    padding: 10px 10px 10px 39px;
    position: relative;
    border: 1px solid rgba(98, 85, 255, .1);
    border-radius: 16px;
    background: #fff;
    color: #333949;
    font-size: 10px;
    line-height: 1.12;
    font-weight: 850;
    box-shadow: 0 10px 20px rgba(31, 27, 73, .06);
    transition: transform .28s ease, opacity .28s ease;
}

.rt-ecommerce-include-training-lab__checklist em {
    font-style: normal;
}

.rt-ecommerce-include-training-lab__checklist b {
    position: absolute;
    left: 10px;
    top: 50%;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: rgba(98, 85, 255, .12);
    transform: translateY(-50%);
}

.rt-ecommerce-include-training-lab__checklist b::before {
    content: "";
    position: absolute;
    left: 7px;
    top: 6px;
    width: 8px;
    height: 5px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    opacity: 0;
    transform: rotate(-45deg);
}

.rt-ecommerce-include-training-lab__checklist span:nth-child(1) b {
    animation: rtEcomTrainingCheck 5.4s ease-in-out infinite;
}

.rt-ecommerce-include-training-lab__checklist span:nth-child(2) b {
    animation: rtEcomTrainingCheck 5.4s ease-in-out .45s infinite;
}

.rt-ecommerce-include-training-lab__checklist span:nth-child(3) b {
    animation: rtEcomTrainingCheck 5.4s ease-in-out .9s infinite;
}

.rt-ecommerce-include-training-lab__checklist span:nth-child(1) b::before {
    animation: rtEcomTrainingTick 5.4s ease-in-out infinite;
}

.rt-ecommerce-include-training-lab__checklist span:nth-child(2) b::before {
    animation: rtEcomTrainingTick 5.4s ease-in-out .45s infinite;
}

.rt-ecommerce-include-training-lab__checklist span:nth-child(3) b::before {
    animation: rtEcomTrainingTick 5.4s ease-in-out .9s infinite;
}

.rt-ecommerce-include-training-lab__docs {
    position: absolute;
    left: 154px;
    right: 14px;
    bottom: 18px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.rt-ecommerce-include-training-lab__docs span {
    min-height: 56px;
    padding: 16px 16px 16px 44px;
    position: relative;
    border-radius: 18px;
    background: #f4f5ff;
    color: #333949;
    font-size: 12px;
    line-height: 1;
    font-weight: 900;
    transition: transform .28s ease, opacity .28s ease;
}

.rt-ecommerce-include-training-lab__docs span::before {
    content: "";
    position: absolute;
    left: 16px;
    top: 16px;
    width: 18px;
    height: 22px;
    border-radius: 5px;
    background: #fff;
    box-shadow: inset 0 -6px 0 rgba(98, 85, 255, .18);
}

.rt-ecommerce-include-training-lab__support {
    position: absolute;
    left: 18px;
    bottom: 18px;
    width: 116px;
    min-height: 86px;
    padding: 15px;
    border-radius: 20px;
    background: linear-gradient(135deg, #6255ff, #9cc4ff);
    color: #fff;
    transition: transform .28s ease, opacity .28s ease;
}

.rt-ecommerce-include-training-lab__support em,
.rt-ecommerce-include-training-lab__support strong {
    display: block;
}

.rt-ecommerce-include-training-lab__support em {
    font-size: 10px;
    line-height: 1;
    font-style: normal;
    font-weight: 850;
    opacity: .78;
}

.rt-ecommerce-include-training-lab__support strong {
    margin-top: 8px;
    font-size: 17px;
    line-height: 1.03;
    font-weight: 950;
}

.rt-ecommerce-include-training-lab.is-switching .rt-ecommerce-include-training-lab__lesson,
.rt-ecommerce-include-training-lab.is-switching .rt-ecommerce-include-training-lab__checklist span,
.rt-ecommerce-include-training-lab.is-switching .rt-ecommerce-include-training-lab__docs span,
.rt-ecommerce-include-training-lab.is-switching .rt-ecommerce-include-training-lab__support {
    opacity: .28;
    transform: translateY(8px);
}

.rt-ecommerce-include-training-lab[data-rt-training-page="orders"] {
    --rt-training-purple: #34a853;
}

.rt-ecommerce-include-training-lab[data-rt-training-page="content"] {
    --rt-training-purple: #fbbc04;
}

@keyframes rtEcomBuildProduct {
    0%, 100% { transform: translateY(0) rotate(-2deg); }
    50% { transform: translateY(-8px) rotate(2deg); }
}

@keyframes rtEcomChipPulse {
    0%, 100% { background: rgba(98, 85, 246, .1); transform: translateX(0); }
    45% { background: rgba(98, 85, 246, .18); transform: translateX(4px); }
}

@keyframes rtEcomSeoClimb {
    0%, 18% { transform: translateY(0); }
    36% { transform: translateY(-55px); }
    58%, 100% { transform: translateY(-110px); }
}

@keyframes rtEcomSeoMuted {
    0%, 22% { opacity: 1; }
    50%, 100% { opacity: .54; }
}

@keyframes rtEcomSeoRank {
    0%, 35% { content: "10+"; }
    36%, 57% { content: "#3"; }
    58%, 100% { content: "#1"; }
}

@keyframes rtEcomSeoChart {
    0%, 22% { transform: skew(-22deg) scaleX(.36); opacity: .55; }
    62%, 100% { transform: skew(-22deg) scaleX(1); opacity: 1; }
}

@keyframes rtEcomTrackingCore {
    0%, 100% { transform: translate(-50%, -50%) scale(1); }
    16% { transform: translate(-50%, -50%) scale(1.035); }
    28% { transform: translate(-50%, -50%) scale(.985); }
}

@keyframes rtEcomTrackingSignal {
    0%, 16% {
        opacity: 0;
        transform: translate(-50%, -50%) translate(0, 0) scale(.55);
    }
    24% {
        opacity: 1;
        transform: translate(-50%, -50%) translate(0, 0) scale(1);
    }
    58% {
        opacity: 1;
        transform: translate(-50%, -50%) translate(var(--tx), var(--ty)) scale(.82);
    }
    72%, 100% {
        opacity: 0;
        transform: translate(-50%, -50%) translate(var(--tx), var(--ty)) scale(.3);
    }
}

@keyframes rtEcomTrainingProgress {
    0%, 18% { width: 18%; }
    58%, 100% { width: 100%; }
}

@keyframes rtEcomTrainingCheck {
    0%, 22% { background: rgba(98, 85, 255, .12); }
    38%, 100% { background: #61f16d; }
}

@keyframes rtEcomTrainingTick {
    0%, 30% { opacity: 0; transform: rotate(-45deg) scale(.65); }
    44%, 100% { opacity: 1; transform: rotate(-45deg) scale(1); }
}

@keyframes rtEcomTrainingDone {
    0%, 46% { transform: scale(.96); opacity: .72; }
    62%, 100% { transform: scale(1); opacity: 1; }
}

@media (max-width: 720px) {
    .rt-ecommerce-include-build,
    .rt-ecommerce-include-seo-old,
    .rt-ecommerce-include-tracking,
    .rt-ecommerce-include-tracking-lab,
    .rt-ecommerce-include-training-lab,
    .rt-ecommerce-include-training {
        width: min(100% - 28px, 420px);
    }

    .rt-ecommerce-include-tracking-lab {
        min-height: 430px;
        aspect-ratio: auto;
    }

    .rt-ecommerce-include-tracking-lab__order {
        width: 116px;
        height: 116px;
        top: 48%;
        padding: 17px;
    }

    .rt-ecommerce-include-tracking-lab__order strong {
        font-size: 30px;
    }

    .rt-ecommerce-include-tracking-lab__channel {
        width: 136px;
        min-height: 62px;
        padding: 11px 10px 11px 40px;
        border-radius: 18px;
    }

    .rt-ecommerce-include-tracking-lab__channel strong {
        font-size: 12px;
    }

    .rt-ecommerce-include-tracking-lab__channel span {
        font-size: 9px;
    }

    .rt-ecommerce-include-tracking-lab__channel i {
        left: 10px;
        width: 24px;
        height: 24px;
        border-radius: 9px;
        font-size: 13px;
    }

    .rt-ecommerce-include-tracking-lab__channel--meta {
        left: 5%;
        top: 5%;
    }

    .rt-ecommerce-include-tracking-lab__channel--google {
        right: 5%;
        top: 5%;
    }

    .rt-ecommerce-include-tracking-lab__channel--social {
        left: 50%;
        top: 20%;
        transform: translateX(-50%);
    }

    .rt-ecommerce-include-tracking-lab__channel--mail {
        left: 5%;
        bottom: 24%;
    }

    .rt-ecommerce-include-tracking-lab__channel--feed {
        right: 5%;
        bottom: 24%;
    }

    .rt-ecommerce-include-tracking-lab__signal span:nth-child(1) { --tx: -122px; --ty: -142px; }
    .rt-ecommerce-include-tracking-lab__signal span:nth-child(2) { --tx: 122px; --ty: -142px; }
    .rt-ecommerce-include-tracking-lab__signal span:nth-child(3) { --tx: -122px; --ty: 116px; }
    .rt-ecommerce-include-tracking-lab__signal span:nth-child(4) { --tx: 122px; --ty: 116px; }
    .rt-ecommerce-include-tracking-lab__signal span:nth-child(5) { --tx: 0px; --ty: -80px; }

    .rt-ecommerce-include-tracking-lab__metrics {
        left: 5%;
        right: 5%;
        bottom: 5%;
        gap: 7px;
    }

    .rt-ecommerce-include-tracking-lab__metrics span {
        min-height: 52px;
        padding: 10px;
    }

    .rt-ecommerce-include-tracking-lab__metrics strong {
        font-size: 16px;
    }

    .rt-ecommerce-include-training-lab {
        min-height: 0;
        aspect-ratio: auto;
        padding: 14px;
    }

    .rt-ecommerce-include-training-lab__window {
        height: auto;
        min-height: 430px;
        display: grid;
        grid-template-columns: 1fr;
        gap: 10px;
        padding: 0 14px 14px;
    }

    .rt-ecommerce-include-training-lab__topbar {
        margin-inline: -14px;
        height: 44px;
        padding-inline: 16px;
    }

    .rt-ecommerce-include-training-lab__sidebar {
        position: static;
        width: auto;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 7px;
    }

    .rt-ecommerce-include-training-lab__sidebar button {
        padding: 10px 7px;
        text-align: center;
        font-size: 10px;
    }

    .rt-ecommerce-include-training-lab__sidebar button.is-active {
        transform: none;
    }

    .rt-ecommerce-include-training-lab__lesson {
        position: static;
        width: auto;
        min-height: 124px;
        padding: 16px;
    }

    .rt-ecommerce-include-training-lab__lesson strong {
        font-size: 20px;
    }

    .rt-ecommerce-include-training-lab__lesson p {
        font-size: 10px;
    }

    .rt-ecommerce-include-training-lab__checklist {
        position: static;
        width: auto;
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .rt-ecommerce-include-training-lab__checklist span {
        min-height: 38px;
        padding-block: 9px;
    }

    .rt-ecommerce-include-training-lab__docs {
        position: static;
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .rt-ecommerce-include-training-lab__docs span {
        min-height: 44px;
        padding-block: 13px;
    }

    .rt-ecommerce-include-training-lab__support {
        position: static;
        width: auto;
        min-height: 74px;
    }

    .rt-ecommerce-include-build,
    .rt-ecommerce-include-tracking,
    .rt-ecommerce-include-training {
        min-height: 300px;
        grid-template-columns: 1fr;
        padding: 18px;
        transform: none;
    }

    .rt-ecommerce-include-build__store,
    .rt-ecommerce-include-training__admin {
        grid-row: auto;
    }

    .rt-ecommerce-include-build__rail,
    .rt-ecommerce-include-training__steps {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .rt-ecommerce-include-build__rail span,
    .rt-ecommerce-include-training__steps span,
    .rt-ecommerce-include-tracking__events span {
        padding-inline: 9px;
        font-size: 11px;
        text-align: center;
    }

    .rt-ecommerce-include-build__cart,
    .rt-ecommerce-include-training__done,
    .rt-ecommerce-include-tracking__metric {
        min-height: 62px;
    }

    .rt-ecommerce-include-seo-old {
        aspect-ratio: auto;
        min-height: 260px;
        grid-template-columns: 1fr;
        gap: 12px;
        padding: 16px;
    }

    .rt-ecommerce-include-seo-old__search {
        grid-column: 1;
    }

    .rt-ecommerce-include-seo-old__chart {
        display: none;
    }

    .rt-ecommerce-include-tracking__events::before {
        display: none;
    }

    .rt-ecommerce-include-tracking__metric {
        grid-column: 1;
    }
}

@media (prefers-reduced-motion: reduce) {
    .rt-ecommerce-include-build__store span,
    .rt-ecommerce-include-build__rail span,
    .rt-ecommerce-include-training__steps span,
    .rt-ecommerce-include-tracking__events span,
    .rt-ecommerce-include-seo-old__serp span,
    .rt-ecommerce-include-seo-old__serp .is-rowtech,
    .rt-ecommerce-include-seo-old__serp .is-rowtech em,
    .rt-ecommerce-include-seo-old__chart i,
    .rt-ecommerce-include-training__done {
        animation: none;
    }
}

@media (max-width: 720px) {
    .rt-ecommerce-includes {
        padding-top: 58px;
    }

    .rt-ecommerce-includes__stories {
        margin-top: 28px;
    }

    .rt-ecommerce-include-story__media {
        min-height: 0;
        padding-block: 18px;
    }

    .rt-ecommerce-include-build,
    .rt-ecommerce-include-tracking,
    .rt-ecommerce-include-training {
        min-height: 0;
    }
}

/* Ecommerce include SEO: same visual language as homepage SEO mockup, adapted to 16:9. */
.rt-ecommerce-include-story--seo .rt-ecommerce-include-story__media {
    --rt-mock-purple: #6255ff;
    --rt-mock-ink: #15151c;
    --rt-mock-muted: #747985;
    --rt-mock-line: rgba(23, 27, 38, .08);
}

.rt-ecommerce-include-story--seo .rt-home-digital-mockup--seo-mockup.rt-ecommerce-include-seo {
    position: relative;
    width: min(92%, 600px);
    aspect-ratio: 16 / 9;
    border-radius: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
    filter: drop-shadow(0 30px 38px rgba(30, 34, 50, .16));
    overflow: visible;
    z-index: 1;
}

.rt-ecommerce-include-story--seo .rt-home-digital-mockup--seo-mockup .rt-home-digital-mockup__browser {
    position: absolute;
    inset: 0;
    overflow: hidden;
    border: 8px solid rgba(255, 255, 255, .9);
    border-radius: 34px;
    background: linear-gradient(145deg, #fff 0%, #f6f8fb 100%);
    box-shadow: inset 0 0 0 1px rgba(28, 32, 42, .07), 0 24px 36px rgba(35, 42, 56, .14);
    animation: none;
}

.rt-ecommerce-include-story--seo .rt-home-digital-mockup__bar {
    height: 14%;
    display: flex;
    align-items: center;
    gap: 7px;
    padding: 0 7%;
    border-bottom: 1px solid var(--rt-mock-line);
    color: var(--rt-mock-muted);
}

.rt-ecommerce-include-story--seo .rt-home-digital-mockup__bar span {
    width: 10px;
    height: 10px;
    border-radius: 999px;
    background: #ff7b8a;
}

.rt-ecommerce-include-story--seo .rt-home-digital-mockup__bar span:nth-child(2) {
    background: #ffd46b;
}

.rt-ecommerce-include-story--seo .rt-home-digital-mockup__bar span:nth-child(3) {
    margin-right: auto;
    background: #63dd83;
}

.rt-ecommerce-include-story--seo .rt-home-digital-mockup__bar strong {
    margin-left: auto;
    font-size: 13px;
    font-weight: 850;
    letter-spacing: 0;
}

.rt-ecommerce-include-story--seo .rt-home-seoclimb {
    position: absolute;
    inset: 14% 0 0;
}

.rt-ecommerce-include-story--seo .rt-home-seoclimb__search {
    position: absolute;
    left: 7%;
    right: 7%;
    top: 6%;
    z-index: 3;
    min-height: 44px;
    padding: 7px 8px 7px 16px;
    display: flex;
    align-items: center;
    gap: 10px;
    border-radius: 999px;
    background: #fff;
    border: 1px solid rgba(98, 85, 255, .14);
    box-shadow: 0 12px 28px rgba(31, 27, 73, .08);
}

.rt-ecommerce-include-story--seo .rt-home-seoclimb__lens {
    flex: 0 0 auto;
    position: relative;
    width: 17px;
    height: 17px;
    border: 3px solid rgba(98, 85, 255, .7);
    border-radius: 50%;
}

.rt-ecommerce-include-story--seo .rt-home-seoclimb__lens::after {
    content: "";
    position: absolute;
    right: -7px;
    bottom: -4px;
    width: 8px;
    height: 3px;
    border-radius: 999px;
    background: rgba(98, 85, 255, .7);
    transform: rotate(45deg);
}

.rt-ecommerce-include-story--seo .rt-home-seoclimb__search input {
    flex: 1 1 auto;
    min-width: 0;
    border: 0;
    outline: 0;
    background: transparent;
    color: #15151c;
    font: inherit;
    font-size: 13px;
    font-weight: 850;
}

.rt-ecommerce-include-story--seo .rt-home-seoclimb__go,
.rt-ecommerce-include-story--seo .rt-home-seoclimb__chips button {
    font: inherit;
    cursor: default;
}

.rt-ecommerce-include-story--seo .rt-home-seoclimb__go {
    flex: 0 0 auto;
    min-height: 34px;
    padding: 0 15px;
    border: 0;
    border-radius: 999px;
    background: var(--rt-mock-purple);
    color: #fff;
    font-size: 12px;
    font-weight: 900;
    box-shadow: 0 10px 18px rgba(98, 85, 255, .18);
}

.rt-ecommerce-include-story--seo .rt-home-seoclimb__chips {
    position: absolute;
    left: 8%;
    right: 8%;
    top: 27%;
    z-index: 3;
    display: flex;
    gap: 8px;
}

.rt-ecommerce-include-story--seo .rt-home-seoclimb__chips button {
    min-height: 28px;
    padding: 0 12px;
    border: 1px solid rgba(98, 85, 255, .16);
    border-radius: 999px;
    background: #fff;
    color: var(--rt-mock-purple);
    font-size: 11px;
    font-weight: 850;
    line-height: 1;
    box-shadow: 0 8px 16px rgba(42, 48, 66, .06);
}

.rt-ecommerce-include-story--seo .rt-home-seoclimb__chips button.is-active {
    background: var(--rt-mock-purple);
    color: #fff;
}

.rt-ecommerce-include-story--seo .rt-home-seoclimb__serp {
    position: absolute;
    left: 7%;
    top: 39%;
    width: 60%;
    height: 196px;
    display: block;
}

.rt-ecommerce-include-story--seo .rt-home-seoclimb__serp .rt-home-seoclimb__result {
    position: absolute;
    left: 0;
    right: 0;
    min-height: 36px;
    padding: 9px 11px;
    border: 1px solid rgba(23, 27, 38, .055);
    border-radius: 15px;
    background: rgba(255, 255, 255, .92);
    box-shadow: 0 8px 15px rgba(42, 48, 66, .055);
    transition: transform .72s cubic-bezier(.16, .86, .22, 1), box-shadow .28s ease, opacity .28s ease;
}

.rt-ecommerce-include-story--seo .rt-home-seoclimb__result b,
.rt-ecommerce-include-story--seo .rt-home-seoclimb__result small,
.rt-ecommerce-include-story--seo .rt-home-seoclimb__result em {
    display: block;
    font-style: normal;
    line-height: 1;
}

.rt-ecommerce-include-story--seo .rt-home-seoclimb__result--muted b {
    width: 68%;
    height: 8px;
    margin-top: 2px;
    border-radius: 999px;
    color: transparent;
    background: rgba(23, 27, 38, .18);
}

.rt-ecommerce-include-story--seo .rt-home-seoclimb__result--muted em {
    width: 34px;
    height: 8px;
    margin-top: 9px;
    border-radius: 999px;
    color: transparent;
    background: rgba(23, 27, 38, .1);
}

.rt-ecommerce-include-story--seo .rt-home-seoclimb__serp .rt-home-seoclimb__result:nth-child(1) {
    transform: translateY(0);
}

.rt-ecommerce-include-story--seo .rt-home-seoclimb__serp .rt-home-seoclimb__result:nth-child(2) {
    transform: translateY(44px);
}

.rt-ecommerce-include-story--seo .rt-home-seoclimb__serp .rt-home-seoclimb__result:nth-child(3) {
    transform: translateY(88px);
}

.rt-ecommerce-include-story--seo .rt-home-seoclimb__result--rowtech {
    z-index: 3;
    min-height: 52px;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 6px 10px;
    align-items: center;
    padding: 10px 11px 10px 13px !important;
    border-color: rgba(98, 85, 255, .3) !important;
    background: #fff !important;
    box-shadow: 0 16px 26px rgba(98, 85, 255, .16) !important;
    transform: translateY(132px) scale(.98);
    transition: transform .72s cubic-bezier(.16, .86, .22, 1), box-shadow .28s ease, opacity .28s ease;
}

.rt-ecommerce-include-story--seo .rt-home-seoclimb__result--rowtech b {
    grid-column: 1;
    color: var(--rt-mock-purple);
    font-size: 15px;
    font-weight: 950;
}

.rt-ecommerce-include-story--seo .rt-home-seoclimb__result--rowtech small {
    grid-column: 1;
    color: #5f6674;
    font-size: 10px;
    font-weight: 800;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.rt-ecommerce-include-story--seo .rt-home-seoclimb__result--rowtech em[data-rt-seo-rank] {
    grid-row: 1 / span 2;
    grid-column: 2;
    display: grid !important;
    place-items: center !important;
    width: 40px !important;
    height: 32px !important;
    padding: 0 !important;
    border-radius: 999px !important;
    background: var(--rt-mock-purple);
    color: #fff;
    font-size: 13px;
    line-height: 1 !important;
    text-align: center;
}

.rt-ecommerce-include-story--seo .rt-home-digital-mockup--seo-mockup[data-rt-seo-position="3"] .rt-home-seoclimb__serp .rt-home-seoclimb__result:nth-child(3) {
    transform: translateY(132px);
}

.rt-ecommerce-include-story--seo .rt-home-digital-mockup--seo-mockup[data-rt-seo-position="3"] .rt-home-seoclimb__result--rowtech {
    transform: translateY(88px) scale(1);
}

.rt-ecommerce-include-story--seo .rt-home-digital-mockup--seo-mockup[data-rt-seo-position="2"] .rt-home-seoclimb__serp .rt-home-seoclimb__result:nth-child(2) {
    transform: translateY(88px);
}

.rt-ecommerce-include-story--seo .rt-home-digital-mockup--seo-mockup[data-rt-seo-position="2"] .rt-home-seoclimb__serp .rt-home-seoclimb__result:nth-child(3) {
    transform: translateY(132px);
}

.rt-ecommerce-include-story--seo .rt-home-digital-mockup--seo-mockup[data-rt-seo-position="2"] .rt-home-seoclimb__result--rowtech {
    transform: translateY(44px) scale(1.005);
}

.rt-ecommerce-include-story--seo .rt-home-digital-mockup--seo-mockup[data-rt-seo-position="1"] .rt-home-seoclimb__serp .rt-home-seoclimb__result:nth-child(1) {
    transform: translateY(64px);
}

.rt-ecommerce-include-story--seo .rt-home-digital-mockup--seo-mockup[data-rt-seo-position="1"] .rt-home-seoclimb__serp .rt-home-seoclimb__result:nth-child(2) {
    transform: translateY(108px);
}

.rt-ecommerce-include-story--seo .rt-home-digital-mockup--seo-mockup[data-rt-seo-position="1"] .rt-home-seoclimb__serp .rt-home-seoclimb__result:nth-child(3) {
    transform: translateY(152px);
}

.rt-ecommerce-include-story--seo .rt-home-digital-mockup--seo-mockup[data-rt-seo-position="1"] .rt-home-seoclimb__result--rowtech {
    transform: translateY(0) scale(1);
}

.rt-ecommerce-include-story--seo .rt-home-seoclimb__chart {
    position: absolute;
    right: 8%;
    bottom: 10%;
    width: 30%;
    height: 38%;
    padding: 0;
    overflow: hidden;
    border: 0;
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 10px 20px rgba(42, 48, 66, .08);
}

.rt-ecommerce-include-story--seo .rt-home-seoclimb__chart::before,
.rt-ecommerce-include-story--seo .rt-home-seoclimb__chart strong,
.rt-ecommerce-include-story--seo .rt-home-seoclimb__chart em {
    content: none !important;
    display: none !important;
}

.rt-ecommerce-include-story--seo .rt-home-seoclimb__chart i {
    position: absolute;
    left: 14%;
    right: 14%;
    bottom: 20%;
    width: auto;
    height: 48%;
    border-radius: 999px 999px 18px 18px;
    background: linear-gradient(180deg, #61f16d, #6255ff);
    transform-origin: bottom center;
    animation: rt-home-chart-grow 5.8s ease-in-out infinite;
}

.rt-ecommerce-include-story--seo .rt-home-seoclimb__chart i::before,
.rt-ecommerce-include-story--seo .rt-home-seoclimb__chart i::after {
    content: none;
}

.rt-ecommerce-include-story--seo .rt-home-seoclimb__chart span {
    position: absolute;
    left: 17%;
    right: 17%;
    width: auto;
    height: 1px;
    padding: 0;
    border-radius: 0;
    background: rgba(23, 27, 38, .08);
    color: transparent;
    box-shadow: none;
    animation: none;
    transform: none;
}

.rt-ecommerce-include-story--seo .rt-home-seoclimb__chart span[data-rt-ecommerce-seo-month] {
    left: auto;
    right: 10%;
    top: 12%;
    width: auto;
    height: auto;
    padding: 5px 8px;
    border-radius: 999px;
    background: #fff;
    color: var(--rt-mock-purple);
    font-size: 10px;
    line-height: 1;
    font-weight: 900;
    box-shadow: 0 8px 16px rgba(98, 85, 255, .12);
}

.rt-ecommerce-include-story--seo .rt-home-seoclimb__chart span:nth-child(3) { top: 50%; }
.rt-ecommerce-include-story--seo .rt-home-seoclimb__chart span:nth-child(4) { top: 75%; }

@keyframes rt-home-live-float {
    0%, 100% { transform: translate3d(0, 0, 0); }
    50% { transform: translate3d(0, -11px, 0); }
}

@keyframes rt-home-commerce-fly {
    0% { opacity: 0; transform: translate3d(0, 0, 0) scale(.76) rotate(-8deg); }
    18% { opacity: 1; }
    72% { opacity: 1; transform: translate3d(-24px, 152px, 0) scale(.82) rotate(8deg); }
    100% { opacity: 0; transform: translate3d(-14px, 176px, 0) scale(.34) rotate(14deg); }
}

@keyframes rt-home-commerce-button {
    0%, 100% { transform: scale(1); }
    35% { transform: scale(.95); }
}

@keyframes rt-home-commerce-pay {
    0% { opacity: .72; transform: translateY(12px) scale(.96); }
    55%, 100% { opacity: 1; transform: translateY(0) scale(1); }
}

@keyframes rt-home-commerce-step {
    to { width: 100%; }
}

@keyframes rt-home-commerce-status {
    0%, 54% { opacity: 0; transform: translateY(12px); }
    78%, 100% { opacity: 1; transform: translateY(0); }
}

@keyframes rt-home-chart-grow {
    0%, 18% { transform: scaleY(.3); opacity: .55; }
    58%, 100% { transform: scaleY(1); opacity: 1; }
}

@keyframes rt-ecommerce-seo-float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-8px); }
}

@media (max-width: 720px) {
    .rt-ecommerce-include-story--seo .rt-home-digital-mockup--seo-mockup.rt-ecommerce-include-seo {
        width: min(100% - 28px, 420px);
    }

    .rt-ecommerce-include-story--seo .rt-home-digital-mockup__bar strong,
    .rt-ecommerce-include-story--seo .rt-home-seoclimb__chips,
    .rt-ecommerce-include-story--seo .rt-home-seoclimb__go {
        display: none;
    }

    .rt-ecommerce-include-story--seo .rt-home-seoclimb__search {
        min-height: 42px;
        top: 8%;
    }

    .rt-ecommerce-include-story--seo .rt-home-seoclimb__serp {
        left: 7%;
        top: 31%;
        width: 66%;
        transform: scale(.84);
        transform-origin: left top;
    }

    .rt-ecommerce-include-story--seo .rt-home-seoclimb__chart {
        right: 7%;
        bottom: 12%;
        width: 26%;
        height: 42%;
    }
}

.rt-ecommerce-projects {
    margin-top: 0;
}

.rt-ecommerce-growth {
    padding-bottom: clamp(84px, 8vw, 132px);
    background: linear-gradient(180deg, #ffffff 0%, #f7f8fc 45%, #ffffff 100%);
}

.rt-ecommerce-growth__intro {
    max-width: 980px;
    margin: 34px auto 0;
    color: var(--rt-ecommerce-muted);
    font-size: 20px;
    line-height: 1.65;
    text-align: center;
}

.rt-ecommerce-growth-simple {
    width: min(100%, var(--rt-layout-content, 1456px));
    margin: clamp(46px, 5.5vw, 86px) auto 0;
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: clamp(52px, 6vw, 92px) clamp(28px, 4vw, 68px);
}

.rt-ecommerce-growth-simple__item {
    grid-column: span 2;
    display: grid;
    justify-items: center;
    align-content: start;
    text-align: center;
}

.rt-ecommerce-growth-simple__item:nth-child(4) {
    grid-column: 2 / span 2;
}

.rt-ecommerce-growth-simple__item:nth-child(5) {
    grid-column: 4 / span 2;
}

.rt-ecommerce-growth-simple__icon {
    width: clamp(108px, 9vw, 138px);
    height: clamp(108px, 9vw, 138px);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: clamp(26px, 3vw, 40px);
    border-radius: 28px;
    background: #f2f5ff;
    color: #2f6bd8;
}

.rt-ecommerce-growth-simple__icon svg {
    width: 54%;
    height: 54%;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.9;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.rt-ecommerce-growth-simple__item--search .rt-ecommerce-growth-simple__icon {
    background: #fff8df;
    color: #d99018;
}

.rt-ecommerce-growth-simple__item--ads .rt-ecommerce-growth-simple__icon {
    background: #edf3ff;
    color: #2f6bd8;
}

.rt-ecommerce-growth-simple__item--social .rt-ecommerce-growth-simple__icon {
    background: #fff0ee;
    color: #cf433b;
}

.rt-ecommerce-growth-simple__item--mail .rt-ecommerce-growth-simple__icon {
    background: #f1f3f4;
    color: #82888f;
}

.rt-ecommerce-growth-simple__item--chart .rt-ecommerce-growth-simple__icon {
    background: #edf8ef;
    color: #3b9b54;
}

.rt-ecommerce-growth-simple__item h3 {
    max-width: 480px;
    margin: 0 0 18px;
    color: var(--rt-ecommerce-ink);
    font-size: clamp(27px, 2.35vw, 36px) !important;
    line-height: 1.16;
    font-weight: 760;
}

.rt-ecommerce-growth-simple__item p {
    max-width: 560px;
    margin: 0;
    color: var(--rt-ecommerce-muted);
    font-size: var(--rt-ecommerce-body);
    line-height: 30px;
}

.rt-ecommerce-growth__grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
}

.rt-ecommerce-growth__grid p {
    margin: 0;
    color: var(--rt-ecommerce-muted);
    font-size: 16px;
    line-height: 1.6;
}

.rt-ecommerce-growth-console {
    width: min(100%, var(--rt-layout-content, 1456px));
    margin: clamp(30px, 4vw, 54px) auto 0;
    display: grid;
    grid-template-columns: minmax(230px, 340px) minmax(0, 1fr);
    border-top: 1px solid #dfe3ef;
    border-bottom: 1px solid #dfe3ef;
    background: linear-gradient(180deg, rgba(255, 255, 255, .88), rgba(247, 248, 252, .82));
}

.rt-ecommerce-growth-console__nav {
    display: grid;
    align-content: center;
    gap: 12px;
    padding: clamp(20px, 2.8vw, 38px) clamp(14px, 2vw, 24px);
    border-right: 1px solid #dfe3ef;
}

.rt-ecommerce-growth-console__tab {
    width: 100%;
    min-height: 72px;
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    align-items: center;
    gap: 12px;
    padding: 14px 18px;
    border: 0;
    border-radius: 999px;
    background: transparent;
    color: #4d5667;
    font: inherit;
    text-align: left;
    cursor: pointer;
    transition: background .22s ease, color .22s ease, transform .22s ease;
}

.rt-ecommerce-growth-console__tab .rt-ecommerce-growth-console__icon {
    width: 34px;
    height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: rgba(98, 85, 246, .08);
    color: var(--rt-ecommerce-purple);
    font-size: 13px;
    font-weight: 800;
}

.rt-ecommerce-growth-console__icon svg {
    width: 19px;
    height: 19px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.rt-ecommerce-growth-console__tab strong {
    font-size: 18px;
    font-weight: 800;
    line-height: 1.12;
}

.rt-ecommerce-growth-console__tab:hover,
.rt-ecommerce-growth-console__tab:focus-visible {
    background: rgba(98, 85, 246, .08);
    color: var(--rt-ecommerce-ink);
    outline: none;
}

.rt-ecommerce-growth-console__tab.is-active {
    background: #ece9ff;
    color: #161157;
    transform: translateX(6px);
}

.rt-ecommerce-growth-console__tab.is-active .rt-ecommerce-growth-console__icon {
    background: var(--rt-ecommerce-purple);
    color: #ffffff;
}

.rt-ecommerce-growth-console__stage {
    min-height: clamp(340px, 30vw, 400px);
    display: grid;
    grid-template-columns: minmax(260px, .78fr) minmax(0, 1fr);
    align-items: center;
    gap: clamp(28px, 4vw, 74px);
    padding: clamp(24px, 4vw, 52px);
    overflow: hidden;
}

.rt-ecommerce-growth-console__visual {
    min-height: clamp(250px, 24vw, 300px);
    display: grid;
    place-items: center;
    border-radius: 30px;
    background:
        radial-gradient(circle at 24% 20%, rgba(98, 85, 246, .24), transparent 32%),
        radial-gradient(circle at 78% 78%, rgba(70, 190, 255, .17), transparent 31%),
        linear-gradient(145deg, #ffffff 0%, #f5f6ff 52%, #edeaff 100%);
    border: 1px solid rgba(98, 85, 246, .18);
}

.rt-ecommerce-growth-console__screen {
    width: min(78%, 300px);
    aspect-ratio: 1 / 1.08;
    padding: 22px;
    border-radius: 26px;
    background: #151518;
    box-shadow: 0 24px 70px rgba(19, 21, 32, .18);
    transform: rotate(-3deg);
}

.rt-ecommerce-growth-console__topbar,
.rt-ecommerce-growth-console__rows {
    display: flex;
    gap: 8px;
}

.rt-ecommerce-growth-console__topbar span {
    width: 10px;
    height: 10px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .25);
}

.rt-ecommerce-growth-console__metric {
    height: 62px;
    margin-top: 26px;
    border-radius: 18px;
    background: linear-gradient(135deg, #6255f6, #8e86ff);
}

.rt-ecommerce-growth-console__chart {
    height: 118px;
    display: flex;
    align-items: end;
    gap: 12px;
    margin-top: 18px;
}

.rt-ecommerce-growth-console__chart span {
    flex: 1;
    border-radius: 999px 999px 8px 8px;
    background: rgba(255, 255, 255, .22);
}

.rt-ecommerce-growth-console__chart span:nth-child(1) { height: 42%; }
.rt-ecommerce-growth-console__chart span:nth-child(2) { height: 64%; background: rgba(98, 85, 246, .95); }
.rt-ecommerce-growth-console__chart span:nth-child(3) { height: 52%; }
.rt-ecommerce-growth-console__chart span:nth-child(4) { height: 82%; background: rgba(98, 85, 246, .95); }
.rt-ecommerce-growth-console__chart span:nth-child(5) { height: 70%; }

.rt-ecommerce-growth-console__rows {
    flex-direction: column;
    margin-top: 22px;
}

.rt-ecommerce-growth-console__rows span {
    height: 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .16);
}

.rt-ecommerce-growth-console__rows span:nth-child(2) {
    width: 74%;
}

.rt-ecommerce-growth-console__rows span:nth-child(3) {
    width: 58%;
}

.rt-ecommerce-growth-console__panels {
    min-height: 245px;
    display: grid;
    align-items: center;
}

.rt-ecommerce-growth-console__panel {
    max-width: 620px;
}

.rt-ecommerce-growth-console__panel[hidden] {
    display: none;
}

.rt-ecommerce-growth-console__eyebrow {
    margin: 0 0 16px;
    color: var(--rt-ecommerce-purple);
    font-size: 13px;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.rt-ecommerce-growth-console__panel h3 {
    margin: 0 0 18px;
    font-size: 28px;
    line-height: 1.08;
}

.rt-ecommerce-growth-console__panel > p:not(.rt-ecommerce-growth-console__eyebrow) {
    margin: 0;
    color: var(--rt-ecommerce-muted);
    font-size: 20px;
    line-height: 1.62;
}

.rt-ecommerce-contact {
    margin-top: clamp(92px, 9vw, 156px);
}

.rt-ecommerce-contact.rt-seo-m3-guarantee {
    width: min(100% - 40px, 1276px);
    margin-inline: auto;
    padding: clamp(36px, 5vw, 68px);
    display: grid;
    grid-template-columns: minmax(0, .9fr) minmax(420px, 1fr);
    gap: clamp(34px, 5vw, 74px);
    align-items: center;
    border: 1px solid #dfe3ef;
    border-radius: 34px;
    background:
        radial-gradient(circle at 92% 8%, rgba(98, 85, 246, .12), transparent 34%),
        linear-gradient(180deg, #ffffff 0%, #fbfbff 100%);
    box-shadow: 0 24px 70px rgba(24, 26, 42, .06);
    overflow: hidden;
}

.rt-ecommerce-contact .rt-seo-m3-audit-form__copy {
    max-width: 650px;
}

.rt-ecommerce-contact .rt-seo-m3-eyebrow {
    color: #6255f6;
    font-size: 15px;
    font-weight: 900;
    letter-spacing: .08em;
}

.rt-ecommerce-contact .rt-seo-m3-audit-form__copy h2 {
    margin: 22px 0 18px;
    font-size: clamp(42px, 4.6vw, 72px);
    line-height: 1.04;
    letter-spacing: 0;
}

.rt-ecommerce-contact .rt-seo-m3-audit-form__copy > p:not(.rt-seo-m3-eyebrow):not(.rt-web-contact-line) {
    max-width: 600px;
    color: var(--rt-ecommerce-muted);
    font-size: 20px;
    line-height: 1.6;
}

.rt-ecommerce-contact .rt-seo-m3-audit-form__outcomes {
    margin: 28px 0 0;
    display: grid;
    gap: 10px;
}

.rt-ecommerce-contact .rt-seo-m3-audit-form__outcomes li {
    min-height: 0;
    padding: 0 0 0 24px;
    border-radius: 0;
    background: transparent;
    color: #323847;
    font-size: 16px;
    font-weight: 800;
}

.rt-ecommerce-contact .rt-seo-m3-audit-form__outcomes li::before {
    left: 0;
    top: .65em;
    width: 8px;
    height: 8px;
    background: var(--rt-ecommerce-purple);
}

.rt-ecommerce-contact .rt-web-contact-line {
    margin-top: 24px;
    color: var(--rt-ecommerce-muted);
    font-size: 16px;
}

.rt-ecommerce-contact .rt-web-contact-line a {
    color: var(--rt-ecommerce-purple);
}

.rt-ecommerce-contact .rt-seo-m3-audit-form__panel {
    padding: clamp(28px, 4vw, 48px);
    border: 1px solid rgba(98, 85, 246, .18);
    border-radius: 30px;
    background: rgba(255, 255, 255, .92);
    box-shadow: 0 22px 56px rgba(31, 27, 73, .08);
}

.rt-ecommerce-contact .rt-seo-m3-audit-form__panel h3 {
    margin: 0 0 14px;
    font-size: 34px;
    line-height: 1.12;
}

.rt-ecommerce-contact .rt-seo-m3-audit-form__panel > p {
    color: var(--rt-ecommerce-muted);
    font-size: 17px;
    line-height: 1.55;
}

.rt-ecommerce-contact .rt-seo-m3-audit-form__form {
    margin-top: 24px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px 20px;
}

.rt-ecommerce-contact .rt-seo-m3-audit-form__wide,
.rt-ecommerce-contact .rt-seo-m3-audit-form__privacy,
.rt-ecommerce-contact .rt-seo-m3-audit-form__form button {
    grid-column: 1 / -1;
}

.rt-ecommerce-contact .rt-seo-m3-audit-form__form label {
    display: grid;
    gap: 9px;
    color: var(--rt-ecommerce-ink);
    font-size: 15px;
    font-weight: 800;
}

.rt-ecommerce-contact .rt-seo-m3-audit-form__form input:not([type="checkbox"]),
.rt-ecommerce-contact .rt-seo-m3-audit-form__form textarea {
    width: 100%;
    border: 1px solid #d8deea;
    border-radius: 18px;
    background: #ffffff;
    color: var(--rt-ecommerce-ink);
    font: inherit;
    font-weight: 500;
    outline: none;
    transition: border-color .2s ease, box-shadow .2s ease;
}

.rt-ecommerce-contact .rt-seo-m3-audit-form__form input:not([type="checkbox"]) {
    min-height: 56px;
    padding: 0 18px;
}

.rt-ecommerce-contact .rt-seo-m3-audit-form__form textarea {
    min-height: 118px;
    padding: 16px 18px;
    resize: vertical;
}

.rt-ecommerce-contact .rt-seo-m3-audit-form__form input:focus,
.rt-ecommerce-contact .rt-seo-m3-audit-form__form textarea:focus {
    border-color: var(--rt-ecommerce-purple);
    box-shadow: 0 0 0 4px rgba(98, 85, 246, .12);
}

.rt-ecommerce-contact .rt-seo-m3-audit-form__privacy {
    display: flex;
    grid-template-columns: none;
    align-items: flex-start;
    gap: 10px;
    color: var(--rt-ecommerce-muted);
    font-size: 14px;
    font-weight: 600;
    line-height: 1.45;
}

.rt-ecommerce-contact .rt-seo-m3-audit-form__privacy input {
    width: 18px;
    height: 18px;
    margin-top: 2px;
    accent-color: var(--rt-ecommerce-purple);
}

.rt-ecommerce-contact .rt-seo-m3-audit-form__form button {
    min-height: 58px;
    border: 0;
    border-radius: 999px;
    background: var(--rt-ecommerce-purple);
    color: #ffffff;
    font-size: 16px;
    font-weight: 900;
    cursor: pointer;
    transition: transform .2s ease, box-shadow .2s ease;
}

.rt-ecommerce-contact .rt-seo-m3-audit-form__form button:hover,
.rt-ecommerce-contact .rt-seo-m3-audit-form__form button:focus-visible {
    transform: translateY(-2px);
    box-shadow: 0 18px 38px rgba(98, 85, 246, .26);
}

.rt-ecommerce-page .rt-web-final.rt-seo-m3-guarantee {
    width: min(100% - 40px, 1276px);
    margin: 70px auto 72px;
    padding: 48px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 480px;
    gap: clamp(28px, 4vw, 56px);
    align-items: stretch;
    position: relative;
    isolation: isolate;
    border: 1px solid var(--md-sys-color-outline-variant);
    border-radius: 32px;
    background: linear-gradient(135deg, var(--md-sys-color-surface-container), var(--md-sys-color-primary-container));
    box-shadow: none;
    overflow: visible;
}

.rt-ecommerce-page .rt-web-final.rt-seo-m3-guarantee::before {
    content: none;
}

.rt-ecommerce-page .rt-web-final .rt-seo-m3-audit-form__copy {
    display: grid;
    align-content: center;
    gap: 18px;
    max-width: none;
}

.rt-ecommerce-page .rt-web-final .rt-seo-m3-eyebrow {
    color: #6255f6;
    font-size: 15px;
    font-weight: 900;
    letter-spacing: .08em;
}

.rt-ecommerce-page .rt-web-final .rt-seo-m3-audit-form__copy h2 {
    margin: 0;
    font-size: clamp(42px, 4.2vw, 66px);
    line-height: 1.06;
    letter-spacing: 0;
}

.rt-ecommerce-page .rt-web-final .rt-seo-m3-audit-form__copy > p:not(.rt-seo-m3-eyebrow):not(.rt-web-contact-line) {
    max-width: 600px;
    color: var(--rt-ecommerce-muted);
    font-size: 18px;
    line-height: 1.58;
}

.rt-ecommerce-page .rt-web-final .rt-seo-m3-audit-form__outcomes {
    margin: 8px 0 0;
    display: grid;
    gap: 12px;
}

.rt-ecommerce-page .rt-web-final .rt-seo-m3-audit-form__outcomes li {
    min-height: 0;
    padding: 0 0 0 28px;
    border-radius: 0;
    background: transparent;
    color: #323847;
    font-size: 16px;
    line-height: 25px;
    font-weight: 750;
}

.rt-ecommerce-page .rt-web-final .rt-seo-m3-audit-form__outcomes li::before {
    left: 2px;
    top: .55em;
    width: 10px;
    height: 10px;
    background: var(--rt-ecommerce-purple);
    box-shadow: 0 0 0 7px rgba(98, 85, 255, .12);
}

.rt-ecommerce-page .rt-web-final .rt-web-contact-line {
    margin-top: 8px;
    color: var(--rt-ecommerce-muted);
    font-size: 16px;
    line-height: 1.5;
}

.rt-ecommerce-page .rt-web-final .rt-web-contact-line a {
    color: var(--rt-ecommerce-purple);
}

.rt-ecommerce-page .rt-web-final .rt-form-required {
    color: var(--rt-ecommerce-purple);
    font-style: normal;
    font-weight: 900;
}

.rt-ecommerce-page .rt-web-final .rt-seo-m3-audit-form__panel {
    display: grid;
    align-content: start;
    gap: 12px;
    padding: 28px;
    border: 1px solid var(--md-sys-color-outline-variant);
    border-radius: 28px;
    background: rgba(255, 255, 255, .78);
    box-shadow: 0 18px 44px rgba(31, 27, 73, .06);
    backdrop-filter: blur(10px);
}

.rt-ecommerce-page .rt-web-final .rt-seo-m3-audit-form__panel h3 {
    margin: 0;
    font-size: 26px;
    line-height: 32px;
}

.rt-ecommerce-page .rt-web-final .rt-seo-m3-audit-form__panel > p {
    color: var(--rt-ecommerce-muted);
    font-size: 15px;
    line-height: 24px;
}

.rt-ecommerce-page .rt-web-final .rt-seo-m3-audit-form__form {
    margin-top: 8px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.rt-ecommerce-page .rt-web-final .rt-seo-m3-audit-form__wide,
.rt-ecommerce-page .rt-web-final .rt-seo-m3-audit-form__privacy,
.rt-ecommerce-page .rt-web-final .rt-seo-m3-audit-form__form button {
    grid-column: 1 / -1;
}

.rt-ecommerce-page .rt-web-final .rt-seo-m3-audit-form__form label {
    display: grid;
    gap: 7px;
    color: var(--rt-ecommerce-ink);
    font-size: 13px;
    line-height: 18px;
    font-weight: 800;
}

.rt-ecommerce-page .rt-web-final .rt-seo-m3-audit-form__form input:not([type="checkbox"]),
.rt-ecommerce-page .rt-web-final .rt-seo-m3-audit-form__form textarea {
    width: 100%;
    border: 1px solid #d8deea;
    border-radius: 18px;
    background: #ffffff;
    color: var(--rt-ecommerce-ink);
    font-size: 15px;
    line-height: 22px;
    font-weight: 500;
    outline: none;
    transition: border-color .2s ease, box-shadow .2s ease;
}

.rt-ecommerce-page .rt-web-final .rt-seo-m3-audit-form__form input:not([type="checkbox"]) {
    min-height: 54px;
    padding: 13px 15px;
}

.rt-ecommerce-page .rt-web-final .rt-seo-m3-audit-form__form textarea {
    min-height: 112px;
    padding: 13px 15px;
    resize: vertical;
}

.rt-ecommerce-page .rt-web-final .rt-seo-m3-audit-form__form input:focus,
.rt-ecommerce-page .rt-web-final .rt-seo-m3-audit-form__form textarea:focus {
    border-color: var(--rt-ecommerce-purple);
    box-shadow: 0 0 0 4px rgba(98, 85, 246, .12);
}

.rt-ecommerce-page .rt-web-final .rt-seo-m3-audit-form__privacy {
    display: flex;
    grid-template-columns: none;
    align-items: flex-start;
    gap: 10px;
    color: var(--rt-ecommerce-muted);
    font-size: 13px;
    font-weight: 600;
    line-height: 1.45;
}

.rt-ecommerce-page .rt-web-final .rt-seo-m3-audit-form__privacy input {
    width: 18px;
    height: 18px;
    margin-top: 2px;
    accent-color: var(--rt-ecommerce-purple);
}

.rt-ecommerce-page .rt-web-final .rt-seo-m3-audit-form__form button {
    min-height: 54px;
    border: 0;
    border-radius: 999px;
    background: var(--rt-ecommerce-purple);
    color: #ffffff;
    font-size: 15px;
    line-height: 20px;
    font-weight: 850;
    cursor: pointer;
    transition: transform .2s ease, box-shadow .2s ease;
}

.rt-ecommerce-page .rt-web-final .rt-seo-m3-audit-form__form button:hover,
.rt-ecommerce-page .rt-web-final .rt-seo-m3-audit-form__form button:focus-visible {
    transform: translateY(-2px);
    box-shadow: 0 18px 38px rgba(98, 85, 246, .26);
}

.rt-ecommerce-about {
    margin-top: 0;
}

.rt-ecommerce-final-cta {
    margin: clamp(72px, 8vw, 132px) clamp(20px, 5vw, 76px);
    padding: clamp(42px, 6vw, 82px);
    border-radius: 32px;
    color: #ffffff;
    text-align: center;
    background: linear-gradient(135deg, #151518 0%, #332b8f 48%, #6255f6 100%);
}

.rt-ecommerce-final-cta h2 {
    max-width: 920px;
    margin: 8px auto 24px;
    color: #ffffff;
}

.rt-ecommerce-final-cta p {
    color: rgba(255, 255, 255, .74);
}

.rt-ecommerce-page .rt-service-reviews.rt-web-reviews {
    background: linear-gradient(180deg, #ffffff 0%, #f7f8fc 18%, #ffffff 100%);
}

.rt-ecommerce-page .rt-service-reviews.rt-web-reviews + .rt-web-final.rt-seo-m3-guarantee {
    margin-top: 70px;
}

.rt-ecommerce-page .rt-service-reviews.rt-web-reviews + .rt-web-final.rt-seo-m3-guarantee::before {
    content: none;
}

.rt-ecommerce-page .rt-service-reviews.rt-web-reviews .rt-google-review-card {
    border-color: transparent;
    box-shadow: 0 18px 42px rgba(24, 26, 42, .045);
}

/* Test typography scale for the e-commerce landing page. */
@media (min-width: 768px) {
    .rt-ecommerce-problem-card h3 {
        font-size: clamp(23px, 1.9vw, 26px) !important;
        line-height: 1.16;
    }

    .rt-ecommerce-problem-card p {
        font-size: var(--rt-ecommerce-body-compact);
        line-height: 27px;
    }

    .rt-ecommerce-page .rt-web-section-head p,
    .rt-ecommerce-page .rt-seo-m3-section-head p,
    .rt-ecommerce-page .rt-web-project-carousel__page p,
    .rt-ecommerce-growth__intro,
    .rt-ecommerce-contact .rt-seo-m3-audit-form__copy > p:not(.rt-seo-m3-eyebrow):not(.rt-web-contact-line),
    .rt-ecommerce-page .rt-web-final .rt-seo-m3-audit-form__copy > p:not(.rt-seo-m3-eyebrow):not(.rt-web-contact-line),
    .rt-ecommerce-about p,
    .rt-ecommerce-faq p {
        font-size: var(--rt-ecommerce-body);
        line-height: 30px;
    }

    .rt-ecommerce-page .rt-service-clients.rt-web-clients .rt-service-section-head h2,
    .rt-service-reviews.rt-web-reviews h2,
    .rt-ecommerce-page .rt-web-final .rt-seo-m3-audit-form__copy h2,
    .rt-ecommerce-about h2,
    .rt-ecommerce-faq h2 {
        font-size: var(--rt-ecommerce-h2-compact) !important;
        line-height: 1.1;
    }

    .rt-web-process-timeline .rt-seo-m3-process__steps h3,
    .rt-ecommerce-includes__grid h3,
    .rt-ecommerce-growth__grid h3,
    .rt-ecommerce-growth-console__panel h3 {
        font-size: 26px !important;
        line-height: 1.16;
    }

    .rt-web-process-timeline .rt-seo-m3-process__steps p {
        font-size: var(--rt-ecommerce-body-compact);
        line-height: 28px;
    }

    .rt-ecommerce-growth-console__panel > p:not(.rt-ecommerce-growth-console__eyebrow) {
        font-size: var(--rt-ecommerce-body);
        line-height: 30px;
    }

    .rt-ecommerce-projects .rt-project-card__title {
        font-size: 58px;
        line-height: .92;
    }
}

@media (max-width: 1180px) {
    .rt-ecommerce-problem-cards__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .rt-ecommerce-growth-simple {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 56px 34px;
    }

    .rt-ecommerce-growth-simple__item,
    .rt-ecommerce-growth-simple__item:nth-child(4),
    .rt-ecommerce-growth-simple__item:nth-child(5) {
        grid-column: auto;
    }

    .rt-ecommerce-growth-simple__item:nth-child(5) {
        grid-column: 1 / -1;
    }

    .rt-ecommerce-includes__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .rt-ecommerce-include-story,
    .rt-ecommerce-include-story:nth-child(even) {
        grid-template-columns: minmax(260px, .9fr) minmax(0, 1fr);
        gap: 34px;
    }

    .rt-ecommerce-growth__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .rt-ecommerce-growth-console {
        grid-template-columns: 1fr;
    }

    .rt-ecommerce-growth-console__nav {
        grid-template-columns: repeat(5, minmax(0, 1fr));
        border-right: 0;
        border-bottom: 1px solid #dfe3ef;
    }

    .rt-ecommerce-growth-console__tab {
        min-height: 84px;
        grid-template-columns: 1fr;
        justify-items: center;
        gap: 8px;
        padding: 12px 8px;
        text-align: center;
        border-radius: 22px;
    }

    .rt-ecommerce-growth-console__tab.is-active {
        transform: translateY(4px);
    }

    .rt-ecommerce-growth-console__tab strong {
        font-size: 14px;
    }

    .rt-ecommerce-growth-console__stage {
        grid-template-columns: minmax(220px, .7fr) minmax(0, 1fr);
    }
}

@media (max-width: 767px) {
    .rt-ecommerce-page h2 {
        font-size: 32px;
    }

    .rt-ecommerce-problem-cards {
        width: calc(100vw - 36px);
        padding: 56px 0 48px;
    }

    .rt-ecommerce-problem-cards__head {
        margin-bottom: 28px;
        text-align: left;
    }

    .rt-ecommerce-problem-cards__head h2,
    .rt-ecommerce-problem-cards__head p {
        margin-inline: 0;
    }

    .rt-ecommerce-problem-cards__head p {
        font-size: 17px;
    }

    .rt-ecommerce-problem-cards__grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .rt-ecommerce-problem-card {
        min-height: 0;
        padding: 30px 22px 22px;
        border-radius: 12px;
    }

    .rt-ecommerce-problem-card h3 {
        font-size: 24px;
        line-height: 1.14;
    }

    .rt-ecommerce-problem-card p {
        font-size: 16px;
    }

    .rt-ecommerce-page h3,
    .rt-ecommerce-includes__grid h3,
    .rt-ecommerce-include-story__copy h3,
    .rt-ecommerce-growth__grid h3 {
        font-size: 24px;
    }

    .rt-ecommerce-includes,
    .rt-ecommerce-growth {
        padding-inline: 18px;
    }

    .rt-ecommerce-page .rt-service-clients.rt-web-clients {
        padding-block: 28px 24px;
    }

    .rt-ecommerce-page .rt-service-clients.rt-web-clients .rt-service-section-head {
        margin-bottom: 12px;
    }

    .rt-ecommerce-page .rt-service-clients.rt-web-clients .rt-service-section-head h2 {
        font-size: 30px;
    }

    .rt-ecommerce-includes__grid,
    .rt-ecommerce-growth__grid {
        grid-template-columns: 1fr;
    }

    .rt-ecommerce-growth__intro {
        text-align: left;
        font-size: 17px;
    }

    .rt-ecommerce-growth-simple {
        grid-template-columns: 1fr;
        gap: 42px;
        margin-top: 38px;
    }

    .rt-ecommerce-growth-simple__item,
    .rt-ecommerce-growth-simple__item:nth-child(5) {
        grid-column: auto;
    }

    .rt-ecommerce-growth-simple__icon {
        width: 96px;
        height: 96px;
        margin-bottom: 22px;
        border-radius: 24px;
    }

    .rt-ecommerce-growth-simple__item h3 {
        max-width: 330px;
        margin-bottom: 12px;
        font-size: 25px !important;
        line-height: 1.18;
    }

    .rt-ecommerce-growth-simple__item p {
        max-width: 340px;
        font-size: 17px;
        line-height: 28px;
    }

    .rt-ecommerce-growth-console {
        margin-top: 28px;
    }

    .rt-ecommerce-growth-console__nav {
        display: flex;
        gap: 10px;
        align-content: stretch;
        padding: 14px 16px;
        overflow-x: auto;
        overscroll-behavior-x: contain;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        border-right: 0;
        border-bottom: 1px solid #dfe3ef;
        scrollbar-width: none;
    }

    .rt-ecommerce-growth-console__nav::-webkit-scrollbar {
        display: none;
    }

    .rt-ecommerce-growth-console__tab {
        flex: 0 0 auto;
        min-height: 58px;
        width: auto;
        min-width: max-content;
        grid-template-columns: 34px max-content;
        justify-items: stretch;
        gap: 10px;
        padding: 10px 16px 10px 12px;
        border-radius: 999px;
        text-align: left;
        scroll-snap-align: start;
    }

    .rt-ecommerce-growth-console__tab strong {
        font-size: 15px;
        white-space: nowrap;
    }

    .rt-ecommerce-growth-console__tab.is-active {
        transform: none;
    }

    .rt-ecommerce-growth-console__stage {
        min-height: 0;
        grid-template-columns: 1fr;
        padding: 22px;
        gap: 22px;
    }

    .rt-ecommerce-growth-console__panels {
        order: 1;
        min-height: 0;
    }

    .rt-ecommerce-growth-console__visual {
        order: 2;
    }

    .rt-ecommerce-growth-console__visual {
        min-height: 230px;
        border-radius: 24px;
    }

    .rt-ecommerce-growth-console__screen {
        width: min(78%, 245px);
        padding: 16px;
        border-radius: 22px;
    }

    .rt-ecommerce-growth-console__metric {
        height: 44px;
        margin-top: 18px;
    }

    .rt-ecommerce-growth-console__chart {
        height: 78px;
    }

    .rt-ecommerce-growth-console__panel h3 {
        font-size: 24px;
    }

    .rt-ecommerce-growth-console__panel > p:not(.rt-ecommerce-growth-console__eyebrow) {
        font-size: 17px;
        line-height: 28px;
    }

    .rt-ecommerce-contact {
        margin-top: 56px;
    }

    .rt-ecommerce-contact.rt-seo-m3-guarantee {
        width: calc(100vw - 36px);
        padding: 24px;
        grid-template-columns: 1fr;
        gap: 26px;
        border-radius: 26px;
    }

    .rt-ecommerce-contact .rt-seo-m3-audit-form__copy h2 {
        font-size: 34px;
    }

    .rt-ecommerce-contact .rt-seo-m3-audit-form__copy > p:not(.rt-seo-m3-eyebrow):not(.rt-web-contact-line) {
        font-size: 17px;
    }

    .rt-ecommerce-contact .rt-seo-m3-audit-form__panel {
        padding: 22px;
        border-radius: 24px;
    }

    .rt-ecommerce-contact .rt-seo-m3-audit-form__panel h3 {
        font-size: 26px;
    }

    .rt-ecommerce-contact .rt-seo-m3-audit-form__form {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .rt-ecommerce-page .rt-web-final.rt-seo-m3-guarantee {
        width: calc(100vw - 36px);
        margin-top: 22px;
        padding: 24px;
        grid-template-columns: 1fr;
        gap: 24px;
        border-radius: 26px;
    }

    .rt-ecommerce-page .rt-web-final .rt-seo-m3-audit-form__copy h2 {
        font-size: 34px;
    }

    .rt-ecommerce-page .rt-web-final .rt-seo-m3-audit-form__copy > p:not(.rt-seo-m3-eyebrow):not(.rt-web-contact-line) {
        font-size: 17px;
    }

    .rt-ecommerce-page .rt-web-final .rt-seo-m3-audit-form__panel {
        padding: 22px;
        border-radius: 24px;
    }

    .rt-ecommerce-page .rt-web-final .rt-seo-m3-audit-form__panel h3 {
        font-size: 23px;
        line-height: 29px;
    }

    .rt-ecommerce-page .rt-web-final .rt-seo-m3-audit-form__form {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .rt-ecommerce-includes__stories {
        gap: 34px;
        margin-top: 34px;
    }

    .rt-ecommerce-include-story,
    .rt-ecommerce-include-story:nth-child(even) {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .rt-ecommerce-include-story:nth-child(even) .rt-ecommerce-include-story__media {
        order: 0;
    }

    .rt-ecommerce-include-story__media {
        min-height: 250px;
        border-radius: 26px;
    }

    .rt-ecommerce-include-story__copy {
        padding-bottom: 18px;
    }

    .rt-ecommerce-include-story__copy li {
        font-size: 16px;
        padding-left: 26px;
    }

    .rt-ecommerce-include-story__copy li::before {
        width: 9px;
        height: 9px;
    }

    .rt-ecommerce-platform-visual {
        min-height: 310px;
    }

    .rt-ecommerce-final-cta {
        margin-inline: 18px;
        border-radius: 24px;
    }
}

/* Coherence pass after shared web-page updates. */
.rt-ecommerce-growth-simple__icon .material-symbols-rounded {
    font-family: "Material Symbols Rounded";
    font-size: clamp(58px, 5vw, 78px);
    line-height: 1;
    font-weight: normal;
    font-style: normal;
    font-variation-settings: "FILL" 0, "wght" 600, "GRAD" 0, "opsz" 24;
    font-feature-settings: "liga";
    text-transform: none;
    letter-spacing: 0;
    white-space: nowrap;
}

.rt-ecommerce-growth-simple__icon svg {
    display: none;
}

.rt-ecommerce-growth-simple__item--search .rt-ecommerce-growth-simple__icon {
    background: #f4f7ff;
    color: #4285f4;
}

.rt-ecommerce-growth-simple__item--ads .rt-ecommerce-growth-simple__icon {
    background: #fce8e6;
    color: #ea4335;
}

.rt-ecommerce-growth-simple__item--social .rt-ecommerce-growth-simple__icon {
    background: #fff8e6;
    color: #fbbc04;
}

.rt-ecommerce-growth-simple__item--mail .rt-ecommerce-growth-simple__icon,
.rt-ecommerce-growth-simple__item--chart .rt-ecommerce-growth-simple__icon {
    background: #e8f4ea;
    color: #34a853;
}

@media (max-width: 767px) {
    .rt-ecommerce-problem-cards__head,
    .rt-ecommerce-includes > .rt-web-section-head,
    .rt-ecommerce-growth > .rt-web-section-head,
    .rt-ecommerce-growth__intro {
        max-width: 680px;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        justify-items: center;
    }

    .rt-ecommerce-problem-cards__head h2,
    .rt-ecommerce-problem-cards__head p,
    .rt-ecommerce-includes > .rt-web-section-head h2,
    .rt-ecommerce-includes > .rt-web-section-head p,
    .rt-ecommerce-growth > .rt-web-section-head h2,
    .rt-ecommerce-growth > .rt-web-section-head p {
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }

    .rt-ecommerce-growth-simple__icon .material-symbols-rounded {
        font-size: 64px;
    }
}

/* Final icon normalization for /realizzazione-siti-e-commerce-napoli/. */
.rt-ecommerce-page .rt-ecommerce-growth-simple__icon,
.rt-ecommerce-page .rt-ecommerce-growth-simple__item--search .rt-ecommerce-growth-simple__icon,
.rt-ecommerce-page .rt-ecommerce-growth-simple__item--ads .rt-ecommerce-growth-simple__icon,
.rt-ecommerce-page .rt-ecommerce-growth-simple__item--social .rt-ecommerce-growth-simple__icon,
.rt-ecommerce-page .rt-ecommerce-growth-simple__item--mail .rt-ecommerce-growth-simple__icon,
.rt-ecommerce-page .rt-ecommerce-growth-simple__item--chart .rt-ecommerce-growth-simple__icon {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 0 !important;
    background: transparent !important;
    color: var(--md-sys-color-primary, #6255ff) !important;
}

.rt-ecommerce-page .rt-ecommerce-growth-simple__icon .material-symbols-rounded {
    color: var(--md-sys-color-primary, #6255ff) !important;
}

@media (min-width: 768px) {
    .rt-ecommerce-page #rt-ecommerce-title {
        font-size: 52px !important;
        line-height: 1.08 !important;
    }

    .rt-ecommerce-page .rt-service-clients.rt-web-clients .rt-service-section-head h2,
    .rt-ecommerce-page .rt-service-reviews h2 {
        font-size: 42px !important;
        line-height: 1.15 !important;
    }
}

/* Clean teaching mockup for "Formazione e documentazione". */
.rt-ecommerce-page .rt-ecommerce-include-training-lab {
    width: min(92%, 580px);
    min-height: 330px;
    padding: 18px;
    border-radius: 34px;
    background:
        radial-gradient(circle at 20% 16%, rgba(98, 85, 255, .12), transparent 34%),
        linear-gradient(145deg, #ffffff 0%, #f5f6ff 100%);
}

.rt-ecommerce-page .rt-ecommerce-include-training-lab__window {
    height: 100%;
    display: grid;
    grid-template-columns: 118px minmax(0, 1fr);
    grid-template-rows: 52px minmax(0, 1fr) auto;
    gap: 14px 18px;
    padding: 0 20px 20px;
    overflow: hidden;
}

.rt-ecommerce-page .rt-ecommerce-include-training-lab__topbar {
    grid-column: 1 / -1;
    height: 52px;
    margin-inline: -20px;
    padding-inline: 22px;
}

.rt-ecommerce-page .rt-ecommerce-include-training-lab__sidebar {
    position: static;
    grid-column: 1;
    grid-row: 2 / 4;
    width: auto;
    display: grid;
    align-content: start;
    gap: 9px;
}

.rt-ecommerce-page .rt-ecommerce-include-training-lab__sidebar button {
    min-height: 42px;
    padding: 0 12px;
    border: 1px solid transparent;
    border-radius: 999px;
    background: #f3f4ff;
    text-align: left;
}

.rt-ecommerce-page .rt-ecommerce-include-training-lab__sidebar button.is-active {
    border-color: rgba(98, 85, 255, .18);
    background: #fff;
    color: var(--rt-training-purple);
    box-shadow: 0 10px 22px rgba(31, 27, 73, .08);
    transform: none;
}

.rt-ecommerce-page .rt-ecommerce-include-training-lab__lesson {
    position: static;
    grid-column: 2;
    grid-row: 2;
    width: auto;
    min-height: 0;
    padding: 24px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border: 1px solid rgba(98, 85, 255, .12);
    background: #fff;
    color: #15151c;
    box-shadow: 0 18px 34px rgba(31, 27, 73, .08);
}

.rt-ecommerce-page .rt-ecommerce-include-training-lab__lesson small {
    color: var(--rt-training-purple);
}

.rt-ecommerce-page .rt-ecommerce-include-training-lab__lesson strong {
    max-width: 13em;
    font-size: 26px;
    line-height: 1.02;
}

.rt-ecommerce-page .rt-ecommerce-include-training-lab__lesson p {
    max-width: 31em;
    color: #697386;
    font-size: 13px;
    line-height: 1.45;
}

.rt-ecommerce-page .rt-ecommerce-include-training-lab__player {
    max-width: 310px;
    margin-top: 22px;
    background: #eef0fb;
}

.rt-ecommerce-page .rt-ecommerce-include-training-lab__player i {
    background: var(--rt-training-purple);
}

.rt-ecommerce-page .rt-ecommerce-include-training-lab__player i::before {
    border-left-color: #fff;
}

.rt-ecommerce-page .rt-ecommerce-include-training-lab__player span {
    background: rgba(98, 85, 255, .12);
}

.rt-ecommerce-page .rt-ecommerce-include-training-lab__checklist {
    position: static;
    grid-column: 2;
    grid-row: 3;
    width: auto;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
}

.rt-ecommerce-page .rt-ecommerce-include-training-lab__checklist span {
    min-height: 54px;
    padding: 12px 12px 12px 38px;
    box-shadow: none;
}

.rt-ecommerce-page .rt-ecommerce-include-training-lab__docs,
.rt-ecommerce-page .rt-ecommerce-include-training-lab__support {
    display: none;
}

@media (max-width: 720px) {
    .rt-ecommerce-page .rt-ecommerce-include-training-lab {
        min-height: 0;
        padding: 14px;
    }

    .rt-ecommerce-page .rt-ecommerce-include-training-lab__window {
        min-height: 0;
        grid-template-columns: 1fr;
        grid-template-rows: 44px auto auto auto;
        gap: 10px;
        padding: 0 14px 14px;
    }

    .rt-ecommerce-page .rt-ecommerce-include-training-lab__topbar {
        height: 44px;
        margin-inline: -14px;
        padding-inline: 16px;
    }

    .rt-ecommerce-page .rt-ecommerce-include-training-lab__sidebar {
        grid-column: 1;
        grid-row: 2;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 7px;
    }

    .rt-ecommerce-page .rt-ecommerce-include-training-lab__sidebar button {
        min-height: 36px;
        padding: 0 7px;
        text-align: center;
        font-size: 10px;
    }

    .rt-ecommerce-page .rt-ecommerce-include-training-lab__lesson {
        grid-column: 1;
        grid-row: 3;
        min-height: 170px;
        padding: 18px;
    }

    .rt-ecommerce-page .rt-ecommerce-include-training-lab__lesson strong {
        font-size: 22px;
    }

    .rt-ecommerce-page .rt-ecommerce-include-training-lab__checklist {
        grid-column: 1;
        grid-row: 4;
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .rt-ecommerce-page .rt-ecommerce-include-training-lab__checklist span {
        min-height: 42px;
    }
}

/* Cleaner tracking flow mockup. */
.rt-ecommerce-page .rt-ecommerce-include-tracking-lab--flow {
    position: relative;
    width: min(92%, 580px);
    min-height: 380px;
    padding: 24px;
    border: 1px solid rgba(98, 85, 255, .16);
    border-radius: 34px;
    background:
        radial-gradient(circle at 50% 42%, rgba(98, 85, 255, .16), transparent 32%),
        linear-gradient(145deg, #ffffff 0%, #f5f6ff 100%);
    box-shadow: 0 30px 70px rgba(31, 27, 73, .13);
}

.rt-ecommerce-page .rt-ecommerce-include-tracking-lab--flow::before {
    content: "";
    position: absolute;
    inset: 20px;
    border-radius: 26px;
    background:
        linear-gradient(rgba(98, 85, 255, .07) 1px, transparent 1px),
        linear-gradient(90deg, rgba(98, 85, 255, .07) 1px, transparent 1px);
    background-size: 36px 36px;
    opacity: .6;
    pointer-events: none;
}

.rt-ecommerce-trackflow__event {
    position: relative;
    z-index: 3;
    width: min(100%, 300px);
    margin: 0 auto;
    padding: 18px 22px;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 6px 18px;
    align-items: center;
    border: 1px solid rgba(98, 85, 255, .14);
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 18px 34px rgba(31, 27, 73, .09);
}

.rt-ecommerce-trackflow__event span,
.rt-ecommerce-trackflow__event strong,
.rt-ecommerce-trackflow__event em {
    display: block;
}

.rt-ecommerce-trackflow__event span {
    grid-column: 1;
    color: #6255ff;
    font-size: 11px;
    line-height: 1;
    font-weight: 950;
    text-transform: uppercase;
}

.rt-ecommerce-trackflow__event strong {
    grid-column: 2;
    grid-row: 1 / span 2;
    color: #15151c;
    font-size: 32px;
    line-height: 1;
    font-weight: 950;
}

.rt-ecommerce-trackflow__event em {
    grid-column: 1;
    color: #697386;
    font-size: 12px;
    line-height: 1.25;
    font-style: normal;
    font-weight: 750;
}

.rt-ecommerce-trackflow__rail {
    position: relative;
    z-index: 2;
    height: 42px;
    margin: 0 9%;
}

.rt-ecommerce-trackflow__rail span {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    height: 2px;
    border-radius: 999px;
    background: linear-gradient(90deg, transparent, rgba(98, 85, 255, .26), transparent);
}

.rt-ecommerce-trackflow__rail i {
    position: absolute;
    left: 8%;
    top: calc(50% - 7px);
    width: 14px;
    height: 14px;
    border-radius: 999px;
    background: #6255ff;
    box-shadow: 0 0 0 8px rgba(98, 85, 255, .13), 0 0 24px rgba(98, 85, 255, .45);
    animation: rtEcomTrackflowPacket 4.8s cubic-bezier(.2, .82, .2, 1) infinite;
}

.rt-ecommerce-trackflow__nodes {
    position: relative;
    z-index: 3;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 10px;
}

.rt-ecommerce-trackflow__node {
    min-height: 90px;
    padding: 12px 9px;
    display: grid;
    justify-items: center;
    align-content: center;
    text-align: center;
    border: 1px solid rgba(98, 85, 255, .1);
    border-radius: 20px;
    background: rgba(255, 255, 255, .82);
    box-shadow: 0 14px 28px rgba(31, 27, 73, .06);
}

.rt-ecommerce-trackflow__node i {
    display: grid;
    place-items: center;
    width: 32px;
    height: 32px;
    margin-bottom: 8px;
    border-radius: 12px;
    background: #6255ff;
    color: #fff;
    font-size: 12px;
    line-height: 1;
    font-style: normal;
    font-weight: 950;
}

.rt-ecommerce-trackflow__node strong,
.rt-ecommerce-trackflow__node span {
    display: block;
}

.rt-ecommerce-trackflow__node strong {
    color: #15151c;
    font-size: 13px;
    line-height: 1;
    font-weight: 950;
}

.rt-ecommerce-trackflow__node span {
    margin-top: 6px;
    color: #697386;
    font-size: 10px;
    line-height: 1.18;
    font-weight: 750;
}

.rt-ecommerce-trackflow__node--meta i {
    background: linear-gradient(135deg, #0866ff, #6255ff);
}

.rt-ecommerce-trackflow__node--google i {
    background: linear-gradient(135deg, #4285f4, #34a853);
}

.rt-ecommerce-trackflow__node--mail i {
    background: linear-gradient(135deg, #6255ff, #9cc4ff);
}

.rt-ecommerce-trackflow__node--shop i {
    background: linear-gradient(135deg, #fbbc04, #ea4335);
}

.rt-ecommerce-trackflow__node--ig i {
    background: linear-gradient(135deg, #f58529, #dd2a7b 45%, #8134af);
}

.rt-ecommerce-trackflow__metrics {
    position: relative;
    z-index: 3;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    margin-top: 14px;
}

.rt-ecommerce-trackflow__metrics span {
    min-height: 48px;
    padding: 10px 14px;
    border: 1px solid rgba(21, 21, 28, .07);
    border-radius: 18px;
    background: #15151c;
    color: #fff;
}

.rt-ecommerce-trackflow__metrics b,
.rt-ecommerce-trackflow__metrics strong {
    display: block;
}

.rt-ecommerce-trackflow__metrics b {
    color: rgba(255, 255, 255, .54);
    font-size: 10px;
    line-height: 1;
    font-weight: 850;
    text-transform: uppercase;
}

.rt-ecommerce-trackflow__metrics strong {
    margin-top: 7px;
    color: #fff;
    font-size: 18px;
    line-height: 1;
    font-weight: 950;
}

@keyframes rtEcomTrackflowPacket {
    0%, 12% { left: 8%; opacity: 0; transform: scale(.55); }
    20% { opacity: 1; transform: scale(1); }
    72% { left: 88%; opacity: 1; transform: scale(1); }
    88%, 100% { left: 88%; opacity: 0; transform: scale(.55); }
}

@media (max-width: 720px) {
    .rt-ecommerce-page .rt-ecommerce-include-tracking-lab--flow {
        min-height: 430px;
        aspect-ratio: auto;
        padding: 18px;
    }

    .rt-ecommerce-trackflow__event {
        width: 100%;
        padding: 16px;
    }

    .rt-ecommerce-trackflow__event strong {
        font-size: 28px;
    }

    .rt-ecommerce-trackflow__rail {
        height: 34px;
        margin-inline: 5%;
    }

    .rt-ecommerce-trackflow__nodes {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
    }

    .rt-ecommerce-trackflow__node {
        min-height: 74px;
        grid-template-columns: 30px 1fr;
        justify-items: start;
        align-content: center;
        gap: 3px 8px;
        padding: 10px;
        text-align: left;
    }

    .rt-ecommerce-trackflow__node i {
        grid-row: 1 / span 2;
        width: 28px;
        height: 28px;
        margin: 0;
    }

    .rt-ecommerce-trackflow__node strong {
        font-size: 12px;
    }

    .rt-ecommerce-trackflow__node span {
        margin-top: 0;
        font-size: 9px;
    }

    .rt-ecommerce-trackflow__node--ig {
        grid-column: 1 / -1;
    }

    .rt-ecommerce-trackflow__metrics {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 7px;
    }

    .rt-ecommerce-trackflow__metrics span {
        min-height: 50px;
        padding: 10px;
    }

    .rt-ecommerce-trackflow__metrics strong {
        font-size: 15px;
    }
}

/* Premium integration flow: real logos, three distinct reactions. */
.rt-ecommerce-page .rt-ecommerce-include-tracking-lab--integrations {
    position: relative;
    width: min(92%, 580px);
    min-height: 430px;
    padding: 26px;
    overflow: hidden;
    border: 1px solid rgba(98, 85, 255, .16);
    border-radius: 34px;
    background:
        radial-gradient(circle at 50% 34%, rgba(98, 85, 255, .15), transparent 32%),
        linear-gradient(145deg, #ffffff 0%, #f5f6ff 100%);
    box-shadow: 0 30px 70px rgba(31, 27, 73, .13);
}

.rt-ecommerce-integrations__event {
    position: relative;
    z-index: 4;
    width: min(100%, 322px);
    margin: 0 auto;
    padding: 18px 22px;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 6px 18px;
    align-items: center;
    border: 1px solid rgba(98, 85, 255, .14);
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 18px 34px rgba(31, 27, 73, .09);
    animation: rtEcomIntegrationEvent 6s ease-in-out infinite;
}

.rt-ecommerce-integrations__event span,
.rt-ecommerce-integrations__event strong,
.rt-ecommerce-integrations__event em {
    display: block;
}

.rt-ecommerce-integrations__event span {
    grid-column: 1;
    color: #6255ff;
    font-size: 11px;
    line-height: 1;
    font-weight: 950;
    text-transform: uppercase;
}

.rt-ecommerce-integrations__event strong {
    grid-column: 2;
    grid-row: 1 / span 2;
    color: #15151c;
    font-size: 34px;
    line-height: 1;
    font-weight: 950;
}

.rt-ecommerce-integrations__event em {
    grid-column: 1;
    color: #697386;
    font-size: 12px;
    line-height: 1.25;
    font-style: normal;
    font-weight: 750;
}

.rt-ecommerce-integrations__hub {
    position: absolute;
    left: 9%;
    right: 9%;
    top: 112px;
    height: 116px;
    z-index: 2;
    pointer-events: none;
}

.rt-ecommerce-integrations__line {
    position: absolute;
    top: 0;
    left: 50%;
    height: 2px;
    border-radius: 999px;
    background: linear-gradient(90deg, rgba(98, 85, 255, .02), rgba(98, 85, 255, .32), rgba(98, 85, 255, .02));
    transform-origin: left center;
    opacity: .8;
}

.rt-ecommerce-integrations__line--meta {
    width: 34%;
    transform: translate(-2px, 46px) rotate(155deg);
}

.rt-ecommerce-integrations__line--google {
    width: 94px;
    transform: translate(-47px, 18px) rotate(90deg);
}

.rt-ecommerce-integrations__line--instagram {
    width: 34%;
    transform: translate(2px, 46px) rotate(25deg);
}

.rt-ecommerce-integrations__packet {
    position: absolute;
    left: 50%;
    top: 40px;
    width: 13px;
    height: 13px;
    border-radius: 999px;
    background: #6255ff;
    box-shadow: 0 0 0 8px rgba(98, 85, 255, .12), 0 0 24px rgba(98, 85, 255, .45);
    opacity: 0;
}

.rt-ecommerce-integrations__packet--meta {
    animation: rtEcomIntegrationPacketMeta 6s cubic-bezier(.2, .8, .2, 1) infinite;
}

.rt-ecommerce-integrations__packet--google {
    animation: rtEcomIntegrationPacketGoogle 6s cubic-bezier(.2, .8, .2, 1) 1.6s infinite;
}

.rt-ecommerce-integrations__packet--instagram {
    animation: rtEcomIntegrationPacketInstagram 6s cubic-bezier(.2, .8, .2, 1) 3.2s infinite;
}

.rt-ecommerce-integrations__nodes {
    position: relative;
    z-index: 4;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin-top: 74px;
}

.rt-ecommerce-integrations__node {
    position: relative;
    min-height: 128px;
    padding: 18px;
    overflow: hidden;
    border: 1px solid rgba(98, 85, 255, .1);
    border-radius: 24px;
    background: rgba(255, 255, 255, .88);
    box-shadow: 0 14px 28px rgba(31, 27, 73, .06);
}

.rt-ecommerce-integrations__node i {
    position: relative;
    z-index: 2;
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    margin-bottom: 14px;
    border-radius: 15px;
    background: #f4f5ff;
}

.rt-ecommerce-integrations__node svg {
    width: 28px;
    height: 28px;
}

.rt-ecommerce-integrations__node--meta i {
    color: #0866ff;
}

.rt-ecommerce-integrations__node strong,
.rt-ecommerce-integrations__node span,
.rt-ecommerce-integrations__node em {
    position: relative;
    z-index: 2;
    display: block;
}

.rt-ecommerce-integrations__node strong {
    color: #15151c;
    font-size: 15px;
    line-height: 1;
    font-weight: 950;
}

.rt-ecommerce-integrations__node span {
    margin-top: 7px;
    color: #697386;
    font-size: 11px;
    line-height: 1.2;
    font-weight: 750;
}

.rt-ecommerce-integrations__node em {
    margin-top: 12px;
    color: #6255ff;
    font-size: 10px;
    line-height: 1;
    font-style: normal;
    font-weight: 900;
    text-transform: uppercase;
}

.rt-ecommerce-integrations__reaction {
    position: absolute;
    right: 16px;
    top: 18px;
    z-index: 1;
    width: 62px;
    height: 62px;
    border-radius: 20px;
    opacity: .72;
}

.rt-ecommerce-integrations__reaction--meta {
    background: rgba(8, 102, 255, .07);
}

.rt-ecommerce-integrations__reaction--meta span {
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: #0866ff;
    opacity: .38;
    animation: rtEcomIntegrationMeta 6s ease-in-out infinite;
}

.rt-ecommerce-integrations__reaction--meta span:nth-child(1) { left: 13px; top: 14px; }
.rt-ecommerce-integrations__reaction--meta span:nth-child(2) { right: 14px; top: 14px; animation-delay: .12s; }
.rt-ecommerce-integrations__reaction--meta span:nth-child(3) { left: 25px; top: 35px; animation-delay: .24s; }
.rt-ecommerce-integrations__reaction--meta span:nth-child(4) { right: 13px; bottom: 12px; animation-delay: .36s; }

.rt-ecommerce-integrations__reaction--google {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: 6px;
    padding: 12px;
    background: rgba(66, 133, 244, .07);
}

.rt-ecommerce-integrations__reaction--google span {
    width: 9px;
    border-radius: 999px 999px 4px 4px;
    transform-origin: bottom center;
    animation: rtEcomIntegrationGoogle 6s ease-in-out 1.6s infinite;
}

.rt-ecommerce-integrations__reaction--google span:nth-child(1) { height: 22px; background: #34a853; }
.rt-ecommerce-integrations__reaction--google span:nth-child(2) { height: 34px; background: #fbbc04; animation-delay: 1.72s; }
.rt-ecommerce-integrations__reaction--google span:nth-child(3) { height: 44px; background: #4285f4; animation-delay: 1.84s; }

.rt-ecommerce-integrations__reaction--instagram {
    background: linear-gradient(135deg, rgba(254, 218, 117, .2), rgba(214, 41, 118, .16), rgba(79, 91, 213, .16));
    animation: rtEcomIntegrationInstagram 6s ease-in-out 3.2s infinite;
}

.rt-ecommerce-integrations__reaction--instagram span {
    position: absolute;
    left: 13px;
    top: 13px;
    width: 36px;
    height: 36px;
    border: 2px solid rgba(255, 255, 255, .9);
    border-radius: 13px;
}

.rt-ecommerce-integrations__reaction--instagram b {
    position: absolute;
    left: 12px;
    bottom: 10px;
    width: 40px;
    height: 18px;
    border-radius: 999px;
    background: #fff;
    box-shadow: 0 8px 18px rgba(31, 27, 73, .12);
    opacity: 0;
    transform: translateY(6px);
    animation: rtEcomIntegrationTag 6s ease-in-out 3.2s infinite;
}

@keyframes rtEcomIntegrationEvent {
    0%, 100% { transform: translateY(0); box-shadow: 0 18px 34px rgba(31, 27, 73, .09); }
    8%, 34%, 60% { transform: translateY(-2px); box-shadow: 0 22px 38px rgba(98, 85, 255, .13); }
}

@keyframes rtEcomIntegrationPacketMeta {
    0%, 8% { opacity: 0; transform: translate(0, 0) scale(.6); }
    14% { opacity: 1; transform: translate(0, 0) scale(1); }
    30% { opacity: 1; transform: translate(-156px, 82px) scale(.86); }
    38%, 100% { opacity: 0; transform: translate(-156px, 82px) scale(.4); }
}

@keyframes rtEcomIntegrationPacketGoogle {
    0%, 8% { opacity: 0; transform: translate(0, 0) scale(.6); }
    14% { opacity: 1; transform: translate(0, 0) scale(1); }
    30% { opacity: 1; transform: translate(0, 92px) scale(.86); }
    38%, 100% { opacity: 0; transform: translate(0, 92px) scale(.4); }
}

@keyframes rtEcomIntegrationPacketInstagram {
    0%, 8% { opacity: 0; transform: translate(0, 0) scale(.6); }
    14% { opacity: 1; transform: translate(0, 0) scale(1); }
    30% { opacity: 1; transform: translate(156px, 82px) scale(.86); }
    38%, 100% { opacity: 0; transform: translate(156px, 82px) scale(.4); }
}

@keyframes rtEcomIntegrationMeta {
    0%, 18%, 100% { opacity: .24; transform: scale(.96); }
    26%, 42% { opacity: .58; transform: scale(1); }
}

@keyframes rtEcomIntegrationGoogle {
    0%, 18%, 100% { opacity: .24; transform: scaleX(.5); transform-origin: left center; }
    26%, 44% { opacity: .7; transform: scaleX(1); }
}

@keyframes rtEcomIntegrationInstagram {
    0%, 18%, 100% { opacity: .12; transform: scale(.92); }
    26%, 44% { opacity: .24; transform: scale(1); }
}

@keyframes rtEcomIntegrationTag {
    0%, 18%, 100% { opacity: 0; transform: translateY(6px); }
    28%, 42% { opacity: 1; transform: translateY(0); }
}

@media (max-width: 720px) {
    .rt-ecommerce-page .rt-ecommerce-include-tracking-lab--integrations {
        min-height: 0;
        padding: 18px;
    }

    .rt-ecommerce-integrations__event {
        width: 100%;
        padding: 16px;
    }

    .rt-ecommerce-integrations__event strong {
        font-size: 28px;
    }

    .rt-ecommerce-integrations__hub {
        display: none;
    }

    .rt-ecommerce-integrations__nodes {
        grid-template-columns: 1fr;
        gap: 9px;
        margin-top: 18px;
    }

    .rt-ecommerce-integrations__node {
        min-height: 92px;
        padding: 14px 14px 14px 70px;
    }

    .rt-ecommerce-integrations__node i {
        position: absolute;
        left: 16px;
        top: 18px;
        width: 38px;
        height: 38px;
        margin: 0;
    }

    .rt-ecommerce-integrations__node svg {
        width: 25px;
        height: 25px;
    }

}
