/* Features showcase — scoped to #features.features-showcase only */

#features.features-showcase {
    --fs-green: #25d366;
    --fs-green-soft: #ecfdf5;
    --fs-green-border: rgba(37, 211, 102, 0.35);
    --fs-mint: #d1fae5;
    --fs-text: #0f172a;
    --fs-muted: #64748b;
    --fs-border: rgba(226, 232, 240, 0.95);
    --fs-ease: cubic-bezier(0.22, 1, 0.36, 1);
    position: relative;
    overflow-x: clip;
    overflow-y: visible;
    background: #fff;
    padding: 2rem 0 3.5rem;
}

#features .features-showcase__inner {
    position: relative;
    z-index: 1;
    max-width: 80rem;
    margin-inline: auto;
    padding-inline: 1rem;
}

@media (min-width: 640px) {
    #features .features-showcase__inner {
        padding-inline: 1.5rem;
    }
}

@media (min-width: 1024px) {
    #features.features-showcase {
        padding: 2rem 0 4rem;
    }
}

/* Header */
#features .features-showcase__header {
    text-align: center;
    max-width: 40rem;
    margin: 0 auto 2rem;
}

#features .features-showcase__badge {
    display: inline-flex;
    align-items: center;
    gap: 0.375rem;
    margin-bottom: 0.5rem;
    padding: 0.3125rem 0.875rem;
    border-radius: 999px;
    border: 1px solid var(--fs-green-border);
    background: var(--fs-green-soft);
    color: #15803d;
    font-size: 0.625rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

#features .features-showcase__badge svg {
    width: 0.75rem;
    height: 0.75rem;
    color: var(--fs-green);
}

#features .features-showcase__heading {
    font-family: 'Sora', sans-serif;
    font-size: clamp(1.5rem, 3vw, 2.25rem);
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.02em;
    color: #071c15;
    margin-bottom: 0.75rem;
}

#features .features-showcase__heading-accent {
    position: relative;
    display: inline;
    background: linear-gradient(135deg, #128c55 0%, #17b26a 35%, #25d366 70%, #17b26a 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

#features .features-showcase__desc {
    font-size: clamp(0.875rem, 1.5vw, 1rem);
    line-height: 1.65;
    color: #60736a;
    max-width: 32rem;
    margin: 0 auto;
}

/* Stage */
#features .features-showcase__stage {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.25rem;
    min-height: 0;
}

@media (min-width: 1024px) {
    #features .features-showcase__stage {
        display: grid;
        grid-template-columns: minmax(16rem, 1fr) auto minmax(16rem, 1fr);
        grid-template-rows: auto;
        align-items: center;
        column-gap: 3.75rem;
        row-gap: 0;
        min-height: 0;
        max-width: 76rem;
        margin-inline: auto;
        margin-top: 0.15rem;
        overflow: visible;
    }

    #features .features-showcase__col--left {
        justify-self: end;
        justify-items: stretch;
        width: 100%;
        max-width: 18.75rem;
        padding-right: 0;
        gap: 1.125rem;
    }

    #features .features-showcase__col--right {
        justify-self: start;
        justify-items: stretch;
        width: 100%;
        max-width: 18.75rem;
        padding-left: 0;
        gap: 1.125rem;
    }

    #features .features-showcase__phone-wrap {
        padding-inline: 0.25rem;
        align-self: center;
    }
}

/* Arc rings behind phone */
#features .features-showcase__arcs {
    display: none;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -52%);
    width: min(36rem, 92vw);
    height: min(36rem, 92vw);
    pointer-events: none;
    z-index: 0;
}

@media (min-width: 1024px) {
    #features .features-showcase__arcs {
        display: block;
    }
}

#features .features-showcase__arc {
    fill: none;
    stroke: rgba(37, 211, 102, 0.1);
    stroke-width: 1;
    vector-effect: non-scaling-stroke;
}

#features .features-showcase__arc--2 {
    stroke: rgba(37, 211, 102, 0.07);
}

