/* Hero home */
.cw-hero {
    position: relative;
    overflow: hidden;
    background: linear-gradient(150deg, #ECEEFF 0%, #ffffff 45%, #EDFFF9 100%);
}

.cw-hero__blob {
    position: absolute;
    border-radius: 999px;
    pointer-events: none;
    filter: blur(100px);
}

.cw-hero__blob--blue { top: -100px; right: -80px; width: 440px; height: 440px; background: var(--cw-blue); opacity: 0.12; }
.cw-hero__blob--mint { bottom: -60px; left: -60px; width: 320px; height: 320px; background: var(--cw-mint); opacity: 0.12; filter: blur(80px); }

.cw-hero__content {
    position: relative;
    z-index: 1;
    padding-block: 5rem 4rem;
}

.cw-hero__copy {
    text-align: left;
    margin: 0;
    padding: 0;
}

.cw-hero__copy svg.lucide,
.cw-hero__visual svg.lucide {
    width: 1em;
    height: 1em;
    stroke-width: 2;
    flex-shrink: 0;
}

.cw-hero__pill-icon { width: 0.75rem; height: 0.75rem; }
.cw-hero__pill svg.lucide { width: 0.75rem; height: 0.75rem; color: var(--cw-blue); fill: var(--cw-blue); }

.cw-hero__cycle-item svg.lucide { width: 0.75rem; height: 0.75rem; }
.cw-hero__cycle-arrow { width: 0.8125rem; height: 0.8125rem; color: var(--cw-n400); flex-shrink: 0; margin: 0 1px; }

.cw-hero__cycle-arrow svg.lucide { width: 0.8125rem; height: 0.8125rem; color: var(--cw-n400); }

.cw-hero__copy .cw-btn svg.lucide { width: 1rem; height: 1rem; }

.cw-heading-xl--home {
    font-size: clamp(2rem, 4.5vw, 3rem);
    max-width: 36rem;
    line-height: 1.15;
}

.cw-hero__desc {
    max-width: 30rem;
    line-height: 1.7;
    font-size: 1rem;
}

.cw-hero__pill {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.375rem 0.75rem;
    border-radius: 999px;
    background: var(--cw-blue-light);
    color: var(--cw-blue);
    font-family: var(--font-body);
    font-size: 0.75rem;
    font-weight: 600;
    margin-bottom: 1.25rem;
}

.cw-hero__pill-icon {
    width: 0.75rem;
    height: 0.75rem;
    fill: var(--cw-blue);
    color: var(--cw-blue);
}

.cw-hero__cycle {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    margin-bottom: 1.75rem;
}

.cw-hero__cycle-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.cw-hero__cycle-row--follow {
    padding-top: 0.125rem;
}

.cw-hero__cycle-wrap {
    display: inline-flex;
    align-items: center;
}

.cw-hero__cycle-item {
    display: inline-flex;
    align-items: center;
    gap: 0.375rem;
    padding: 0.375rem 0.625rem;
    border-radius: var(--cw-radius);
    font-family: var(--font-body);
    font-size: 0.65625rem;
    font-weight: 600;
    border: 1px solid transparent;
    white-space: nowrap;
}

.cw-hero__cycle-item i { width: 0.75rem; height: 0.75rem; }

.cw-hero__chips {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-bottom: 2rem;
}

.cw-hero__cta-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 1rem;
}

.cw-hero__cta-row .cw-btn {
    padding: 0.75rem 1.5rem;
    font-size: 0.875rem;
}

.cw-hero__cta-row .cw-btn--primary {
    box-shadow: 0 4px 14px rgba(72, 74, 194, 0.27);
}

.cw-hero__cta-row .cw-btn svg.lucide {
    width: 1rem;
    height: 1rem;
}

.cw-hero__proof {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-top: 2rem;
    font-family: var(--font-body);
    font-size: 0.75rem;
    color: var(--cw-n700);
}

