.a .frame-14 {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 48px;
    overflow: hidden;
    padding: 180px 140px 180px;
    position: relative;
    width: 100%;
}

.a .vector-5 {
    height: auto;
    left: 0;
    min-height: 100%;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 100%;
}

.a .image-38 {
    height: 70px;
    object-fit: contain;
    object-position: left center;
    position: absolute;
    top: 33px;
    width: 311px;
    z-index: 2;
    left: 5%;
}

/* ── Two-column content row ─────────────────────────────── */

.a .frame-13 {
    align-items: center;
    display: flex;
    flex-direction: row;
    gap: 40px;
    justify-content: space-between;
    position: relative;
    width: 100%;
    max-width: 1860px;
    margin-left: auto;
    margin-right: auto;
    z-index: 1;
}

.a .group-63 {
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    min-height: 860px;
    position: relative;
    width: 830px;
}

.a .vector-2 {
    height: 342px;
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 352px;
}

.a .title {
    align-items: center;
    color: transparent;
    display: flex;
    font-family: var(--font-family-raleway);
    font-size: 140px;
    font-weight: 800;
    height: 252px;
    margin-left: 96px;
    margin-top: 90px;
    letter-spacing: -1.50px;
    line-height: 105px;
    position: relative;
    width: 728px;
}

.a .span0-2 {
    color: var(--blue-ribbon);
    letter-spacing: -2.10px;
}

.a .span1-3 {
    color: var(--cultured-pearl);
    letter-spacing: -2.10px;
}

.a .with-quick-and-simple-integration {
    align-items: center;
    color: var(--cultured-pearl);
    display: flex;
    font-family: var(--font-family-raleway);
    font-size: 120px;
    font-weight: 800;
    height: 315px;
    margin-left: 96px;
    letter-spacing: -1.50px;
    line-height: 105px;
    position: relative;
    width: 703px;
}

.a .join-700-studios-wh {
    align-items: center;
    color: #afafaf;
    display: flex;
    font-family: var(--font-family-raleway);
    font-size: var(--font-size-l);
    font-weight: 500;
    height: 152px;
    margin-left: 96px;
    margin-top: 50px;
    letter-spacing: -1.50px;
    line-height: 38px;
    position: relative;
    width: 703px;
}

/* ── Right column: ARPU chart ───────────────────────────── */

.a .frame-17 {
    align-items: center;
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    gap: 30px;
    position: relative;
    width: 690px;
}

/* internal elements stay absolute */
.a .frame-46 {
    height: 605px;
    position: relative;
    width: 690px;
}

.a .image-21 {
    aspect-ratio: 1.11;
    height: 601px;
    left: 18px;
    position: absolute;
    top: 0;
    width: 669px;
}

.a .arpu-2x {
    align-self: stretch;
    color: var(--blue-ribbon);
    font-family: var(--font-family-montserrat);
    font-size: 48px;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 32px;
    text-align: center;
}

/* ── CTA button row ─────────────────────────────────────── */

.a .divmt-8 {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding-top: 60px;
    position: relative;
    z-index: 1;
}

.a .bttn {
    align-items: center;
    background-color: var(--blue-ribbon);
    border-radius: 21.12px;
    cursor: pointer;
    display: inline-flex;
    gap: 0;
    padding: 21.12px 36.96px;
    position: relative;
    overflow: hidden;
    /* shadow moved here from .ainline-flexshadow so overflow:hidden doesn't clip it */
    box-shadow: 0px 5.28px 7.92px -5.28px #0172fd40, 0px 13.2px 19.8px -3.96px #0172fd40;
    transition: box-shadow 0.3s ease, transform 0.2s ease;
}

.a .bttn:hover {
    transform: translateY(-2px);
    box-shadow: 0px 8px 28px -4px #0172fd70, 0px 18px 36px -6px #0172fd50;
}

.a .bttn:hover::after,
.a .bttn:hover .component-1 {
    animation-play-state: paused;
}

/* Shimmer sweep — sweeps once then waits, total cycle 3.5s */
.a .bttn::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 55%;
    height: 100%;
    background: linear-gradient(
        105deg,
        transparent 0%,
        rgba(255, 255, 255, 0.18) 50%,
        transparent 100%
    );
    transform: translateX(-160%);
    animation: bttn-shimmer 3.5s ease-in-out 1s infinite;
    pointer-events: none;
}