#features .features-showcase__arc--3 {
    stroke: rgba(148, 163, 184, 0.12);
}

/* Connectors overlay */
#features .features-showcase__connectors {
    display: none;
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    overflow: visible;
    pointer-events: none;
}

@media (min-width: 1024px) {
    #features .features-showcase__connectors {
        display: block;
    }
}

#features .features-showcase__conn-path {
    fill: none;
    stroke: rgba(37, 211, 102, 0.78);
    stroke-width: 1.55;
    stroke-linecap: round;
    stroke-linejoin: round;
    vector-effect: non-scaling-stroke;
}

#features .features-showcase__conn-node {
    fill: #fff;
    stroke: rgba(37, 211, 102, 0.9);
    stroke-width: 1.4;
}

#features .features-showcase__conn-dot {
    opacity: 0;
    pointer-events: none;
    filter: drop-shadow(0 0 2px rgba(37, 211, 102, 0.55));
}

#features .features-showcase__conn-dot.is-traveling {
    opacity: 0.95;
}

/* Decorative floats */
#features .features-showcase__decor {
    display: none;
    position: absolute;
    left: 50%;
    bottom: 0.25rem;
    transform: translateX(-50%);
    width: min(26rem, 78vw);
    height: 4.5rem;
    pointer-events: none;
    z-index: 2;
}

@media (min-width: 1024px) {
    #features .features-showcase__decor {
        display: block;
        bottom: 1.5rem;
        width: min(28rem, 42vw);
    }
}

#features .features-showcase__decor-svg {
    width: 100%;
    height: 100%;
    overflow: visible;
}

#features .features-showcase__decor-path {
    fill: none;
    stroke: rgba(37, 211, 102, 0.55);
    stroke-width: 1.35;
    stroke-dasharray: 3 5.5;
    stroke-linecap: round;
    vector-effect: non-scaling-stroke;
}

#features .features-showcase__decor-plane {
    opacity: 0;
}

#features .features-showcase__float {
    position: absolute;
    border-radius: 999px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 16px rgba(37, 211, 102, 0.12);
}

#features .features-showcase__float--wa {
    width: 1.625rem;
    height: 1.625rem;
    background: var(--fs-green-soft);
    border: 1px solid var(--fs-green-border);
    color: var(--fs-green);
}

#features .features-showcase__float--wa svg {
    width: 0.875rem;
    height: 0.875rem;
}

#features .features-showcase__float--wa-1 {
    left: 8%;
    bottom: 38%;
}

#features .features-showcase__float--wa-2 {
    right: 10%;
    bottom: 55%;
}

#features .features-showcase__float--send {
    left: -0.5rem;
    bottom: 0;
    width: 2.75rem;
    height: 2.75rem;
    background: var(--fs-green);
    color: #fff;
    box-shadow: 0 6px 20px rgba(37, 211, 102, 0.35);
}

#features .features-showcase__float--send svg {
    width: 1.125rem;
    height: 1.125rem;
}

/* Columns */
#features .features-showcase__col {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    width: 100%;
    max-width: 20rem;
    z-index: 3;
}

/* Feature cards */
#features .features-showcase__card {
    position: relative;
    background: #fff;
    border: 1px solid var(--fs-border);
    border-radius: 0.75rem;
    padding: 1rem 1rem 0.875rem;
    box-shadow: 0 4px 24px rgba(15, 23, 42, 0.05), 0 0 0 1px rgba(255, 255, 255, 0.8);
    transition: box-shadow 0.28s var(--fs-ease), border-color 0.28s ease, transform 0.28s var(--fs-ease);
}

#features .features-showcase__card:hover {
    border-color: rgba(37, 211, 102, 0.28);
    box-shadow: 0 8px 28px rgba(37, 211, 102, 0.08);
    transform: translateY(-2px);
}

#features .features-showcase__card-num {
    position: absolute;
    top: 0.625rem;
    left: 0.625rem;
    width: 1.125rem;
    height: 1.125rem;
    border-radius: 999px;
    background: var(--fs-green);
    color: #fff;
    font-size: 0.5625rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    z-index: 1;
}