.cw-hero__proof strong { color: var(--cw-n900); }

.cw-hero__avatars { display: flex; }

.cw-hero__avatar,
.cw-hero__avatars span {
    width: 1.75rem;
    height: 1.75rem;
    border-radius: 999px;
    border: 2px solid var(--cw-white);
    margin-left: -0.5rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    font-family: var(--font-display);
    font-size: 0.5625rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.02em;
}

.cw-hero__avatars span:first-child,
.cw-hero__avatars .cw-hero__avatar:first-child { margin-left: 0; }

.cw-hero__visual {
    display: none;
    position: relative;
    align-items: center;
    justify-content: center;
    width: 100%;
    overflow: visible;
}

.cw-hero__visual-stage {
    position: relative;
    width: fit-content;
    max-width: none;
    min-height: 540px;
    margin-inline: auto;
    padding-inline: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: visible;
}

.cw-iphone-composition {
    position: relative;
    --cw-phone-w: 252px;
    --cw-phone-h: 510px;
    --cw-phone-x: 160px;
    --cw-float-gap: 4px;
    width: calc(var(--cw-phone-x) + var(--cw-phone-w) + 196px);
    height: var(--cw-phone-h);
    flex-shrink: 0;
}

.cw-iphone-wrap {
    position: relative;
    z-index: 20;
    flex-shrink: 0;
}

.cw-iphone {
    position: absolute;
    left: var(--cw-phone-x);
    top: 0;
    z-index: 20;
    flex-shrink: 0;
    width: var(--cw-phone-w);
    height: var(--cw-phone-h);
    padding: 12px 8px 10px;
    border-radius: 48px;
    background: linear-gradient(160deg, #1c1c1e 0%, #2c2c2e 100%);
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.12), 0 32px 80px rgba(0, 0, 0, 0.45), inset 0 0 0 1px rgba(255, 255, 255, 0.06);
}

