.bc-timeline-phone-launch {
    display: none;
}

.bc-timeline-embed {
    width: min(1500px, calc(100vw - 32px));
    margin: 1.5rem 50%;
    transform: translateX(-50%);
}

@media (max-width: 760px), (max-width: 960px) and (pointer: coarse) {
    .bc-timeline-phone-launch {
        box-sizing: border-box;
        display: grid;
        justify-items: center;
        width: min(100%, 34rem);
        padding: clamp(1.4rem, 7vw, 2.5rem);
        margin: 1rem auto 1.75rem;
        border: 1px solid rgba(91, 190, 226, 0.34);
        border-radius: 24px;
        background:
            radial-gradient(circle at 50% 4%, rgba(69, 210, 240, 0.2), transparent 35%),
            linear-gradient(155deg, #0d263b, #04111f 70%);
        box-shadow: 0 20px 55px rgba(3, 15, 26, 0.28);
        color: #eaf8ff;
        text-align: center;
    }

    .bc-timeline-phone-launch-visual {
        position: relative;
        width: 92px;
        height: 76px;
        margin-bottom: 0.65rem;
    }

    .bc-timeline-phone-launch-visual span {
        position: absolute;
        border: 2px solid rgba(105, 229, 251, 0.8);
        border-radius: 50%;
        box-shadow: 0 0 18px rgba(74, 218, 244, 0.48), inset 0 0 12px rgba(74, 218, 244, 0.2);
    }

    .bc-timeline-phone-launch-visual span:nth-child(1) {
        inset: 15px 30px 15px 0;
    }

    .bc-timeline-phone-launch-visual span:nth-child(2) {
        inset: 0 2px 20px 36px;
    }

    .bc-timeline-phone-launch-visual span:nth-child(3) {
        inset: 36px 20px 0 42px;
    }

    .bc-timeline-phone-launch .bc-timeline-phone-launch-kicker {
        margin: 0 0 0.4rem;
        color: #83dff2;
        font-size: 0.76rem;
        font-weight: 700;
        letter-spacing: 0.14em;
        line-height: 1.35;
        text-transform: uppercase;
    }

    .bc-timeline-phone-launch h2 {
        margin: 0;
        color: #fff;
        font-size: clamp(1.7rem, 8vw, 2.25rem);
        line-height: 1.08;
    }

    .bc-timeline-phone-launch .bc-timeline-phone-launch-copy {
        max-width: 28rem;
        margin: 0.9rem 0 1.25rem;
        color: #b9d0df;
        font-size: 1rem;
        line-height: 1.55;
    }

    .bc-timeline-phone-launch .bc-timeline-phone-launch-button {
        box-sizing: border-box;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-width: min(100%, 18rem);
        min-height: 54px;
        padding: 0.8rem 1.2rem;
        border: 1px solid #8ceafa;
        border-radius: 999px;
        background: linear-gradient(135deg, #42c9e4, #208db7);
        box-shadow: 0 10px 30px rgba(34, 177, 214, 0.3);
        color: #03111e;
        font-size: 1rem;
        font-weight: 800;
        line-height: 1.2;
        text-decoration: none;
    }

    .bc-timeline-phone-launch .bc-timeline-phone-launch-button:focus-visible {
        outline: 3px solid rgba(143, 234, 250, 0.55);
        outline-offset: 4px;
    }

    .bc-timeline-phone-launch .bc-timeline-phone-launch-button span {
        margin-left: 0.55rem;
        font-size: 1.25rem;
    }

    .bc-timeline-phone-launch .bc-timeline-phone-launch-hint {
        max-width: 25rem;
        margin: 0.85rem 0 0;
        color: #88a5b8;
        font-size: 0.76rem;
        line-height: 1.45;
    }

    .bc-timeline-embed {
        display: none;
    }
}

.bc-timeline-embed iframe {
    display: block;
    width: 100%;
    height: min(82vh, 900px);
    min-height: 680px;
    border: 1px solid rgba(64, 112, 145, 0.45);
    border-radius: 18px;
    background: #06101d;
    box-shadow: 0 24px 70px rgba(3, 15, 26, 0.26);
}

.bc-timeline-embed > p {
    margin: 0.65rem 0 0;
    color: #63798a;
    font-size: 0.8rem;
    text-align: center;
}

@media (max-width: 760px), (max-height: 760px) {
    .bc-timeline-embed {
        width: 100vw;
        margin-top: 0;
        margin-bottom: 0;
    }

    .bc-timeline-embed iframe {
        height: 84vh;
        min-height: 560px;
        border-inline: 0;
        border-radius: 0;
    }
}