#features .features-showcase__card-icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 2.625rem;
    height: 2.625rem;
    border-radius: 999px;
    background: var(--fs-green-soft);
    border: 1px solid var(--fs-green-border);
    color: var(--fs-green);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 14px rgba(37, 211, 102, 0.1);
}

#features .features-showcase__card-icon svg {
    width: 1.125rem;
    height: 1.125rem;
}

#features .features-showcase__col--left .features-showcase__card {
    padding-left: 2.25rem;
}

#features .features-showcase__col--left .features-showcase__card-icon {
    left: -1.375rem;
}

#features .features-showcase__col--right .features-showcase__card {
    padding-right: 2.25rem;
}

#features .features-showcase__col--right .features-showcase__card-icon {
    right: -1.375rem;
}

#features .features-showcase__card-title {
    font-family: 'Sora', sans-serif;
    font-size: 0.8125rem;
    font-weight: 700;
    color: var(--fs-text);
    margin: 0 0 0.3125rem;
    padding-left: 1.125rem;
    line-height: 1.35;
}

#features .features-showcase__card-desc {
    font-size: 0.6875rem;
    line-height: 1.45;
    color: var(--fs-muted);
    margin: 0 0 0.625rem;
    padding-left: 1.125rem;
}

#features .features-showcase__card-foot {
    border-top: 1px solid rgba(226, 232, 240, 0.8);
    padding-top: 0.625rem;
    margin-top: 0.125rem;
}

/* Card footers */
#features .features-showcase__foot-metrics {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
    font-size: 0.625rem;
}

#features .features-showcase__foot-metrics strong {
    font-family: 'Sora', sans-serif;
    font-size: 0.8125rem;
    font-weight: 700;
    color: var(--fs-green);
}

#features .features-showcase__foot-metrics span {
    color: var(--fs-muted);
}

#features .features-showcase__foot-sending {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    color: var(--fs-green);
    font-weight: 600;
}

#features .features-showcase__foot-sending svg {
    width: 0.75rem;
    height: 0.75rem;
}

#features .features-showcase__workflow {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.1875rem;
    font-size: 0.5625rem;
}

#features .features-showcase__chip {
    padding: 0.1875rem 0.4375rem;
    border-radius: 0.375rem;
    background: #f8fafc;
    border: 1px solid rgba(226, 232, 240, 0.95);
    color: var(--fs-text);
    white-space: nowrap;
}

#features .features-showcase__chip--active {
    background: rgba(37, 211, 102, 0.12);
    border-color: rgba(37, 211, 102, 0.25);
    color: #15803d;
    font-weight: 600;
}

#features .features-showcase__workflow-arrow {
    color: var(--fs-green);
    font-size: 0.5rem;
    line-height: 1;
}

#features .features-showcase__team {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

#features .features-showcase__avatars {
    display: flex;
    align-items: center;
}

#features .features-showcase__avatar--photo {
    width: 1.375rem;
    height: 1.375rem;
    border-radius: 999px;
    border: 1.5px solid #fff;
    margin-left: -0.375rem;
    object-fit: cover;
    object-position: center top;
    display: block;
    box-shadow: 0 1px 4px rgba(15, 23, 42, 0.08);
}

#features .features-showcase__avatar--photo:first-child {
    margin-left: 0;
}

#features .features-showcase__agents-badge {
    font-size: 0.5625rem;
    font-weight: 600;
    color: var(--fs-muted);
    padding: 0.1875rem 0.4375rem;
    border-radius: 999px;
    background: #f8fafc;
    border: 1px solid rgba(226, 232, 240, 0.95);
}

#features .features-showcase__contacts {
    display: flex;
    flex-wrap: wrap;
    gap: 0.3125rem;
    align-items: center;
}