.cw-iphone__btn { position: absolute; background: #3a3a3c; z-index: 1; }
.cw-iphone__btn--left { left: -3px; border-radius: 2px 0 0 2px; width: 3px; }
.cw-iphone__btn--vol-up { top: 100px; height: 32px; }
.cw-iphone__btn--vol-down { top: 144px; height: 56px; }
.cw-iphone__btn--power { top: 212px; height: 56px; }
.cw-iphone__btn--right { right: -3px; top: 140px; width: 3px; height: 72px; border-radius: 0 2px 2px 0; }

.cw-iphone__screen {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 38px;
    overflow: hidden;
    background: var(--cw-white);
    display: flex;
    flex-direction: column;
}

.cw-iphone__island {
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    width: 88px;
    height: 26px;
    background: #1c1c1e;
    border-radius: 20px;
    z-index: 20;
}

.cw-iphone__status {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 6px 1.25rem 0;
    height: 48px;
    flex-shrink: 0;
    font-family: var(--font-body);
    font-size: 11px;
    font-weight: 600;
    color: var(--cw-n900);
}

.cw-iphone__status-icons { display: flex; align-items: center; gap: 0.25rem; margin-top: 2px; }

.cw-iphone__app {
    flex: 1;
    min-height: 0;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    gap: 7px;
    padding: 4px 10px 10px;
}

.cw-iphone__events {
    display: flex;
    flex-direction: column;
    gap: 7px;
    flex-shrink: 0;
    width: 100%;
}

.cw-iphone__app-head { display: flex; align-items: center; justify-content: space-between; padding-top: 0.25rem; }
.cw-iphone__app-head strong { font-family: var(--font-display); font-size: 13px; font-weight: 700; color: var(--cw-n900); }
.cw-iphone__app-bell { width: 1.5rem; height: 1.5rem; border-radius: 999px; background: var(--cw-blue-light); display: inline-flex; align-items: center; justify-content: center; }
.cw-iphone__app-bell i { width: 0.75rem; height: 0.75rem; color: var(--cw-blue); }

.cw-iphone__tabs { display: flex; gap: 0.25rem; flex-wrap: nowrap; }
.cw-iphone__tabs span { font-size: 8px; font-weight: 600; padding: 0.125rem 0.375rem; border-radius: 999px; background: var(--cw-n100); color: var(--cw-n700); white-space: nowrap; flex-shrink: 0; }
.cw-iphone__tabs span.is-active { background: var(--cw-blue); color: var(--cw-white); }

.cw-iphone__event { display: flex; align-items: center; gap: 0.5rem; padding: 0.5rem; border-radius: var(--cw-radius); background: var(--cw-n100); border: 1px solid var(--cw-n400); }
.cw-iphone__event-icon { width: 1.625rem; height: 1.625rem; border-radius: 0.5rem; display: inline-flex; align-items: center; justify-content: center; flex-shrink: 0; }
.cw-iphone__event-icon i { width: 0.6875rem; height: 0.6875rem; }
.cw-iphone__event-body { flex: 1; min-width: 0; }
.cw-iphone__event-title { font-family: var(--font-display); font-size: 8.5px; font-weight: 600; color: var(--cw-n900); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.cw-iphone__event-time { font-size: 7.5px; color: var(--cw-n700); }
.cw-iphone__event-badge { font-size: 6.5px; font-weight: 700; padding: 0.125rem 0.25rem; border-radius: 0.25rem; flex-shrink: 0; }

.cw-iphone__reminder {
    flex-shrink: 0;
    width: 100%;
    margin: 0;
    padding: 0.5rem;
    border-radius: var(--cw-radius);
    background: var(--cw-blue-light);
    box-sizing: border-box;
}

.cw-iphone__reminder strong {
    display: block;
    font-family: var(--font-display);
    font-size: 8.5px;
    font-weight: 600;
    color: var(--cw-blue);
    line-height: 1.35;
}

.cw-iphone__reminder span {
    display: block;
    font-size: 7.5px;
    color: var(--cw-n700);
    line-height: 1.35;
}

.cw-iphone__home-bar { flex-shrink: 0; width: 100px; height: 4px; border-radius: 4px; background: var(--cw-n900); opacity: 0.2; margin: 4px auto 6px; }

.cw-hero-float { position: absolute; z-index: 10; border-radius: var(--cw-radius-lg); padding: 0.75rem; font-family: var(--font-body); pointer-events: none; }
.cw-hero-float--event {
    top: 1.5rem;
    left: calc(var(--cw-phone-x) + var(--cw-phone-w) + var(--cw-float-gap));
    width: 186px;
    background: var(--cw-white);
    border: 1px solid var(--cw-n400);
    box-shadow: 0 8px 32px rgba(72, 74, 194, 0.14);
}
.cw-hero-float--qr {
    bottom: 6rem;
    left: calc(var(--cw-phone-x) - var(--cw-float-gap) - 156px);
    width: 156px;
    background: var(--cw-white);
    border: 1px solid var(--cw-n400);
    box-shadow: 0 8px 32px rgba(72, 74, 194, 0.14);
}
.cw-hero-float--contact {
    bottom: 1rem;
    left: calc(var(--cw-phone-x) + var(--cw-phone-w) + var(--cw-float-gap));
    width: 184px;
    background: var(--cw-n900);
    box-shadow: 0 8px 32px rgba(15, 23, 42, 0.28);
    color: var(--cw-white);
}
.cw-hero-float__head { display: flex; align-items: center; gap: 0.5rem; margin-bottom: 0.375rem; }
.cw-hero-float__head strong { font-family: var(--font-display); font-size: 11px; font-weight: 600; color: var(--cw-n900); }
.cw-hero-float p { margin: 0; font-size: 10px; line-height: 1.5; color: var(--cw-n700); }
.cw-hero-float__icon { display: inline-flex; align-items: center; justify-content: center; padding: 0.375rem; border-radius: 0.5rem; flex-shrink: 0; }
.cw-hero-float__icon i,
.cw-hero-float__icon svg.lucide { width: 0.8125rem; height: 0.8125rem; }
.cw-hero-float__icon--blue { background: var(--cw-blue-light); color: var(--cw-blue); }
.cw-hero-float__icon--mint { background: rgba(42, 209, 163, 0.12); color: var(--cw-mint); }
.cw-hero-float__status { display: flex; align-items: center; gap: 0.25rem; margin-top: 0.375rem; font-size: 9px; font-weight: 600; color: var(--cw-mint); }
.cw-hero-float__dot { width: 6px; height: 6px; border-radius: 999px; background: var(--cw-mint); }
.cw-hero-float__contact-head { display: flex; align-items: center; gap: 0.625rem; margin-bottom: 0.375rem; }
.cw-hero-float__avatar {
    width: 2rem;
    height: 2rem;
    min-width: 2rem;
    min-height: 2rem;
    border-radius: 50%;
    background: rgba(255, 127, 102, 0.2);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    line-height: 1;
    overflow: hidden;
}
.cw-hero-float__avatar-initials {
    display: block;
    font-family: var(--font-display);
    font-size: 10px;
    font-weight: 700;
    line-height: 1;
    color: var(--cw-warm);
    letter-spacing: 0;
}
.cw-hero-float__contact-meta {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 0;
}
.cw-hero-float__contact-meta strong {
    display: block;
    font-family: var(--font-display);
    font-size: 10px;
    font-weight: 700;
    line-height: 1.25;
    color: var(--cw-white);
}
.cw-hero-float__contact-meta > span {
    display: block;
    font-size: 8px;
    line-height: 1.35;
    color: #94a3b8;
}
.cw-hero-float__contact-note { padding: 0.25rem 0.5rem; border-radius: 0.5rem; background: rgba(255, 255, 255, 0.07); font-size: 8px; color: #94a3b8; }
.cw-hero-float__status--mint { display: flex; align-items: center; gap: 0.25rem; margin-top: 0.375rem; font-size: 8px; font-weight: 600; color: var(--cw-mint); }
.cw-iphone__event-icon svg.lucide { width: 0.6875rem; height: 0.6875rem; }
.cw-iphone__app-bell svg.lucide { width: 0.75rem; height: 0.75rem; color: var(--cw-blue); }
.cw-hero-float__status--mint svg.lucide { width: 0.5625rem; height: 0.5625rem; color: var(--cw-mint); }

@media (min-width: 1024px) {
    .cw-hero__content { padding-block: 7rem 6rem; }
    .cw-hero__copy { padding-inline: clamp(0.5rem, 2.5vw, 2.5rem) 1rem; }
    .cw-hero__visual { display: flex; }
    .cw-grid-2.cw-grid-2--wide { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 3.5rem; }
}


/* Dark flow section */
.cw-flow {
    background: var(--cw-n900);
    color: var(--cw-white);
}

.cw-flow__intro {
    text-align: center;
    padding-top: 4rem;
    padding-bottom: 3rem;
}

.cw-flow__label {
    display: inline-block;
    font-family: var(--font-body);
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    padding: 0.25rem 0.75rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.55);
    margin-bottom: 1rem;
}

.cw-flow__title {
    margin: 0 auto 0.75rem;
    max-width: 22rem;
    font-family: var(--font-display);
    font-weight: 700;
    font-size: clamp(1.5rem, 3.5vw, 2.25rem);
    line-height: 1.2;
    letter-spacing: -0.025em;
    color: var(--cw-white);
}

.cw-flow__lead {
    max-width: 32.5rem;
    margin: 0 auto;
    padding-inline: 0.5rem;
    font-family: var(--font-body);
    font-size: 1rem;
    line-height: 1.7;
    color: #94a3b8;
    text-align: center;
}

.cw-flow__timeline-container {
    max-width: 56rem;
}

.cw-flow__timeline {
    width: 100%;
    margin-inline: auto;
    padding-bottom: 4rem;
}

/* Grid único: iconos col 1, contenido col 2 — la línea va en el centro de col 1 */
.cw-flow__track {
    --cw-flow-marker: 3rem;
    --cw-flow-gap: 1rem;
    position: relative;
    display: grid;
    grid-template-columns: var(--cw-flow-marker) minmax(0, 1fr);
    column-gap: var(--cw-flow-gap);
    align-items: start;
}

.cw-flow__line {
    position: absolute;
    left: calc(var(--cw-flow-marker) / 2);
    top: calc(var(--cw-flow-marker) / 2);
    bottom: calc(var(--cw-flow-marker) / 2);
    width: 1px;
    transform: translateX(-50%);
    z-index: 0;
    pointer-events: none;
    background: linear-gradient(
        180deg,
        rgba(120, 124, 235, 0.55) 0%,
        rgba(120, 124, 235, 0.55) 38%,
        rgba(255, 127, 102, 0.6) 52%,
        rgba(255, 127, 102, 0.6) 72%,
        rgba(72, 209, 163, 0.55) 100%
    );
}

.cw-flow-step {
    display: contents;
}

.cw-flow-step__icon {
    position: relative;
    grid-column: 1;
    width: var(--cw-flow-marker);
    height: var(--cw-flow-marker);
    margin-bottom: 2rem;
    border-radius: var(--cw-radius-lg);
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1.5px solid transparent;
    flex-shrink: 0;
    z-index: 2;
    backdrop-filter: blur(2px);
}

.cw-flow-step__body {
    grid-column: 2;
    padding-top: 0.5rem;
    padding-bottom: 2rem;
    min-width: 0;
}

.cw-flow-step--featured .cw-flow-step__icon {
    margin-bottom: 2rem;
}

.cw-flow-step--featured .cw-flow-feature {
    grid-column: 2;
    margin-bottom: 2rem;
    min-width: 0;
}

.cw-flow-step--after .cw-flow-step__icon {
    margin-top: 2rem;
    margin-bottom: 0;
}

.cw-flow-step--after .cw-flow-step__body {
    padding-top: calc(0.5rem + 2rem);
    padding-bottom: 0;
}

.cw-flow-step--last .cw-flow-step__body {
    padding-bottom: 0;
}

.cw-flow-step--last .cw-flow-step__icon {
    margin-bottom: 0;
}

.cw-flow__actions {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    align-items: stretch;
    justify-content: center;
    margin-top: 2.5rem;
    width: 100%;
}

.cw-flow__actions .cw-btn {
    width: 100%;
    justify-content: center;
    border-radius: var(--cw-radius);
    padding: 0.75rem 1.5rem;
    font-size: 0.875rem;
}

.cw-flow__actions .cw-btn--mint {
    box-shadow: 0 4px 16px rgba(42, 209, 163, 0.27);
}

@media (min-width: 640px) {
    .cw-flow__actions {
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
    }

    .cw-flow__actions .cw-btn {
        width: auto;
    }
}

.cw-flow-step__icon i,
.cw-flow-step__icon svg.lucide {
    width: 1.125rem;
    height: 1.125rem;
}

.cw-flow-step__icon--warm {
    background: rgba(255, 127, 102, 0.22);
    border: 2px solid var(--cw-warm);
    color: var(--cw-warm);
    box-shadow: 0 0 0 4px rgba(255, 127, 102, 0.08);
}

.cw-flow-step__head {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 0.25rem;
}

.cw-flow-step__num {
    font-family: var(--font-body);
    font-size: 0.75rem;
    font-weight: 700;
}

.cw-flow-step__title {
    margin: 0;
    font-family: var(--font-display);
    font-size: 0.875rem;
    font-weight: 600;
    color: var(--cw-white);
}

.cw-flow-step__desc {
    margin: 0;
    font-family: var(--font-body);
    font-size: 0.75rem;
    line-height: 1.625;
    color: #94a3b8;
}

@media (max-width: 639px) {
    .cw-flow__title {
        max-width: 18rem;
    }

    .cw-flow__lead {
        max-width: 20rem;
        padding-inline: 0.25rem;
    }

    .cw-flow__track {
        --cw-flow-gap: 1.5rem;
        width: 100%;
        max-width: none;
        margin-inline: 0;
        padding-left: 0;
    }

    .cw-flow-step--featured {
        display: block;
        grid-column: 1 / -1;
        position: relative;
        padding-left: 4rem;
        margin-bottom: 2rem;
    }

    .cw-flow-step--featured .cw-flow-step__icon {
        position: absolute;
        left: 0;
        top: 0;
        margin-bottom: 0;
    }

    .cw-flow-step--featured .cw-flow-feature {
        grid-column: auto;
        width: 100%;
        margin-bottom: 0;
    }

    .cw-flow__footer-inner {
        align-items: stretch;
    }

    .cw-flow__footer .cw-btn {
        width: 100%;
        justify-content: center;
    }
}

@media (min-width: 640px) {
    .cw-flow__title {
        max-width: none;
    }

    .cw-flow__lead {
        max-width: 32.5rem;
        padding-inline: 0;
    }

    .cw-flow__track {
        max-width: none;
        padding-left: 0;
    }
}

.cw-flow-feature {
    position: relative;
    z-index: 1;
    border-radius: var(--cw-radius-xl);
    overflow: hidden;
    background: rgba(255, 255, 255, 0.05);
    border: 1.5px solid rgba(255, 127, 102, 0.25);
}

.cw-flow-feature__head {
    padding: 1.25rem 1.5rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.cw-flow-feature__title-row {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.cw-flow-feature__title {
    margin: 0;
    font-family: var(--font-display);
    font-size: 1rem;
    font-weight: 700;
    color: var(--cw-white);
}

.cw-flow-feature__subtitle {
    margin: 0.25rem 0 0;
    font-family: var(--font-body);
    font-size: 0.75rem;
    color: #94a3b8;
    line-height: 1.5;
}

.cw-flow-feature__grid {
    display: grid;
    gap: 0;
}

@media (min-width: 1024px) {
    .cw-flow-feature__grid { grid-template-columns: 1fr 1fr; }
}

.cw-flow-feature__list {
    padding: 1.25rem 1.5rem;
}

.cw-flow-feature__item {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    margin-bottom: 0.75rem;
}

.cw-flow-feature__item:last-of-type {
    margin-bottom: 0;
}

.cw-flow-feature__item-icon {
    width: 1.75rem;
    height: 1.75rem;
    border-radius: 0.5rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.cw-flow-feature__item-icon i,
.cw-flow-feature__item-icon svg.lucide {
    width: 0.8125rem;
    height: 0.8125rem;
}

.cw-flow-feature__item-label {
    font-family: var(--font-display);
    font-size: 0.75rem;
    font-weight: 600;
    color: var(--cw-white);
}

.cw-flow-feature__item-desc {
    font-family: var(--font-body);
    font-size: 0.625rem;
    color: #94a3b8;
    line-height: 1.45;
}

.cw-flow-feature__notice {
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
    margin-top: 1rem;
    padding: 0.75rem;
    border-radius: var(--cw-radius);
    background: rgba(42, 209, 163, 0.07);
    border: 1px solid rgba(42, 209, 163, 0.15);
}

.cw-flow-feature__notice i,
.cw-flow-feature__notice svg.lucide {
    width: 0.75rem;
    height: 0.75rem;
    color: var(--cw-mint);
    flex-shrink: 0;
    margin-top: 0.125rem;
}

.cw-flow-feature__notice p {
    margin: 0;
    font-family: var(--font-body);
    font-size: 0.625rem;
    line-height: 1.5;
    color: #94a3b8;
}

.cw-flow-feature__notice strong {
    color: var(--cw-mint);
}

.cw-flow-feature__phone {
    display: none;
    align-items: center;
    justify-content: center;
    padding: 1.5rem;
}

@media (min-width: 1024px) {
    .cw-flow-feature__phone { display: flex; }
}

.cw-flow-phone__frame {
    width: 252px;
    height: 510px;
    padding: 12px 8px 10px;
    border-radius: 48px;
    background: linear-gradient(160deg, #1c1c1e 0%, #2c2c2e 100%);
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.12), 0 32px 80px rgba(0, 0, 0, 0.45), inset 0 0 0 1px rgba(255, 255, 255, 0.06);
}

.cw-flow-phone__screen {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 38px;
    overflow: hidden;
    background: var(--cw-white);
    display: flex;
    flex-direction: column;
}

.cw-flow-phone__island {
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    width: 88px;
    height: 26px;
    background: #1c1c1e;
    border-radius: 20px;
    z-index: 2;
}

.cw-flow-phone__app {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 2.75rem 10px 0;
}

.cw-flow-phone__title {
    text-align: center;
    font-family: var(--font-display);
    font-size: 11px;
    font-weight: 700;
    color: var(--cw-n900);
    margin-bottom: 0.75rem;
}

.cw-flow-phone__qr-wrap {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    padding-bottom: 0.5rem;
}

.cw-flow-phone__qr-box {
    width: 106px;
    height: 106px;
    border-radius: var(--cw-radius-lg);
    border: 2px solid var(--cw-blue);
    background: var(--cw-white);
    box-shadow: 0 4px 20px rgba(72, 74, 194, 0.13);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--cw-blue);
}

.cw-flow-phone__qr-box svg.lucide {
    width: 4.875rem;
    height: 4.875rem;
}

.cw-flow-phone__profile {
    text-align: center;
}

.cw-flow-phone__profile strong {
    display: block;
    font-family: var(--font-display);
    font-size: 10px;
    font-weight: 700;
    color: var(--cw-n900);
}

.cw-flow-phone__profile span {
    display: block;
    font-family: var(--font-body);
    font-size: 8px;
    color: var(--cw-n700);
}

.cw-flow-phone__btn {
    display: block;
    width: 100%;
    padding: 0.375rem 0.5rem;
    border-radius: var(--cw-radius);
    font-family: var(--font-body);
    font-size: 9px;
    font-weight: 600;
    text-align: center;
}

.cw-flow-phone__btn--primary {
    background: var(--cw-blue);
    color: var(--cw-white);
}

.cw-flow-phone__btn--muted {
    background: var(--cw-n100);
    color: var(--cw-n700);
}

.cw-flow-phone__home-bar {
    flex-shrink: 0;
    width: 100px;
    height: 4px;
    border-radius: 4px;
    background: var(--cw-n900);
    opacity: 0.2;
    margin: 4px auto 6px;
}

.cw-flow__actions .cw-btn svg.lucide {
    width: 0.9375rem;
    height: 0.9375rem;
}

.cw-flow__btn-secondary {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.15);
    color: var(--cw-white);
}

.cw-flow__footer {
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
}

.cw-flow__footer-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    text-align: center;
}

@media (min-width: 640px) {
    .cw-flow__footer-inner {
        flex-direction: row;
        align-items: center;
        text-align: left;
    }

    .cw-flow__footer-text {
        text-align: left;
    }

    .cw-flow__footer .cw-btn {
        width: auto;
    }
}

.cw-flow__footer-text {
    margin: 0;
    font-family: var(--font-body);
    font-size: 0.875rem;
    color: #64748b;
    text-align: center;
}

.cw-flow__footer .cw-btn--secondary {
    flex-shrink: 0;
}