@keyframes bttn-shimmer {
    0%   { transform: translateX(-160%); }
    18%  { transform: translateX(300%); }
    100% { transform: translateX(300%); }
}

/* Arrow bounce — triggers just after shimmer */
@keyframes bttn-arrow {
    0%, 22%  { transform: translateX(0); }
    36%      { transform: translateX(7px); }
    46%      { transform: translateX(3px); }
    56%      { transform: translateX(6px); }
    70%      { transform: translateX(0); }
    100%     { transform: translateX(0); }
}

.a .ainline-flexshadow {
    background-color: #f4f5f501;
    border-radius: 21.12px;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.a .text-5 {
    align-items: center;
    color: var(--cultured-pearl);
    cursor: pointer;
    display: flex;
    font-family: var(--font-family-raleway);
    font-size: var(--font-size-l);
    font-weight: 600;
    letter-spacing: 0;
    line-height: 31.7px;
    margin-top: -1.32px;
    position: relative;
    white-space: nowrap;
    width: fit-content;
}

.a .svgml-2margin {
    padding: 0 0 0 10.56px;
    width: 36.96px;
}

.a .svgml-2 {
    justify-content: center;
    width: 26.4px;
}

.a .svgml {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    height: 26.4px;
    position: relative;
}

.a .component-1 {
    flex: 1;
    flex-grow: 1;
    position: relative;
    width: 26.4px;
    animation: bttn-arrow 3.5s ease-in-out 1s infinite;
}

.a .free-ab-test-no-commitment {
    color: #afafaf;
    font-family: var(--font-family-raleway);
    font-size: 24px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 26.4px;
    white-space: nowrap;
}

/* 2K–4K */
@media (min-width: 2200px) { .a .frame-14 { zoom: 1.11; } }
@media (min-width: 2800px) { .a .frame-14 { zoom: 1.41; } }
@media (min-width: 3840px) { .a .frame-14 { zoom: 1.94; } }

/* ── Full HD+ (≥1736px): compact padding so CTA button fits 1080p ── */
@media (min-width: 1736px) {
    .a .frame-14 {
        padding-top: 80px;
        padding-bottom: 80px;
        gap: 32px;
    }
    .a .divmt-8 {
        padding-top: 20px;
    }
}

/* ≤ 1735px — right block drops below */
@media (max-width: 1735px) {
    .a .frame-13 {
        flex-direction: column;
        align-items: flex-start;
        gap: 40px;
        max-width: none;
    }

    .a .frame-17 {
        align-self: flex-end;
    }

    .a .group-63 {
        width: min(830px, 100%);
    }
}

/* ── MacBook 16" (1600–1735px): keep row, slight scale ────── */
@media (max-width: 1735px) and (min-width: 1600px) {
    .a .frame-14 {
        padding-top: 100px;
        padding-bottom: 80px;
    }
    .a .frame-13 {
        flex-direction: row;
        align-items: center;
        gap: 40px;
        max-width: none;
    }
    .a .group-63 {
        zoom: 0.84;
        width: 830px;
    }
    .a .frame-17 {
        zoom: 0.84;
        align-self: auto;
    }
    .a .divmt-8 {
        padding-top: 32px;
    }
}

/* ── MacBook 14"/15" (1420–1600px): keep row, tighter scale ─ */
@media (max-width: 1600px) and (min-width: 1420px) {
    .a .frame-14 {
        padding-top: 80px;
        padding-bottom: 60px;
        padding-left: 80px;
        padding-right: 80px;
    }
    .a .frame-13 {
        flex-direction: row;
        align-items: center;
        gap: 30px;
        max-width: none;
    }
    .a .group-63 {
        zoom: 0.80;
        width: 830px;
    }
    .a .frame-17 {
        zoom: 0.80;
        align-self: auto;
    }
    .a .divmt-8 {
        padding-top: 20px;
    }
}

/* ── MacBook short screen (≤950px height) */
@media (max-width: 1735px) and (min-width: 1420px) and (max-height: 950px) {
    .a .frame-14 {
        padding-top: 60px;
        padding-bottom: 60px;
        gap: 32px;
    }
    .a .group-63 {
        zoom: 0.84;
        width: 830px;
    }
    .a .frame-17 {
        zoom: 0.84;
        align-self: auto;
    }
    .a .divmt-8 {
        padding-top: 16px;
    }
}

/* ── MacBook 16" M1 (1600–1735px × 1051–1150px) */
@media (max-width: 1735px) and (min-width: 1600px) and (min-height: 1051px) and (max-height: 1150px) {
    .a .group-63 {
        zoom: 0.90;
        width: 830px;
    }
    .a .frame-17 {
        zoom: 0.90;
        align-self: auto;
    }
}

/* zoom-out 1700px → 1100px */
@media (max-width: 1700px) { .a .frame-14 { zoom: 0.97; } }
@media (max-width: 1600px) { .a .frame-14 { zoom: 0.93; } }
@media (max-width: 1500px) { .a .frame-14 { zoom: 0.89; } }
@media (max-width: 1400px) { .a .frame-14 { zoom: 0.85; } }
@media (max-width: 1300px) { .a .frame-14 { zoom: 0.81; } }
@media (max-width: 1200px) { .a .frame-14 { zoom: 0.77; } }
@media (max-width: 1100px) { .a .frame-14 { zoom: 0.73; } }

/* ── Intermediate column range (1025–1419px) ─────────────── */
/* frame-13 is column here (≤1735 rule), but no frame-46 scale — fix it */
@media (max-width: 1419px) and (min-width: 1025px) {
    .a .frame-14 {
        zoom: 1;
        gap: 32px;
        padding: 100px 60px 60px;
    }

    .a .frame-13 {
        align-items: center;
        flex-direction: column;
        gap: 32px;
        max-width: none;
    }

    .a .group-63 {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
        min-height: 0;
        padding: 0;
        position: relative;
        width: 100%;
        max-width: 700px;
        margin-left: 0;
    }

    .a .title,
    .a .with-quick-and-simple-integration,
    .a .join-700-studios-wh {
        height: auto;
        left: auto;
        margin-left: 0;
        margin-top: 0;
        position: relative;
        top: auto;
        width: 100%;
        text-align: left;
        z-index: 1;
    }

    .a .title {
        font-size: clamp(70px, 7vw, 95px);
        line-height: 1.05;
    }

    .a .with-quick-and-simple-integration {
        font-size: clamp(62px, 6vw, 85px);
        line-height: 1.1;
    }

    .a .join-700-studios-wh {
        font-size: clamp(15px, 1.8vw, 20px);
        letter-spacing: -0.5px;
        line-height: 1.5;
        margin-top: 4px;
    }

    .a .frame-17 {
        align-items: center;
        align-self: center;
        gap: 12px;
        margin-top: 0;
        margin-left: 0;
        width: 690px;
    }

    .a .frame-46 {
        transform: scale(0.65);
        transform-origin: top center;
        margin-right: 0;
        margin-left: 0;
        margin-bottom: calc(-605px * (1 - 0.65));
    }

    .a .arpu-2x {
        align-self: center;
        font-size: 28px;
        width: auto;
    }

    .a .divmt-8 {
        align-items: center;
        padding-top: 16px;
        width: 100%;
        max-width: 566px;
        margin: 0 auto;
    }

    .a .bttn {
        border-radius: 17.9px;
        padding: 17px 30px;
    }

    .a .text-5 {
        font-size: 22px;
        line-height: 26px;
    }

    .a .free-ab-test-no-commitment {
        font-size: 16px;
    }
}

/* ≤ 1024px */
@media (max-width: 1024px) {
    .a .frame-14 {
        zoom: 1;
        gap: 48px;
        padding: 55px 50px 80px;
    }

    .a .image-38 {
        height: 40px;
        top: 28px;
        width: auto;
        left: 50%;
        transform: translateX(-50%);
    }

    .a .frame-13 {
        align-items: center;
        flex-direction: column;
        gap: 48px;
        max-width: none;
        margin-top: 192px;
    }

    .a .group-63 {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
        min-height: 0;
        padding: 0;
        position: relative;
        width: 100%;
        max-width: 600px;
        margin-left: 0;
        text-align: left;
    }

    .a .vector-5 {
        transform: scale(1.8);
        min-height: 65%;
    }

    .a .vector-2 {
        display: block;
        height: auto;
        left: -10%;
        opacity: 0.8;
        pointer-events: none;
        position: absolute;
        top: -10%;
        width: 45%;
        z-index: 0;
    }

    .a .title,
    .a .with-quick-and-simple-integration,
    .a .join-700-studios-wh {
        height: auto;
        left: auto;
        margin-left: 0;
        margin-top: 0;
        position: relative;
        top: auto;
        width: 100%;
        text-align: left;
        z-index: 1;
    }

    .a .title {
        font-size: clamp(85px, 3vw, 105px);
        line-height: 1.05;
    }

    .a .with-quick-and-simple-integration {
        font-size: clamp(75px, 3vw, 90px);
        line-height: 1.1;
    }

    .a .join-700-studios-wh {
        font-size: clamp(16px, 3vw, 20px);
        letter-spacing: -0.5px;
        line-height: 1.5;
        margin-top: 4px;
    }

    .a .frame-17 {
        align-items: center;
        align-self: center;
        gap: 15px;
        margin-top: 0;
        margin-left: 0;
        width: 690px;
    }

    .a .frame-46 {
        transform: scale(0.65);
        transform-origin: top center;
        margin-right: 0;
        margin-left: 0;
        margin-bottom: calc(-605px * (1 - 0.65));
    }

    .a .arpu-2x {
        align-self: center;
        font-size: 30px;
        width: auto;
    }

    .a .divmt-8 {
        align-items: center;
        padding-top: 0;
        width: 100%;
        max-width: 566px;
        margin: 0 auto;
    }

    .a .bttn {
        border-radius: 17.9px;
        padding: 17px 30px;
    }

    .a .text-5 {
        font-size: 24px;
        line-height: 27px;
    }

    .a .free-ab-test-no-commitment {
        font-size: 18px;
    }
}

/* ≤ 900px */
@media (max-width: 900px) {
    .a .group-63 {
        margin-left: 8%;
    }

    .a .frame-17 {
        margin-left: 3%;
        margin-top: 5%;
        margin-bottom: 7%;
    }
}

/* ≤ 768px */
@media (max-width: 768px) {
    .a .group-63 {
        margin-left: 12%;
    }

    .a .frame-17 {
        margin-left: 6%;
    }
}

/* ≤ 640px */
@media (max-width: 640px) {
    .a .frame-14 {
        gap: 16px;
        padding: 60px 24px 40px;
    }

    .a .image-38 {
        height: 32px;
        top: 16px;
        width: auto;
    }

    .a .frame-13 {
        align-items: center;
        flex-direction: column;
        gap: 12px;
        width: 100%;
    }

    .a .group-63 {
        display: flex;
        flex-direction: column;
        gap: 8px;
        min-height: 0;
        padding: 0;
        width: 100%;
    }

    .a .vector-2 {
        width: 90%;
        top: -5%;
        left: -5%;
    }

    .a .title,
    .a .with-quick-and-simple-integration,
    .a .join-700-studios-wh {
        height: auto;
        left: auto;
        margin-left: 0;
        margin-top: 0;
        position: relative;
        text-align: left;
        top: auto;
        width: 100%;
        z-index: 1;
    }

    .a .title {
        font-size: 45px;
        line-height: 1.05;
    }

    .a .with-quick-and-simple-integration {
        font-size: 38px;
        line-height: 1.1;
    }

    .a .join-700-studios-wh {
        font-size: 14px;
        line-height: 18px;
        letter-spacing: -0.64px;
        margin-top: 8px;
    }

    /* align-items:center + transform-origin:top center keeps visual centre on axis */
    .a .frame-17 {
        align-items: center;
        margin-top: 0;
        width: 100%;
    }

    .a .frame-46 {
        transform: scale(0.43);
        transform-origin: top center;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: calc(-605px * (1 - 0.43));
    }

    .a .arpu-2x {
        font-size: 24px;
        width: 100%;
    }

    .a .divmt-8 {
        padding-top: 16px;
        width: 100%;
    }

    .a .bttn {
        border-radius: 14px;
        padding: 14px 24px;
        width: 80%;
        justify-content: center;
    }

    .a .text-5 {
        font-size: 18px;
        line-height: 22px;
    }

    .a .free-ab-test-no-commitment {
        font-size: 14px;
    }
}