#features .features-showcase__contact-chip {
    font-size: 0.5625rem;
    padding: 0.1875rem 0.4375rem;
    border-radius: 999px;
    background: #f8fafc;
    border: 1px solid rgba(226, 232, 240, 0.95);
    color: var(--fs-text);
    white-space: nowrap;
}

#features .features-showcase__contact-plus {
    width: 1.125rem;
    height: 1.125rem;
    border-radius: 999px;
    background: rgba(37, 211, 102, 0.1);
    border: 1px solid rgba(37, 211, 102, 0.25);
    color: var(--fs-green);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.6875rem;
    font-weight: 700;
}

#features .features-showcase__stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.375rem;
    text-align: center;
}

#features .features-showcase__stat-val {
    font-family: 'Sora', sans-serif;
    font-size: 0.75rem;
    font-weight: 700;
    color: var(--fs-green);
    line-height: 1.2;
}

#features .features-showcase__stat-lbl {
    font-size: 0.5rem;
    color: var(--fs-muted);
    line-height: 1.3;
}

/* Phone mockup */
#features .features-showcase__phone-wrap {
    position: relative;
    z-index: 4;
    display: flex;
    justify-content: center;
    width: 100%;
}

#features .features-showcase__phone {
    position: relative;
    width: min(17.75rem, 84vw);
    border-radius: 2.125rem;
    padding: 0.34rem;
    background: linear-gradient(165deg, #1a1a1a 0%, #0a0a0a 55%, #151515 100%);
    box-shadow:
        0 28px 56px rgba(15, 23, 42, 0.2),
        0 0 0 1px rgba(255, 255, 255, 0.06),
        0 0 48px rgba(37, 211, 102, 0.1);
}

#features .features-showcase__phone-notch {
    position: absolute;
    top: 0.42rem;
    left: 50%;
    transform: translateX(-50%);
    width: 4.6rem;
    height: 1.1rem;
    border-radius: 999px;
    background: #0a0a0a;
    z-index: 6;
}

#features .features-showcase__phone-screen {
    position: relative;
    border-radius: 1.85rem;
    overflow: hidden;
    background: #ece5dd;
    display: flex;
    flex-direction: column;
    min-height: 30rem;
}

#features .features-showcase__wa-header {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 1.75rem 0.625rem 0.5rem;
    background: #f0f2f5;
    border-bottom: 1px solid rgba(0, 0, 0, 0.04);
}

#features .features-showcase__wa-back {
    color: #54656f;
    flex-shrink: 0;
}

#features .features-showcase__wa-back svg {
    width: 1.125rem;
    height: 1.125rem;
}

#features .features-showcase__wa-profile {
    display: flex;
    align-items: center;
    gap: 0.4375rem;
    flex: 1;
    min-width: 0;
}

#features .features-showcase__wa-avatar {
    width: 2rem;
    height: 2rem;
    border-radius: 999px;
    overflow: hidden;
    flex-shrink: 0;
    background: #0a0a0a;
    display: flex;
    align-items: center;
    justify-content: center;
}

#features .features-showcase__wa-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    padding: 0;
}

#features .features-showcase__wa-meta-head {
    flex: 1;
    min-width: 0;
    overflow: hidden;
}

#features .features-showcase__wa-name {
    font-size: 0.6875rem;
    font-weight: 600;
    color: #111b21;
    display: flex;
    align-items: center;
    gap: 0.1875rem;
    line-height: 1.15;
    min-width: 0;
}

#features .features-showcase__wa-name-text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#features .features-showcase__wa-verified svg {
    width: 0.75rem;
    height: 0.75rem;
}

#features .features-showcase__wa-status {
    font-size: 0.5625rem;
    color: var(--fs-green);
    line-height: 1.2;
}

#features .features-showcase__wa-actions {
    display: flex;
    align-items: center;
    gap: 0.625rem;
    color: #54656f;
    flex-shrink: 0;
}

#features .features-showcase__wa-actions svg {
    width: 1rem;
    height: 1rem;
}

#features .features-showcase__wa-body {
    flex: 1;
    padding: 0.625rem 0.5rem;
    background:
        url("data:image/svg+xml,%3Csvg width='60' height='60' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0h60v60H0z' fill='%23ece5dd'/%3E%3Cpath d='M0 30h60M30 0v60' stroke='%23e0d9d1' stroke-width='0.5' opacity='.35'/%3E%3C/svg%3E") repeat;
    display: flex;
    flex-direction: column;
    gap: 0.375rem;
}

#features .features-showcase__wa-bubble {
    max-width: 90%;
    padding: 0.3125rem;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.06);
}

#features .features-showcase__wa-bubble--in {
    align-self: flex-start;
    margin-right: auto;
    background: #fff;
    border-radius: 0.5rem 0.5rem 0.5rem 0.125rem;
}

#features .features-showcase__wa-bubble--out {
    align-self: flex-end;
    margin-left: auto;
    background: #d9fdd3;
    border-radius: 0.5rem 0.5rem 0.125rem 0.5rem;
}

#features .features-showcase__wa-promo {
    border-radius: 0.375rem;
    overflow: hidden;
    margin-bottom: 0.375rem;
    background: #0f172a;
    line-height: 0;
}

#features .features-showcase__wa-promo-img {
    width: 100%;
    height: 5.25rem;
    object-fit: cover;
    object-position: center;
    display: block;
    border-radius: 0.375rem;
}

#features .features-showcase__wa-msg {
    font-size: 0.625rem;
    line-height: 1.45;
    color: #111b21;
    padding: 0 0.1875rem 0.125rem;
}

#features .features-showcase__wa-msg p {
    margin: 0;
}

#features .features-showcase__wa-meta {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0.1875rem;
    padding: 0 0.1875rem 0.125rem;
}

#features .features-showcase__wa-time {
    font-size: 0.5rem;
    color: #667781;
}

#features .features-showcase__wa-ticks svg {
    width: 0.875rem;
    height: 0.625rem;
}

#features .features-showcase__wa-composer {
    display: flex;
    align-items: center;
    gap: 0.375rem;
    padding: 0.4375rem 0.5rem 0.625rem;
    background: #f0f2f5;
}

#features .features-showcase__wa-composer-btn {
    color: #54656f;
    flex-shrink: 0;
}

#features .features-showcase__wa-composer-btn svg {
    width: 1.125rem;
    height: 1.125rem;
}

#features .features-showcase__wa-input {
    flex: 1;
    height: 1.875rem;
    border-radius: 999px;
    background: #fff;
    border: none;
    display: flex;
    align-items: center;
    padding: 0 0.75rem;
    font-size: 0.625rem;
    color: #8696a0;
}

#features .features-showcase__wa-mic {
    width: 1.875rem;
    height: 1.875rem;
    border-radius: 999px;
    background: var(--fs-green);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

#features .features-showcase__wa-mic svg {
    width: 1rem;
    height: 1rem;
}

/* Animations */
#features.features-showcase .features-showcase__step {
    opacity: 1;
    transform: none;
}

html.motion-js:not(.motion-reduced) #features.features-showcase.fs-animate-ready:not(.is-visible) .features-showcase__step {
    opacity: 0;
    transform: translate3d(0, 16px, 0);
}

html.motion-js:not(.motion-reduced) #features.features-showcase.fs-animate-ready.is-visible .features-showcase__step {
    animation: fsFadeUp 0.6s var(--fs-ease) forwards;
    animation-delay: var(--fs-delay, 0ms);
}

html.motion-js:not(.motion-reduced) #features.features-showcase.fs-animate-ready:not(.is-visible) .features-showcase__phone-anim {
    opacity: 0;
    transform: scale(0.94);
}

html.motion-js:not(.motion-reduced) #features.features-showcase.fs-animate-ready.is-visible .features-showcase__phone-anim {
    animation: fsPhoneIn 0.7s var(--fs-ease) 0.28s forwards;
}

html.motion-js:not(.motion-reduced) #features.features-showcase.fs-animate-ready:not(.is-visible) .features-showcase__card {
    opacity: 0;
    transform: translate3d(var(--fs-card-x, 0), 14px, 0) scale(0.98);
}

html.motion-js:not(.motion-reduced) #features.features-showcase.fs-animate-ready.is-visible .features-showcase__col--left .features-showcase__card {
    --fs-card-x: -16px;
    animation: fsCardIn 0.65s var(--fs-ease) forwards;
    animation-delay: calc(0.55s + var(--fs-step, 0) * 0.16s);
}

html.motion-js:not(.motion-reduced) #features.features-showcase.fs-animate-ready.is-visible .features-showcase__col--right .features-showcase__card {
    --fs-card-x: 16px;
    animation: fsCardIn 0.65s var(--fs-ease) forwards;
    animation-delay: calc(0.55s + var(--fs-step, 0) * 0.16s);
}

html.motion-js:not(.motion-reduced) #features.features-showcase.fs-animate-ready:not(.is-visible) .features-showcase__conn-path {
    stroke-dashoffset: var(--fs-conn-len, 200);
}

html.motion-js:not(.motion-reduced) #features.features-showcase.fs-animate-ready.is-visible .features-showcase__conn-path {
    transition: stroke-dashoffset 1.05s var(--fs-ease);
    transition-delay: calc(1.2s + var(--fs-conn, 0) * 0.12s);
    stroke-dashoffset: 0;
}

html.motion-js:not(.motion-reduced) #features.features-showcase.fs-animate-ready:not(.is-visible) .features-showcase__conn-node,
html.motion-js:not(.motion-reduced) #features.features-showcase.fs-animate-ready:not(.is-visible) .features-showcase__arc,
html.motion-js:not(.motion-reduced) #features.features-showcase.fs-animate-ready:not(.is-visible) .features-showcase__float,
html.motion-js:not(.motion-reduced) #features.features-showcase.fs-animate-ready:not(.is-visible) .features-showcase__decor-path {
    opacity: 0;
}

html.motion-js:not(.motion-reduced) #features.features-showcase.fs-animate-ready.is-visible .features-showcase__conn-node,
html.motion-js:not(.motion-reduced) #features.features-showcase.fs-animate-ready.is-visible .features-showcase__arc,
html.motion-js:not(.motion-reduced) #features.features-showcase.fs-animate-ready.is-visible .features-showcase__float {
    animation: fsFadeIn 0.55s var(--fs-ease) forwards;
    animation-delay: calc(1.25s + var(--fs-conn, 0) * 0.08s);
}

html.motion-js:not(.motion-reduced) #features.features-showcase.fs-animate-ready.is-visible .features-showcase__decor-path {
    animation: fsDecorDraw 1.1s var(--fs-ease) 1.45s forwards;
    stroke-dashoffset: var(--fs-decor-len, 120);
}

html.motion-js:not(.motion-reduced) #features.features-showcase.fs-animate-ready.is-visible .features-showcase__decor-plane {
    animation: fsFadeIn 0.45s var(--fs-ease) 1.95s forwards;
}

html.motion-js:not(.motion-reduced) #features.features-showcase.fs-animate-ready:not(.is-visible) .features-showcase__card-foot > * {
    opacity: 0;
}

html.motion-js:not(.motion-reduced) #features.features-showcase.fs-animate-ready.is-visible .features-showcase__card-foot > * {
    animation: fsFadeIn 0.45s var(--fs-ease) forwards;
    animation-delay: calc(1.05s + var(--fs-step, 0) * 0.12s);
}

html.motion-js:not(.motion-reduced) #features.features-showcase.fs-animate-ready.is-visible .features-showcase__chip {
    animation: fsFadeIn 0.4s var(--fs-ease) forwards;
    animation-delay: calc(1.2s + var(--fs-chip, 0) * 0.07s);
}

html.motion-js:not(.motion-reduced) #features.features-showcase.fs-animate-ready.is-visible .features-showcase__wa-bubble--out.features-showcase__wa-bubble-anim {
    animation: fsFadeUp 0.55s var(--fs-ease) 0.55s forwards;
    opacity: 0;
}

html.motion-js:not(.motion-reduced) #features.features-showcase.fs-animate-ready.is-visible .features-showcase__wa-bubble--in.features-showcase__wa-bubble-anim {
    animation: fsFadeUp 0.55s var(--fs-ease) 0.85s forwards;
    opacity: 0;
}

html.motion-js:not(.motion-reduced) #features.features-showcase.fs-animate-ready.is-visible .features-showcase__wa-promo-anim {
    animation: fsFadeIn 0.55s var(--fs-ease) 0.98s forwards;
    opacity: 0;
}

html.motion-js:not(.motion-reduced) #features.features-showcase.fs-animate-ready.is-visible .features-showcase__wa-msg-anim {
    animation: fsFadeUp 0.5s var(--fs-ease) 0.72s forwards;
    opacity: 0;
}

html.motion-js:not(.motion-reduced) #features.features-showcase.fs-animate-ready.is-visible .features-showcase__wa-bubble--in .features-showcase__wa-msg-anim {
    animation-delay: 1.08s;
}

html.motion-js:not(.motion-reduced) #features.features-showcase.fs-animate-ready.is-visible .features-showcase__wa-ticks {
    animation: fsFadeIn 0.4s var(--fs-ease) 0.95s forwards;
    opacity: 0;
}

html.motion-js:not(.motion-reduced) #features.features-showcase.fs-animate-ready.is-visible .features-showcase__avatar--photo {
    animation: fsAvatarIn 0.45s var(--fs-ease) forwards;
    animation-delay: calc(1.08s + var(--fs-avatar, 0) * 0.1s);
    opacity: 0;
    transform: scale(0.88);
}

@keyframes fsAvatarIn {
    to { opacity: 1; transform: scale(1); }
}

@keyframes fsFadeUp {
    to { opacity: 1; transform: translate3d(0, 0, 0); }
}

@keyframes fsPhoneIn {
    to { opacity: 1; transform: scale(1); }
}

@keyframes fsCardIn {
    to { opacity: 1; transform: translate3d(0, 0, 0); }
}

@keyframes fsFadeIn {
    to { opacity: 1; }
}

@keyframes fsDecorDraw {
    to { stroke-dashoffset: 0; opacity: 1; }
}

/* Reduced motion */
html.motion-reduced #features.features-showcase .features-showcase__step,
html.motion-reduced #features.features-showcase .features-showcase__phone-anim,
html.motion-reduced #features.features-showcase .features-showcase__card,
html.motion-reduced #features.features-showcase .features-showcase__conn-path,
html.motion-reduced #features.features-showcase .features-showcase__float,
html.motion-reduced #features.features-showcase .features-showcase__decor-path,
html.motion-reduced #features.features-showcase .features-showcase__decor-plane,
html.motion-reduced #features.features-showcase .features-showcase__card-foot > *,
html.motion-reduced #features.features-showcase .features-showcase__wa-bubble-anim,
html.motion-reduced #features.features-showcase .features-showcase__wa-promo-anim,
html.motion-reduced #features.features-showcase .features-showcase__wa-msg-anim,
html.motion-reduced #features.features-showcase .features-showcase__wa-ticks,
html.motion-reduced #features.features-showcase .features-showcase__avatar--photo {
    opacity: 1 !important;
    transform: none !important;
    animation: none !important;
    stroke-dashoffset: 0 !important;
}

/* Mobile order */
@media (max-width: 1023px) {
    #features .features-showcase__phone-wrap {
        order: 1;
    }

    #features .features-showcase__col--left {
        order: 2;
    }

    #features .features-showcase__col--right {
        order: 3;
    }

    #features .features-showcase__card-icon {
        display: none;
    }

    #features .features-showcase__col--left .features-showcase__card,
    #features .features-showcase__col--right .features-showcase__card {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    #features .features-showcase__col {
        max-width: 24rem;
    }
}
