html {
    --home1-header-safe-top: 112px;
    background: #000;
    scrollbar-color: #666 #000;
    scroll-snap-type: y proximity;
}

html::-webkit-scrollbar,
html::-webkit-scrollbar-track {
    background: #000;
}

body.page-home1 {
    margin: 0;
    background: #000;
    color: #fff;
    font-family: "Nimbus Sans D OT", Arial, sans-serif;
    overflow-x: hidden;
    scroll-snap-type: y proximity;
}

body.page-home1.scroll-hide {
    overflow: auto;
}

body.page-home1 .main {
    min-height: 0;
    padding: 0;
}

.home-new,
.home-new * {
    box-sizing: border-box;
}

.home-new {
    width: 100%;
    overflow: hidden;
    background: #000;
}

.home-new-visually-hidden {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

.home-new-section {
    position: relative;
    width: 100%;
    height: 100vh;
    height: 100svh;
    max-height: none;
    min-height: 720px;
    overflow: hidden;
    background: #000;
    isolation: isolate;
}

.home-new-section:not(.home-new-hero) {
    scroll-snap-align: start;
    scroll-snap-stop: always;
}

.home-new-section::before {
    position: absolute;
    z-index: -2;
    content: "";
    pointer-events: none;
    border-radius: 50%;
    filter: blur(55px);
    opacity: .72;
}

.home-new-section::after {
    position: absolute;
    z-index: -1;
    inset: 0;
    content: "";
    pointer-events: none;
    background: linear-gradient(90deg, rgba(0, 0, 0, .92) 0%, rgba(0, 0, 0, .08) 48%, rgba(0, 0, 0, .88) 100%);
}

.home-new-title,
.home-new-flight__title {
    position: absolute;
    z-index: 3;
    top: 5.2%;
    left: 50%;
    width: min(88vw, 1380px);
    margin: 0;
    transform: translateX(-50%);
    color: #00e8eb;
    background: linear-gradient(100deg, #00e3ff 18%, #00ff84 86%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: "Nimbus Sans D OT", Arial, sans-serif;
    font-size: clamp(32px, 2.75vw, 44px);
    font-weight: 900;
    line-height: .94;
    letter-spacing: 0;
    text-align: center;
    text-transform: uppercase;
}

.home-new-copy {
    position: absolute;
    z-index: 3;
    left: 50%;
    width: min(76vw, 1240px);
    margin: 0;
    transform: translateX(-50%);
    color: #fff;
    font-size: clamp(18px, 1.25vw, 24px);
    font-weight: 300;
    line-height: 1.25;
    letter-spacing: 0;
    text-align: center;
}

.home-new-copy sup,
.home-new-button sup,
.home-new-editor sup,
.home-new-privacy sup {
    font-size: .56em;
}

.home-new-details {
    position: absolute;
    z-index: 9;
    left: 50%;
    width: min(80vw, 1120px);
    transform: translateX(-50%);
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.35;
    text-align: center;
}

.home-new-details summary {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 4px 0;
    color: #fff;
    font-weight: 400;
    cursor: pointer;
    list-style: none;
    transition: color .2s ease;
}

.home-new-details summary::-webkit-details-marker {
    display: none;
}

.home-new-details summary::after {
    width: 0;
    height: 0;
    border-top: 7px solid currentColor;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    content: "";
    transition: transform .2s ease;
}

.home-new-details summary:hover,
.home-new-details summary:focus-visible {
    color: #00efd0;
}

.home-new-details[open] summary::after {
    transform: rotate(180deg);
}

.home-new-details__body {
    width: 100%;
    max-height: min(42vh, 360px);
    padding: 12px 18px 16px;
    overflow-y: auto;
    background: linear-gradient(180deg, rgba(0, 25, 29, .96), rgba(0, 0, 0, .97));
    scrollbar-color: #00a9aa #071719;
}

.home-new-details__body p {
    margin: 0;
}

.home-new-details__body p + p {
    margin-top: 12px;
}

.home-new-details__body strong {
    font-weight: 700;
}

.home-new-app-groups {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px 28px;
    text-align: left;
}

.home-new-app-groups section {
    min-width: 0;
}

.home-new-app-groups h3 {
    margin: 0 0 5px;
    color: #00efd0;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2;
}

.home-new-app-groups p {
    color: rgba(255, 255, 255, .9);
    line-height: 1.35;
}

.home-new-button {
    position: absolute;
    z-index: 5;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 58px;
    padding: 0 42px;
    border: 0;
    border-radius: 8px;
    color: #fff;
    background: #0867f6;
    box-shadow: 0 10px 30px rgba(0, 82, 255, .24);
    font-size: clamp(18px, 1.1vw, 22px);
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: 0;
    text-align: center;
    text-decoration: none;
    transition: background-color .2s ease, transform .2s ease;
}

.home-new-button:hover,
.home-new-button:focus-visible {
    color: #fff;
    background: #1d76ff;
    transform: translateY(-2px);
}

.home-new-button--wide {
    min-width: 430px;
}

.home-new-header {
    position: absolute;
    z-index: 20;
    top: 0;
    left: 50%;
    width: min(100% - 48px, 1060px);
    height: 134px;
    transform: translateX(-50%);
}

.home-new-header__nav {
    display: grid;
    grid-template-columns: 1fr 106px 1fr;
    align-items: center;
    width: 100%;
    height: 100%;
    gap: 48px;
}

.home-new-header__side {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 34px;
}

.home-new-header__side a {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0;
    text-decoration: none;
    text-transform: uppercase;
    transition: color .2s ease;
}

.home-new-header__side a:hover,
.home-new-header__side a:focus-visible {
    color: #00f0d0;
}

.home-new-header__logo,
.home-new-header__brand {
    display: flex;
    align-items: center;
    justify-content: center;
}

.home-new-header__logo svg {
    width: 106px;
    height: 78px;
}

.home-new-header__brand,
.home-new-header__toggle {
    display: none;
}

.home-auto-carousel {
    position: absolute;
    z-index: 2;
}

.home-auto-carousel__slides {
    position: relative;
    width: 100%;
    height: 100%;
}

.home-auto-carousel__slide {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    opacity: 0;
    visibility: hidden;
    transform: translateX(4%);
    transition: opacity .65s ease, transform .65s ease, visibility .65s;
}

.home-auto-carousel__slide.is-active {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
}

.home-auto-carousel__slide img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.home-auto-carousel__dots {
    position: absolute;
    z-index: 6;
    left: 50%;
    bottom: -26px;
    display: flex;
    align-items: center;
    gap: 8px;
    transform: translateX(-50%);
}

.home-auto-carousel__dots button {
    width: 24px;
    height: 18px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: linear-gradient(rgba(255, 255, 255, .28), rgba(255, 255, 255, .28)) center / 100% 2px no-repeat;
    cursor: pointer;
    transition: width .2s ease, background-color .2s ease;
}

.home-auto-carousel__dots button.is-active {
    width: 30px;
    background: linear-gradient(#00efd0, #00efd0) center / 100% 2px no-repeat;
}

.home-new-hero::before {
    left: 24%;
    bottom: -38%;
    width: 54%;
    height: 74%;
    background: rgba(0, 216, 216, .58);
}

.home-new-hero::after {
    background: linear-gradient(90deg, rgba(0, 0, 0, .98) 0%, rgba(0, 0, 0, .15) 50%, rgba(0, 0, 0, .98) 100%);
}

.home-new-hero__content {
    position: absolute;
    z-index: 5;
    inset: 0;
    transform-origin: 50% 50%;
    will-change: top, transform, opacity;
}

.home-new-hero__carousel {
    top: 14.5%;
    left: 50%;
    width: min(84vw, 1180px);
    height: min(47.25vw, 48vh);
    transform: translateX(-50%);
}

.home-new-hero__carousel .home-auto-carousel__slide {
    overflow: hidden;
    border: 1px solid rgba(0, 236, 218, .62);
    border-radius: 12px;
    box-shadow: 0 24px 65px rgba(0, 221, 221, .16);
}

.home-new-hero__carousel img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
}

.home-new-hero__copies {
    position: absolute;
    z-index: 9;
    top: calc(14.5% + min(47.25vw, 48vh) + 18px);
    left: 50%;
    width: min(78vw, 1024px);
    transform: translateX(-50%);
    color: #fff;
    font-size: clamp(14px, .94vw, 18px);
    font-weight: 300;
    line-height: 1.3;
    text-align: center;
}

.home-new-hero__copies strong {
    font-weight: 700;
}

.home-new-hero__copy {
    display: none;
    margin: 0;
}

.home-new-hero__copy.is-active {
    display: block;
}

.home-new-hero__dots {
    top: calc(14.5% + min(47.25vw, 48vh) + 60px);
    bottom: auto;
}

.home-new-hero__button {
    top: calc(14.5% + min(47.25vw, 48vh) + 100px);
    left: 50%;
    min-width: 264px;
    transform: translateX(-50%);
    transition: background-color .2s ease, transform .2s ease;
}

.home-new-hero__button:hover,
.home-new-hero__button:focus-visible {
    transform: translate(-50%, -2px);
}

.home-new-flight {
    position: absolute;
    z-index: 4;
    inset: 0;
    overflow: hidden;
    pointer-events: none;
}

.home-new-flight__glow {
    position: absolute;
    z-index: -1;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 74.77%;
    background: url("/images/bg1-1920.webp") center / auto 100% no-repeat;
    opacity: 1;
}

.home-new-hero__apps {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    pointer-events: none;
}

.home-new-hero__apps.is-hidden-by-device-slide {
    visibility: hidden !important;
    opacity: 0 !important;
}

.home-new-app-slot {
    display: flex;
    position: absolute;
    z-index: 10;
    bottom: 0;
    left: 50%;
    align-items: center;
    justify-content: center;
    width: calc(26vh * var(--home1-flight-scale, 1));
    width: calc(26svh * var(--home1-flight-scale, 1));
    height: calc(26vh * var(--home1-flight-scale, 1));
    height: calc(26svh * var(--home1-flight-scale, 1));
    transform: translateX(-50%);
    will-change: width, height, bottom;
}

@media only screen and (min-width: 768px) {
    .home-new-app-slot {
        width: calc(16vh * var(--home1-flight-scale, 1));
        width: calc(16svh * var(--home1-flight-scale, 1));
        height: calc(16vh * var(--home1-flight-scale, 1));
        height: calc(16svh * var(--home1-flight-scale, 1));
    }

    .home-new-app-slot:nth-child(2) .home-new-app-card {
        right: 89.6%;
    }

    .home-new-app-slot:nth-child(3) .home-new-app-card {
        left: 89.6%;
    }

    .home-new-app-slot:nth-child(4) .home-new-app-card {
        right: 163%;
    }

    .home-new-app-slot:nth-child(5) .home-new-app-card {
        left: 163%;
    }

    .home-new-app-slot:nth-child(6) .home-new-app-card {
        right: 220%;
    }

    .home-new-app-slot:nth-child(7) .home-new-app-card {
        left: 220%;
    }
}

.home-new-app-card {
    position: relative;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background: #232323;
    box-shadow: 0 10px 12px rgba(0, 0, 0, .82);
    will-change: width, height, top, left, right, background-color, box-shadow;
}

.home-new-app-slot:nth-child(1) img {
    width: 46.116%;
}

.home-new-app-slot:nth-child(2) {
    z-index: 9;
}

.home-new-app-slot:nth-child(2) .home-new-app-card {
    right: 92.6%;
    top: 16.4%;
    width: 90.6%;
    height: 90.6%;
}

.home-new-app-slot:nth-child(2) img,
.home-new-app-slot:nth-child(3) img {
    width: 40.461%;
}

.home-new-app-slot:nth-child(3) {
    z-index: 9;
}

.home-new-app-slot:nth-child(3) .home-new-app-card {
    left: 92.6%;
    top: 16.4%;
    width: 83.6%;
    height: 83.6%;
}

.home-new-app-slot:nth-child(4),
.home-new-app-slot:nth-child(5) {
    z-index: 8;
}

.home-new-app-slot:nth-child(4) .home-new-app-card {
    right: 167.6%;
    top: 32.4%;
    width: 67.6%;
    height: 67.6%;
}

.home-new-app-slot:nth-child(5) .home-new-app-card {
    left: 167.6%;
    top: 32.4%;
    width: 67.6%;
    height: 67.6%;
}

.home-new-app-slot:nth-child(4) img {
    width: 43.1699%;
}

.home-new-app-slot:nth-child(5) img {
    width: 42.014%;
}

.home-new-app-slot:nth-child(6),
.home-new-app-slot:nth-child(7) {
    z-index: 7;
}

.home-new-app-slot:nth-child(6) .home-new-app-card {
    right: 228.9%;
    top: 48.8%;
    width: 51.2%;
    height: 51.2%;
}

.home-new-app-slot:nth-child(7) .home-new-app-card {
    left: 228.9%;
    top: 48.8%;
    width: 51.2%;
    height: 51.2%;
}

.home-new-app-slot:nth-child(6) img {
    width: 47.1699%;
}

.home-new-app-slot:nth-child(7) img {
    width: 43.718%;
}

.home-new-app-card img {
    display: block;
    max-width: 90%;
    height: auto;
    object-fit: contain;
}

.home-new-flight__devices {
    position: absolute;
    z-index: 2;
    inset: 0;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
}

.home-new-flight__devices::before {
    position: absolute;
    z-index: -1;
    top: 22%;
    left: 19%;
    width: 62%;
    height: 66%;
    content: "";
    border-radius: 50%;
    background: rgba(0, 202, 211, .48);
    filter: blur(55px);
    opacity: .78;
}

.home-new-flight__devices::after {
    position: absolute;
    z-index: 1;
    right: 0;
    bottom: -1px;
    left: 0;
    height: 24%;
    content: "";
    pointer-events: none;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .7) 62%, #000 100%);
}

.home-new-flight__title {
    z-index: 7;
    top: clamp(112px, 11vh, 150px);
    opacity: 0;
    visibility: hidden;
    will-change: opacity;
}

.home-new-flight__copies {
    position: absolute;
    z-index: 6;
    bottom: 13.2%;
    left: 50%;
    width: min(76vw, 1280px);
    margin: 0;
    transform: translateX(-50%);
    color: #fff;
    font-size: clamp(18px, 1.25vw, 24px);
    font-weight: 300;
    line-height: 1.25;
    letter-spacing: 0;
    opacity: 0;
    visibility: hidden;
    text-align: center;
    will-change: opacity;
}

.home-new-devices__dots {
    z-index: 20;
    bottom: 9.2%;
    min-height: 36px;
    pointer-events: auto;
    touch-action: manipulation;
}

.home-new-devices__dots button {
    position: relative;
    z-index: 1;
    pointer-events: auto;
}

.home-new-flight__copy {
    display: none;
    margin: 0;
}

.home-new-flight__copy.is-active {
    display: block;
}

.home-new-devices__carousel {
    top: 28%;
    left: 50%;
    width: min(58vw, 1010px);
    height: 53%;
    transform: translateX(-50%);
    pointer-events: auto;
}

.home-new-device-layout {
    align-items: flex-end;
    justify-content: space-between;
    gap: 8%;
}

.home-new-device-layout figure {
    display: grid;
    flex: 1 1 0;
    grid-template-rows: minmax(0, 1fr) 42px 44px;
    align-items: end;
    justify-items: center;
    height: 100%;
    margin: 0;
    min-width: 0;
    will-change: opacity, transform;
}

.home-new-device-layout figure > img,
.home-new-device-target__screen > img {
    width: auto;
    height: 100%;
    max-width: none;
    max-height: 100%;
    object-fit: contain;
    object-position: center bottom;
    filter: drop-shadow(0 24px 28px rgba(0, 0, 0, .72));
}

.home-new-device-target__screen {
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    width: 100%;
    height: 100%;
    min-height: 0;
}

.home-new-device-target__complete {
    position: absolute;
    width: 100%;
    height: 100%;
    pointer-events: none;
    bottom: 0;
    left: 50%;
    visibility: hidden;
    opacity: 0;
    transform: translateX(-50%);
}

.home-new-device-target__complete > img {
    position: absolute;
    max-width: none;
    object-fit: contain;
    transform: translate(-50%, -50%);
}

.home-new-device-layout figcaption {
    width: 100%;
    height: 42px;
    box-sizing: border-box;
    margin-top: 0;
    padding-top: 10px;
    align-self: center;
    color: #fff;
    font-size: clamp(15px, 1.05vw, 20px);
    font-weight: 300;
    line-height: 1;
    text-align: center;
}

.home-new-store-badge {
    box-sizing: border-box;
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    width: 128px;
    min-height: 36px;
    margin-top: 4px;
    padding: 4px 9px;
    border: 1px solid rgba(255, 255, 255, .7);
    border-radius: 7px;
    color: #fff;
    background: rgba(0, 0, 0, .76);
    gap: 7px;
    font-size: 8px;
    font-weight: 400;
    line-height: 1;
    text-align: left;
    text-decoration: none;
}

@media only screen and (min-width: 768px) {
    .home-new-device-layout__side--right .home-new-store-badge {
        width: 136px;
    }
}

.home-new-store-badge:hover,
.home-new-store-badge:focus-visible {
    border-color: #00efd0;
    color: #fff;
}

.home-new-store-badge__apple {
    width: 22px;
    height: 25px;
    flex: 0 0 auto;
    fill: currentColor;
}

.home-new-store-badge > img {
    width: 22px;
    height: 22px;
    flex: 0 0 auto;
}

.home-new-store-badge span {
    display: block;
}

.home-new-store-badge strong {
    display: block;
    margin-top: 2px;
    font-size: 12px;
    font-weight: 600;
    white-space: nowrap;
}

.home-new-store-badge--unavailable {
    opacity: .68;
}

.home-new-store-badge--placeholder {
    border-color: transparent;
    background: transparent;
    visibility: hidden;
}

.home-new-device-slide {
    align-items: center;
}

.home-new-device-pair {
    display: block;
    z-index: 1;
    width: min(78%, 740px);
    height: auto;
    max-height: 100%;
    object-fit: contain;
    filter: drop-shadow(0 24px 28px rgba(0, 0, 0, .72));
}

@media only screen and (min-width: 768px) {
    .home-auto-carousel__slide .home-new-device-pair {
        width: min(117%, 1110px);
        max-width: none;
        max-height: none;
        transform: translateY(-6%);
    }
}

.home-new-device-tablet {
    width: min(74%, 720px);
    height: auto;
    max-height: 96%;
    filter: none;
}

.home-new-apps::before {
    left: 17%;
    top: 23%;
    width: 68%;
    height: 66%;
    background: rgba(0, 196, 220, .44);
}

.home-new-apps .home-new-copy {
    top: 13.8%;
}

.home-new-details--apps {
    top: 20%;
}

.home-new-apps__grid {
    position: absolute;
    z-index: 2;
    top: 22%;
    left: 50%;
    display: grid;
    grid-template-rows: repeat(2, minmax(0, 1fr));
    width: min(90vw, 1800px);
    height: 67%;
    row-gap: 5%;
    transform: translateX(-50%);
    transition: top .25s ease, height .25s ease;
}

.home-new-details--apps[open] ~ .home-new-apps__grid {
    top: 49%;
    height: 47%;
}

.home-new-apps__row-viewport {
    min-width: 0;
    min-height: 0;
    overflow: hidden;
    -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 8%, #000 92%, transparent 100%);
    mask-image: linear-gradient(90deg, transparent 0%, #000 8%, #000 92%, transparent 100%);
}

.home-new-apps__track {
    display: flex;
    width: 200%;
    height: 100%;
    will-change: transform;
}

.home-new-apps__set {
    display: grid;
    flex: 0 0 50%;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    height: 100%;
    padding: 0 1.5%;
    column-gap: 4%;
}

.home-new-apps__grid figure {
    --home-apps-circle-radius: min(7.5vw, 155px);
    --home-apps-circle-size: calc(var(--home-apps-circle-radius) * 2);
    position: relative;
    isolation: isolate;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 0;
    min-height: 0;
    margin: 0;
    -webkit-mask:
        linear-gradient(#000 0 0) center top / 100% calc(100% - var(--home-apps-circle-radius)) no-repeat,
        radial-gradient(circle var(--home-apps-circle-radius) at 50% calc(100% - var(--home-apps-circle-radius)), #000 99%, transparent 100%);
    mask:
        linear-gradient(#000 0 0) center top / 100% calc(100% - var(--home-apps-circle-radius)) no-repeat,
        radial-gradient(circle var(--home-apps-circle-radius) at 50% calc(100% - var(--home-apps-circle-radius)), #000 99%, transparent 100%);
}

.home-new-apps__grid figure::before {
    position: absolute;
    z-index: 0;
    bottom: 0;
    left: 50%;
    width: var(--home-apps-circle-size);
    aspect-ratio: 1;
    border-radius: 50%;
    background: rgba(0, 127, 153, .34);
    transform: translateX(-50%);
    content: "";
}

.home-new-widget-image {
    position: absolute;
    z-index: 1;
    bottom: -6%;
    left: 50%;
    width: auto;
    height: 78%;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    transform: translateX(-50%);
    filter: drop-shadow(0 22px 24px rgba(0, 0, 0, .7));
}

.home-new-widget-label {
    position: absolute;
    z-index: 3;
    top: 15%;
    left: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 48px;
    transform: translateX(-50%);
    color: #fff;
    gap: 10px;
    font-size: clamp(13px, .9vw, 17px);
    font-weight: 400;
    line-height: 1.1;
    text-align: center;
}

.home-new-widget-label .home-new-widget-label__icon {
    position: static;
    width: 30px;
    height: 30px;
    max-width: 30px;
    max-height: 30px;
    object-fit: contain;
    transform: none;
    filter: none;
}

.home-new-widget-label .home-new-widget-label__icon--fallback {
    border-radius: 6px;
}

.home1-apps-motion-ready .home-new-apps__row-viewport {
    opacity: 0;
    transition: opacity .55s ease, transform 1s cubic-bezier(.22, 1, .36, 1);
}

.home1-apps-motion-ready .home-new-apps__row-viewport--top {
    transform: translateX(18%);
}

.home1-apps-motion-ready .home-new-apps__row-viewport--bottom {
    transform: translateX(-18%);
}

.home1-apps-motion-ready .home-new-apps.is-visible .home-new-apps__row-viewport {
    opacity: 1;
    transform: translateX(0);
}

.home1-apps-motion-ready .home-new-apps.is-visible .home-new-apps__track--top {
    animation: home-apps-flow-left 24s linear 1s infinite;
}

.home1-apps-motion-ready .home-new-apps.is-visible .home-new-apps__track--bottom {
    animation: home-apps-flow-right 24s linear 1s infinite;
}

@keyframes home-apps-flow-left {
    from { transform: translate3d(0, 0, 0); }
    to { transform: translate3d(-50%, 0, 0); }
}

@keyframes home-apps-flow-right {
    from { transform: translate3d(-50%, 0, 0); }
    to { transform: translate3d(0, 0, 0); }
}

.home-new-editor::before {
    right: 22%;
    bottom: 3%;
    width: 48%;
    height: 76%;
    background: rgba(0, 180, 255, .48);
}

.home-new-editor {
    --home-editor-edge: max(6%, calc((100% - 1600px) / 2));
}

.home-new-editor .home-new-title {
    top: 4.8%;
}

.home-new-editor__media {
    position: absolute;
    z-index: 2;
    top: 14.5%;
    left: calc(var(--home-editor-edge) + 9.5%);
    width: min(62%, 1168px);
    height: auto;
    aspect-ratio: 16 / 9;
    overflow: visible;
}

.home-new-editor__media img,
.home-new-editor__media video {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center top;
    transform: translateX(9.2%) scale(1.65);
    transform-origin: right top;
    -webkit-mask-image: linear-gradient(to bottom, #000 0%, #000 68%, rgba(0, 0, 0, .95) 72%, transparent 84%);
    mask-image: linear-gradient(to bottom, #000 0%, #000 68%, rgba(0, 0, 0, .95) 72%, transparent 84%);
}

.home1-editor-reveal-ready .home-new-editor__media {
    opacity: 1;
    transform: translateY(105%);
    transition: transform 1.3s cubic-bezier(.22, 1, .36, 1);
    will-change: opacity, transform;
}

.home1-editor-reveal-ready .home-new-editor__media.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.home1-editor-scroll-reveal-ready .home-new-editor__media {
    will-change: transform;
}

.home-new-editor__text {
    position: absolute;
    z-index: 3;
    top: 20.5%;
    right: calc(var(--home-editor-edge) + 6%);
    left: auto;
    width: min(54%, 900px);
    color: #fff;
    font-size: clamp(20px, 1.35vw, 26px);
    font-weight: 300;
    line-height: 1.16;
    text-align: right;
}

.home-new-editor__text ul {
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}

.home-new-editor__text li {
    position: relative;
    width: fit-content;
    max-width: 100%;
    min-height: 1.22em;
    margin-left: auto;
    padding-left: 1.05em;
    text-align: left;
    white-space: normal;
}

.home-new-editor__text li + li {
    margin-top: .2em;
}

.home-new-editor__text li::before {
    position: absolute;
    top: 0;
    left: 0;
    color: #00efd0;
    content: "\2022";
}

.home-new-editor__text li:empty::before {
    opacity: 0;
}

.home-new-editor__text li.is-typing::after {
    display: inline-block;
    width: 2px;
    height: .9em;
    margin-left: 3px;
    content: "";
    vertical-align: -.08em;
    background: #00efd0;
    animation: home-editor-caret .7s steps(1) infinite;
}

@keyframes home-editor-caret {
    50% { opacity: 0; }
}

.home-new-autohotkey::before {
    left: 17%;
    top: 21%;
    width: 67%;
    height: 57%;
    background: rgba(0, 158, 218, .48);
}

.home-new-autohotkey__logo {
    position: absolute;
    z-index: 4;
    top: 47%;
    left: 50%;
    width: min(21vw, 340px);
    aspect-ratio: 3.7 / 1;
    overflow: hidden;
    transform: translate(-50%, -50%);
    filter: drop-shadow(0 12px 18px rgba(0, 0, 0, .62));
}

.home-new-autohotkey__logo img {
    position: absolute;
    top: -10.5%;
    left: 0;
    display: block;
    width: 100%;
    height: auto;
}

.home-new-laptop {
    position: absolute;
    z-index: 2;
    top: 10%;
    left: 50%;
    width: min(84vw, 1380px);
    height: 74%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.home-new-laptop__image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: drop-shadow(0 30px 38px rgba(0, 0, 0, .76));
}

.home-new-autohotkey__copy {
    position: absolute;
    z-index: 3;
    top: 83%;
    bottom: auto;
    left: 50%;
    width: min(72vw, 1260px);
    transform: translateX(-50%);
    color: #fff;
    font-size: clamp(15px, 1.05vw, 20px);
    font-weight: 300;
    line-height: 1.22;
    text-align: center;
    overflow-anchor: none;
}

.home-new-autohotkey__copy p {
    margin: 0;
}

.home-new-autohotkey__link,
.home-new-autohotkey__details a {
    color: #00efd0;
    font-weight: 600;
    text-decoration: underline;
    text-decoration-color: rgba(0, 239, 208, .5);
    text-underline-offset: .16em;
    transition: color .2s ease, text-decoration-color .2s ease;
}

.home-new-autohotkey__link:hover,
.home-new-autohotkey__link:focus-visible,
.home-new-autohotkey__details a:hover,
.home-new-autohotkey__details a:focus-visible {
    color: #7fffea;
    text-decoration-color: currentColor;
}

.home-new-autohotkey__details {
    margin-top: 12px;
}

.home-new-autohotkey__details summary {
    display: inline-flex;
    align-items: center;
    padding: 4px 0;
    color: #fff;
    cursor: pointer;
    gap: 9px;
    font-weight: 400;
    list-style: none;
    transition: color .2s ease;
}

.home-new-autohotkey__details summary::-webkit-details-marker {
    display: none;
}

.home-new-autohotkey__details summary::after {
    width: 0;
    height: 0;
    border-top: 7px solid currentColor;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    content: "";
    transition: transform .2s ease;
}

.home-new-autohotkey__details[open] summary::after {
    transform: rotate(180deg);
}

.home-new-autohotkey__details summary:hover,
.home-new-autohotkey__details summary:focus-visible {
    color: #00efd0;
}

.home-new-autohotkey__steps {
    position: relative;
    left: 50%;
    box-sizing: border-box;
    width: min(68vw, 1160px);
    margin: 14px 0 0;
    padding: 18px 24px 20px;
    border: 1px solid rgba(0, 239, 208, .28);
    border-radius: 12px;
    background: linear-gradient(135deg, rgba(0, 31, 38, .96), rgba(0, 10, 15, .96));
    box-shadow: 0 18px 45px rgba(0, 0, 0, .42);
    counter-reset: home-autohotkey-step;
    list-style: none;
    text-align: left;
    transform: translateX(-50%);
}

.home-new-autohotkey__steps li {
    position: relative;
    padding-left: 34px;
    counter-increment: home-autohotkey-step;
}

.home-new-autohotkey__steps li + li {
    margin-top: 14px;
}

.home-new-autohotkey__steps li::before {
    position: absolute;
    top: 0;
    left: 0;
    color: #00efd0;
    font-weight: 700;
    content: counter(home-autohotkey-step) ".";
}

.home-new-autohotkey__steps strong {
    display: block;
    margin-bottom: 4px;
    color: #00efd0;
    font-weight: 700;
}

.home-new-autohotkey__steps p {
    color: rgba(255, 255, 255, .9);
    line-height: 1.35;
}

.home-new-autohotkey__steps code {
    display: inline-block;
    padding: .08em .34em;
    color: #77f7ff;
    font-family: Consolas, Monaco, monospace;
    font-size: .9em;
    font-weight: 700;
    background: rgba(0, 177, 204, .16);
    border: 1px solid rgba(119, 247, 255, .32);
    border-radius: 5px;
}

.home-new-autohotkey:has(.home-new-autohotkey__details[open]) {
    height: auto;
    min-height: max(1500px, calc(83svh + 620px));
}

.home-new-autohotkey:has(.home-new-autohotkey__details[open]) .home-new-autohotkey__copy {
    top: 83svh;
}

@media only screen and (min-width: 768px) {
    .home-new-autohotkey:has(.home-new-autohotkey__details[open]) .home-new-autohotkey__logo {
        top: 47svh;
    }

    .home-new-autohotkey:has(.home-new-autohotkey__details[open]) .home-new-laptop {
        top: 10svh;
        height: 74svh;
    }
}

.home-new-privacy::before {
    left: 29%;
    top: 21%;
    width: 49%;
    height: 65%;
    background: rgba(0, 255, 150, .42);
}

.home-new-privacy__visual {
    position: absolute;
    z-index: 2;
    top: 17%;
    left: 19%;
    width: 25%;
    height: 66%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.home-new-privacy__visual > img {
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    opacity: 1;
    filter: drop-shadow(0 24px 30px rgba(0, 0, 0, .7));
}

.home-new-shield {
    position: absolute;
    right: 2%;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44%;
    aspect-ratio: .82;
    background: rgba(0, 205, 223, .22);
    border: 1px solid rgba(0, 240, 218, .65);
    border-radius: 50% 50% 45% 45% / 34% 34% 66% 66%;
    backdrop-filter: blur(7px);
}

.home-new-shield svg {
    width: 72%;
    height: 58%;
}

.home-new-privacy__copy {
    position: absolute;
    z-index: 3;
    top: 26%;
    left: 47%;
    width: min(39vw, 680px);
    color: #fff;
    font-size: clamp(18px, 1.35vw, 26px);
    font-weight: 300;
    line-height: 1.18;
}

.home-new-privacy__copy p {
    margin: 0;
}

.home-new-privacy__copy p + p {
    margin-top: 28px;
}

.home-new-download {
    display: flex;
    height: auto;
    min-height: max(900px, 100svh);
    max-height: none;
    padding: clamp(125px, 11svh, 145px) 20px 260px;
    flex-direction: column;
    align-items: center;
}

.home-new-download::before {
    left: -8%;
    top: 5%;
    width: 48%;
    height: 66%;
    background: rgba(0, 218, 213, .48);
}

.home-new-download .home-new-title {
    top: 4.5%;
}

.home-new-download .home-new-copy {
    position: relative;
    top: auto;
    left: auto;
    width: min(88vw, 1240px);
    margin: 0 0 clamp(20px, 2.2svh, 30px);
    transform: none;
}

.home-new-video {
    position: relative;
    z-index: 3;
    top: auto;
    left: auto;
    display: block;
    width: min(62vw, 1000px);
    max-width: calc(100vw - 48px);
    aspect-ratio: 16 / 9;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .5);
    border-radius: 8px;
    transform: none;
    box-shadow: 0 20px 50px rgba(0, 0, 0, .58);
}

.home-new-video .youtube,
.home-new-video iframe.youtube {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    max-width: none;
    max-height: none;
    border: 0;
    background-position: center;
    background-size: cover;
}

.home-new-download .home-new-button {
    position: relative;
    top: auto;
    left: auto;
    margin-top: clamp(54px, 8svh, 116px);
    transform: none;
}

.home-new-download .home-new-button:hover,
.home-new-download .home-new-button:focus-visible {
    transform: translateY(-2px);
}

.home-new-download .footer {
    position: absolute;
    z-index: 4;
    right: 0;
    bottom: 0;
    left: 0;
    height: 220px;
    margin: 0;
    background: #000;
}

.home-new-download .footer__bottom {
    display: none;
}

@media only screen and (min-width: 1280px) and (max-width: 1600px) {
    .home-new-editor__lead > span {
        display: block;
        white-space: nowrap;
    }
}

@media only screen and (max-width: 1279px) {
    .home-new-title,
    .home-new-flight__title {
        width: min(94vw, 1180px);
        font-size: clamp(30px, 3.45vw, 42px);
    }

    .home-new-header {
        width: min(100% - 40px, 960px);
    }

    .home-new-header__nav {
        gap: 28px;
    }

    .home-new-header__side {
        gap: 22px;
    }

    .home-new-apps__grid {
        width: 90vw;
    }

    .home-new-apps__set {
        column-gap: 5%;
    }

    .home-new-apps .home-new-copy {
        top: 16%;
    }

    .home-new-details--apps {
        top: 22%;
    }

    .home-new-details--apps[open] ~ .home-new-apps__grid {
        top: 60%;
        height: 37%;
    }

    .home-new-apps__grid {
        top: 25%;
        height: 63%;
    }

    .home-new-editor__media {
        left: 9.5%;
        width: 64%;
    }

    .home-new-editor__text {
        right: 8%;
        left: auto;
        width: 51%;
        font-size: clamp(18px, 1.65vw, 22px);
    }

    .home-new-editor__text li:nth-child(n) {
        width: fit-content;
        max-width: 100%;
        white-space: normal;
    }

    .home-new-privacy__visual {
        left: 19%;
        width: 31%;
    }

    .home-new-privacy__copy {
        left: 50%;
        width: 45vw;
    }
}

@media only screen and (max-width: 767px) {
    .home-new-section {
        height: auto;
        max-height: none;
        min-height: max(760px, 100svh);
        padding: 22px 18px;
    }

    .home-new-section::before {
        filter: blur(44px);
    }

    .home-new-title,
    .home-new-flight__title {
        top: 38px;
        width: calc(100% - 34px);
        font-size: 24px;
        line-height: .98;
    }

    .home-new-copy {
        width: calc(100% - 36px);
        font-size: 16px;
        line-height: 1.25;
    }

    .home-new-copy br,
    .home-new-title br {
        display: initial;
    }

    .home-new-header {
        top: 0;
        width: 100%;
        height: 72px;
        padding: 0 18px;
        background: rgba(0, 0, 0, .86);
        backdrop-filter: blur(10px);
    }

    .home-new-header__brand {
        position: absolute;
        top: 13px;
        left: 18px;
        display: flex;
    }

    .home-new-header__brand svg {
        width: 58px;
        height: 44px;
    }

    .home-new-header__toggle {
        position: absolute;
        top: 18px;
        right: 18px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 38px;
        height: 38px;
        padding: 0;
        gap: 5px;
        border: 0;
        background: transparent;
    }

    .home-new-header__toggle > span:not(.home-new-visually-hidden) {
        display: block;
        width: 22px;
        height: 2px;
        background: #fff;
    }

    .home-new-header__nav {
        position: absolute;
        top: 72px;
        left: 0;
        display: none;
        grid-template-columns: 1fr;
        width: 100%;
        height: auto;
        padding: 18px;
        gap: 0;
        border-top: 1px solid rgba(0, 237, 208, .3);
        background: rgba(0, 8, 8, .98);
    }

    .home-new-header__nav.is-open {
        display: grid;
    }

    .home-new-header__logo {
        display: none;
    }

    .home-new-header__side {
        flex-direction: column;
        align-items: stretch;
        gap: 0;
    }

    .home-new-header__side a {
        padding: 12px 6px;
        font-size: 14px;
        text-align: center;
    }

    .home-new-hero {
        min-height: max(760px, 100svh);
        padding: 0;
    }

    .home-new-hero__carousel {
        top: 112px;
        width: calc(100% - 34px);
        height: auto;
        max-width: 440px;
        aspect-ratio: 16 / 9;
    }

    .home-new-hero__copies {
        top: 350px;
        width: calc(100% - 36px);
        font-size: 13px;
        line-height: 1.25;
    }

    .home-new-hero__dots {
        top: 438px;
        bottom: auto;
    }

    .home-new-hero__button {
        top: 500px;
        min-width: 210px;
        min-height: 52px;
    }

    .home-new-details {
        width: calc(100% - 36px);
        font-size: 14px;
    }

    .home-new-details__body {
        max-height: 44vh;
        padding: 10px 12px 14px;
    }

    .home-auto-carousel__dots {
        bottom: -20px;
    }

    .home-new-hero__dots {
        bottom: auto;
    }

    .home-auto-carousel__dots button {
        width: 18px;
    }

    .home-auto-carousel__dots button.is-active {
        width: 24px;
    }

    .home-new-flight__title {
        top: 88px;
        font-size: 24px;
    }

    .home-new-devices__carousel {
        top: 176px;
        width: calc(100% - 30px);
        height: 400px;
    }

    .home-new-device-layout {
        gap: 6px;
    }

    .home-new-device-layout figure > img,
    .home-new-device-target__screen > img {
        width: auto;
        height: 100%;
        max-width: 100%;
        max-height: 100%;
    }

    .home-new-device-target__screen > img {
        max-width: 97.3%;
    }

    .home-new-device-layout__side--right > img {
        max-width: 96.3%;
    }

    .home-new-device-layout figcaption {
        font-size: 13px;
    }

    .home-new-flight__copies {
        bottom: 80px;
        width: calc(100% - 36px);
        font-size: 13px;
    }

    .home-new-devices__dots {
        bottom: 42px;
    }

    .home-new-store-badge {
        width: 96px;
        min-height: 32px;
        padding: 3px 6px;
        gap: 4px;
        font-size: 7px;
    }

    .home-new-store-badge__apple {
        width: 18px;
        height: 21px;
    }

    .home-new-store-badge > img {
        width: 18px;
        height: 18px;
    }

    .home-new-store-badge strong {
        font-size: 10px;
    }

    .home-new-device-pair {
        width: 100%;
        height: auto;
        max-height: 94%;
    }

    .home-new-device-tablet {
        width: 94%;
        max-height: 90%;
    }

    .home-new-apps {
        min-height: 900px;
    }

    .home-new-apps .home-new-copy {
        top: 170px;
        font-size: 14px;
    }

    .home-new-details--apps {
        top: 252px;
    }

    .home-new-details--apps .home-new-details__body {
        max-height: none;
    }

    .home-new-apps:has(.home-new-details--apps[open]) {
        min-height: 1455px;
    }

    .home-new-details--apps[open] ~ .home-new-apps__grid {
        top: 810px;
        height: 590px;
    }

    .home-new-apps .home-new-copy br {
        display: none;
    }

    .home-new-app-groups {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 14px 18px;
    }

    .home-new-app-groups h3 {
        font-size: 14px;
    }

    .home-new-app-groups p {
        font-size: 13px;
    }

    .home-new-apps__grid {
        top: 300px;
        width: calc(100% - 32px);
        height: 540px;
        row-gap: 18px;
    }

    .home-new-apps__row-viewport {
        overflow: visible;
        -webkit-mask-image: none;
        mask-image: none;
    }

    .home-new-apps__track {
        width: 100%;
        animation: none !important;
        transform: none !important;
    }

    .home-new-apps__set {
        flex-basis: 100%;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-template-rows: repeat(2, minmax(0, 1fr));
        padding: 0;
        gap: 18px 28px;
    }

    .home-new-apps__set--clone {
        display: none;
    }

    .home-new-apps__set figure:nth-child(n + 5) {
        display: none;
    }

    .home-new-apps__grid figure::before {
        width: var(--home-apps-circle-size);
    }

    .home-new-apps__grid figure {
        --home-apps-circle-radius: 66px;
    }

    .home-new-widget-image {
        bottom: 0;
        height: calc(100% - 50px);
    }

    .home-new-widget-label {
        top: 0;
        min-height: 42px;
        gap: 6px;
        font-size: 12px;
    }

    .home-new-widget-label .home-new-widget-label__icon {
        width: 24px;
        height: 24px;
    }

    .home-new-editor {
        min-height: 1050px;
    }

    .home-new-editor__media {
        top: 120px;
        left: 5.5%;
        width: 132%;
        height: 500px;
    }

    .home-new-editor__media img,
    .home-new-editor__media video {
        position: absolute;
        left: 50%;
        width: auto;
        height: 100%;
        max-width: none;
        transform: translateX(-50%);
        transform-origin: center top;
        -webkit-mask-image: none;
        mask-image: none;
    }

    .home-new-editor__text {
        top: 600px;
        right: auto;
        left: 50%;
        width: calc(100% - 38px);
        transform: translateX(-50%);
        font-size: 16px;
        line-height: 1.25;
        text-align: right;
    }

    .home-new-editor__text li,
    .home-new-editor__text li + li {
        display: list-item;
        width: fit-content;
        max-width: 100%;
        margin-top: .35em;
        margin-left: auto;
        white-space: normal;
    }

    .home-new-autohotkey {
        min-height: 820px;
    }

    .home-new-autohotkey__logo {
        top: 365px;
        left: 50%;
        width: 160px;
    }

    .home-new-laptop {
        top: 150px;
        width: calc(100% + 120px);
        height: 430px;
        transform: translateX(-59%);
    }

    .home-new-autohotkey__copy {
        top: max(620px, calc(100svh - 178px));
        bottom: auto;
        width: calc(100% - 40px);
        font-size: 14px;
    }

    .home-new-autohotkey:has(.home-new-autohotkey__details[open]) {
        min-height: 1720px;
    }

    .home-new-autohotkey:has(.home-new-autohotkey__details[open]) .home-new-autohotkey__copy {
        top: max(620px, calc(100svh - 178px));
    }

    .home-new-autohotkey__steps {
        width: 100%;
        margin-top: 12px;
        padding: 16px 14px 18px;
    }

    .home-new-autohotkey__steps li + li {
        margin-top: 12px;
    }

    .home-new-privacy {
        min-height: 980px;
    }

    .home-new-privacy__visual {
        top: 160px;
        left: 50%;
        width: 76%;
        height: 390px;
        transform: translateX(-50%);
    }

    .home-new-privacy__copy {
        top: 570px;
        left: 50%;
        width: calc(100% - 38px);
        transform: translateX(-50%);
        font-size: 15px;
        line-height: 1.24;
    }

    .home-new-privacy__copy p + p {
        margin-top: 16px;
    }

    .home-new-download {
        min-height: max(900px, 100svh);
        padding: 112px 18px 400px;
    }

    .home-new-download .home-new-copy {
        top: auto;
        width: 100%;
        margin-bottom: 24px;
        font-size: 15px;
    }

    .home-new-download .home-new-copy br {
        display: none;
    }

    .home-new-video {
        top: auto;
        width: 100%;
        max-width: 560px;
    }

    .home-new-download .home-new-button {
        top: auto;
        min-width: 0;
        width: 100%;
        max-width: 430px;
        margin-top: clamp(28px, 5svh, 48px);
        min-height: 54px;
        padding: 0 20px;
        font-size: 16px;
    }

    .home-new-download .footer {
        height: 360px;
    }

    .home-new-download .footer__top {
        padding-top: 30px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .home-auto-carousel__slide,
    .home-new-button {
        transition: none;
    }
}

/* Home1 copy refinements. */
@media (min-width: 768px) {
    .home-new-hero__copies { width: min(92vw, 1440px); }
}
.home-new-editor__text { line-height: 1.4; }
.home-new-editor__text li + li { margin-top: .4em; }

@media (min-width: 768px) {
    /* Limit the list to the visible hand as well as the section on wide screens. */
    .home-new-editor {
        --home-editor-edge: 6%;
        --home-editor-media-width: 62vw;
        /* 9/16 video ratio × 1.65 image scale × 84% mask extent. */
        --home-editor-hand-height: calc(var(--home-editor-media-width) * .779625);
        min-height: 0;
    }

    .home-new-editor__media {
        left: 15.5%;
        width: var(--home-editor-media-width);
    }

    .home-new-editor__text {
        top: 20.5%;
        bottom: max(24%, calc(85.5% - var(--home-editor-hand-height)));
        right: 12%;
        width: 54%;
        font-size: 1.35vw;
    }

    .home-new-editor__text ul {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: 100%;
        gap: .5em;
    }

    .home-new-editor__text li + li {
        margin-top: 0;
    }
}

.home-new-autohotkey__steps {
    font-size: calc(1em - 1px);
    border: 0;
    background: none;
    box-shadow: none;
}
.home-new-privacy__copy strong {
    font-family: inherit;
    font-weight: 700;
    color: #00efd0;
}

/* Keep each widget, caption and circular backdrop together at every aspect ratio. */
.home-new-apps__grid figure {
    container-type: size;
    flex-direction: column;
    gap: 8px;
    padding-bottom: 16px;
    -webkit-mask: none;
    mask: none;
}

.home-new-apps__grid figure::before {
    content: none;
}

.home-new-widget-label {
    position: relative;
    top: auto;
    left: auto;
    flex: 0 0 auto;
    min-height: 36px;
    transform: none;
}

.home-new-widget-preview {
    position: relative;
    flex: 0 0 auto;
    width: min(100%, calc((100cqh - 64px) * 590 / 1320));
    aspect-ratio: 590 / 1201;
    isolation: isolate;
}

.home-new-widget-preview::before {
    --home-widget-glow-blur: clamp(10px, 8cqw, 24px);
    position: absolute;
    z-index: -1;
    left: 50%;
    bottom: var(--home-widget-glow-blur);
    width: min(145%, calc(100cqw - clamp(40px, 16cqw, 96px)));
    aspect-ratio: 1;
    border-radius: 50%;
    background: rgba(0, 127, 153, .58);
    filter: blur(var(--home-widget-glow-blur));
    transform: translateX(-50%);
    pointer-events: none;
    content: "";
}



.home-new-widget-preview .home-new-widget-image {
    position: static;
    display: block;
    width: 100%;
    height: auto;
    max-height: none;
    transform: none;
    filter: drop-shadow(0 8px 10px rgba(0, 0, 0, .3));
}

.home-new-editor__text li {
    text-align: right;
}

@media (max-width: 767px) {
    .home-new-apps {
        --home-widget-card-height: clamp(240px, 70vw, 340px);
        min-height: calc(420px + var(--home-widget-card-height) * 4);
    }

    .home-new-apps__grid,
    .home-new-details--apps[open] ~ .home-new-apps__grid {
        height: calc(var(--home-widget-card-height) * 4 + 54px);
    }

    .home-new-apps:has(.home-new-details--apps[open]) {
        min-height: calc(930px + var(--home-widget-card-height) * 4);
    }
}

/* Keep illustrations and their copy in the same flow, including browser zoom. */
.home-new-autohotkey,
.home-new-autohotkey:has(.home-new-autohotkey__details[open]),
.home-new-privacy {
    display: flex;
    align-items: center;
    justify-content: center;
    height: auto;
    min-height: 100svh;
    padding: clamp(160px, 20svh, 240px) 0 64px;
}

.home-new-privacy {
    align-items: flex-start;
    padding-top: clamp(128px, 11svh, 150px);
}

.home-new-autohotkey > .home-new-title,
.home-new-privacy > .home-new-title {
    top: 48px;
}

.home-new-autohotkey__content {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    width: min(88%, 1100px);
}

.home-new-autohotkey .home-new-laptop,
.home-new-autohotkey:has(.home-new-autohotkey__details[open]) .home-new-laptop {
    position: relative;
    top: auto;
    left: auto;
    width: min(100%, 97svh);
    height: auto;
    transform: none;
}

.home-new-laptop__image {
    height: auto;
}

.home-new-autohotkey .home-new-autohotkey__logo,
.home-new-autohotkey:has(.home-new-autohotkey__details[open]) .home-new-autohotkey__logo {
    top: 50%;
    left: 50%;
    width: 25%;
}

.home-new-autohotkey__content .home-new-autohotkey__copy {
    position: static;
    width: min(100%, 1000px);
    transform: none;
}

.home-new-autohotkey__steps {
    width: 100%;
    overflow-wrap: anywhere;
}

.home-new-privacy__content {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr);
    align-items: center;
    gap: clamp(24px, 4vw, 64px);
    width: min(86%, 1100px);
}

.home-new-privacy__content .home-new-privacy__visual {
    position: static;
    justify-content: flex-end;
    width: 100%;
    height: auto;
    transform: none;
}

.home-new-privacy__visual > img {
    width: auto;
    max-height: 60svh;
}

.home-new-privacy__content .home-new-privacy__copy {
    position: static;
    width: 100%;
    transform: none;
    line-height: 1.4;
}

@media (max-width: 767px) {
    .home-new-autohotkey,
    .home-new-privacy {
        padding-top: 150px;
        padding-bottom: 48px;
    }

    .home-new-privacy {
        padding-top: 102px;
    }

    .home-new-autohotkey__content,
    .home-new-privacy__content {
        width: calc(100% - 40px);
    }

    .home-new-privacy__content {
        grid-template-columns: minmax(0, 1fr);
        gap: 24px;
    }

    .home-new-privacy__content .home-new-privacy__visual {
        justify-content: center;
    }

    .home-new-privacy__visual > img {
        max-width: 76%;
        max-height: min(48svh, 390px);
    }
}

/* Searchable application selector and widget carousel on the third screen. */
.home-app-picker {
    position: absolute;
    z-index: 8;
    top: 20.5%;
    left: 50%;
    width: min(420px, calc(100% - 40px));
    transform: translateX(-50%);
}

.home-app-picker__trigger,
.home-app-picker__option {
    display: flex;
    align-items: center;
    width: 100%;
    color: #fff;
    font: inherit;
    text-align: left;
    gap: 12px;
}

.home-app-picker__trigger {
    min-height: 52px;
    padding: 8px 16px;
    border: 1px solid rgba(0, 239, 208, .5);
    border-radius: 12px;
    background: rgba(0, 13, 19, .92);
    box-shadow: 0 12px 30px rgba(0, 0, 0, .35);
    cursor: pointer;
}

.home-app-picker__option[hidden] {
    display: none;
}

.home-app-picker__trigger > img,
.home-app-picker__option > img {
    flex: 0 0 auto;
    width: 30px;
    height: 30px;
    object-fit: contain;
}

.home-app-picker__trigger > span:nth-child(2) {
    flex: 1 1 auto;
    font-size: 16px;
    font-weight: 600;
}

.home-app-picker__chevron {
    width: 9px;
    height: 9px;
    border-right: 2px solid #00efd0;
    border-bottom: 2px solid #00efd0;
    transform: rotate(45deg) translateY(-3px);
    transition: transform .2s ease;
}

.home-app-picker.is-open .home-app-picker__chevron {
    transform: rotate(225deg) translate(-2px, -1px);
}

.home-app-picker__panel {
    position: absolute;
    top: calc(100% + 8px);
    width: 100%;
    padding: 10px;
    border: 1px solid rgba(0, 239, 208, .34);
    border-radius: 12px;
    background: rgba(0, 11, 17, .98);
    box-shadow: 0 18px 42px rgba(0, 0, 0, .55);
}

.home-app-picker__search input {
    box-sizing: border-box;
    width: 100%;
    height: 42px;
    padding: 0 12px;
    border: 1px solid rgba(255, 255, 255, .22);
    border-radius: 8px;
    outline: 0;
    background: #071820;
    color: #fff;
    font-size: 15px;
}

.home-app-picker__search input:focus {
    border-color: #00efd0;
}

.home-app-picker__options {
    max-height: min(42vh, 330px);
    margin-top: 8px;
    overflow-y: auto;
}

.home-app-picker__option {
    min-height: 44px;
    padding: 6px 9px;
    border: 0;
    border-radius: 7px;
    background: transparent;
    cursor: pointer;
}

.home-app-picker__option:hover,
.home-app-picker__option:focus-visible,
.home-app-picker__option.is-selected {
    background: rgba(0, 239, 208, .14);
}

.home-app-picker__empty {
    margin: 12px 4px 4px;
    color: rgba(255, 255, 255, .68);
    text-align: center;
}

.home-app-widget-carousel {
    position: absolute;
    z-index: 2;
    top: 30%;
    left: 50%;
    display: grid;
    grid-template-columns: 46px minmax(0, 1fr) 46px;
    align-items: center;
    width: min(94vw, 1800px);
    height: 66%;
    transform: translateX(-50%);
}

.home-app-widget-carousel__viewport {
    width: 100%;
    height: 100%;
    overflow: hidden;
    -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 4%, #000 96%, transparent 100%);
    mask-image: linear-gradient(90deg, transparent 0%, #000 4%, #000 96%, transparent 100%);
}

.home-app-widget-carousel__track {
    display: flex;
    align-items: stretch;
    height: 100%;
    overflow-x: auto;
    scroll-behavior: auto;
    scroll-snap-type: none;
    scrollbar-width: none;
    overscroll-behavior-inline: contain;
    gap: clamp(18px, 2.6vw, 52px);
}

.home-app-widget-carousel__track::-webkit-scrollbar {
    display: none;
}

.home-app-widget-card {
    container-type: size;
    display: flex;
    flex: 0 0 calc((100% - clamp(72px, 10.4vw, 208px)) / 5);
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-width: 0;
    min-height: 0;
    margin: 0;
    padding: 0 0 20px;
    scroll-snap-align: center;
    gap: 8px;
}

.home-app-widget-card .home-new-widget-preview {
    flex: 0 0 auto;
}

.home-app-widget-card > a {
    display: contents;
}

.home-app-widget-card .home-new-widget-preview > a {
    display: block;
}

.home-app-widget-carousel__nav {
    position: relative;
    z-index: 3;
    display: grid;
    width: 40px;
    height: 54px;
    border: 1px solid rgba(0, 239, 208, .45);
    border-radius: 10px;
    background: rgba(0, 16, 23, .82);
    color: #fff;
    cursor: pointer;
    font-size: 36px;
    line-height: 1;
    place-items: center;
}

.home-app-widget-carousel__nav:hover,
.home-app-widget-carousel__nav:focus-visible {
    border-color: #00efd0;
    color: #00efd0;
}

.home-app-widget-carousel__status {
    position: absolute;
    inset: 45% 60px auto;
    color: rgba(255, 255, 255, .8);
    text-align: center;
}

/* Keep screens four and five visually attached to their headings. */
.home-new-editor__media {
    top: 12%;
}

.home-new-autohotkey,
.home-new-autohotkey:has(.home-new-autohotkey__details[open]) {
    align-items: flex-start;
    padding-top: clamp(125px, 15svh, 180px);
}

@media (max-width: 900px) {
    .home-app-widget-card {
        flex-basis: calc((100% - 48px) / 3);
    }
}

@media (max-width: 767px) {
    .home-new-apps {
        min-height: 900px;
    }

    .home-app-picker {
        top: 238px;
    }

    .home-app-widget-carousel {
        top: 315px;
        grid-template-columns: 34px minmax(0, 1fr) 34px;
        width: calc(100% - 12px);
        height: 520px;
    }

    .home-app-widget-carousel__nav {
        width: 30px;
        height: 48px;
        font-size: 30px;
    }

    .home-app-widget-card {
        flex-basis: calc((100% - 18px) / 2);
        padding-bottom: 12px;
        gap: 4px;
    }

    .home-app-widget-card .home-new-widget-preview {
        width: min(100%, calc((100cqh - 54px) * 590 / 1320));
    }

    .home-new-editor__media {
        top: 105px;
    }

    .home-new-autohotkey,
    .home-new-autohotkey:has(.home-new-autohotkey__details[open]) {
        padding-top: 120px;
    }
}


/* Home1 editor/AHK balance 2026-09-21 */
@media (min-width: 768px) {
    .home-new-editor {
        --home-editor-content-width: min(66vw, 1140px);
        min-height: max(760px, 100svh);
    }

    .home-new-editor .home-new-title,
    .home-new-autohotkey > .home-new-title {
        width: var(--home-editor-content-width);
    }

    .home-new-editor__media {
        top: 16.5%;
        left: max(24px, calc(50% - min(33vw, 570px)));
        width: min(48vw, 860px);
        height: auto;
        aspect-ratio: 16 / 9;
    }

    .home-new-editor__media img,
    .home-new-editor__media video {
        position: relative;
        left: auto;
        width: 100%;
        height: auto;
        max-width: 100%;
        object-fit: contain;
        object-position: left top;
        transform: translateX(-6%) scale(1.25);
        transform-origin: left top;
        -webkit-mask-image: linear-gradient(to bottom, #000 0%, #000 74%, rgba(0, 0, 0, .94) 82%, transparent 96%);
        mask-image: linear-gradient(to bottom, #000 0%, #000 74%, rgba(0, 0, 0, .94) 82%, transparent 96%);
    }

    .home-new-editor__text {
        top: 23.5%;
        right: max(24px, calc(50% - min(33vw, 570px)));
        bottom: auto;
        left: auto;
        width: min(35vw, 580px);
        font-size: clamp(19px, 1.28vw, 24px);
        line-height: 1.42;
    }

    .home-new-editor__text ul {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        height: auto;
        gap: clamp(14px, 1.9svh, 24px);
    }

    .home-new-editor__text li,
    .home-new-editor__text li + li {
        margin-top: 0;
    }

    .home-new-autohotkey,
    .home-new-autohotkey:has(.home-new-autohotkey__details[open]) {
        min-height: 100svh;
        padding-top: clamp(165px, 19svh, 220px);
        padding-bottom: 76px;
    }

    .home-new-autohotkey__content {
        width: min(66vw, 1140px);
        gap: 30px;
    }

    .home-new-autohotkey .home-new-laptop,
    .home-new-autohotkey:has(.home-new-autohotkey__details[open]) .home-new-laptop {
        width: min(100%, 1140px);
        transform: scale(1.04);
        transform-origin: center center;
        margin-bottom: 12px;
    }

    .home-new-autohotkey__content .home-new-autohotkey__copy {
        width: min(100%, 1020px);
    }
}

@media (max-width: 767px) {
    .home-new-editor {
        min-height: 940px;
        padding-bottom: 64px;
    }

    .home-new-editor__media {
        top: 105px;
        left: 50%;
        width: min(112%, 520px);
        height: auto;
        aspect-ratio: 16 / 9;
        transform: translateX(-50%);
    }

    .home-new-editor__media img,
    .home-new-editor__media video {
        position: relative;
        left: auto;
        width: 100%;
        height: auto;
        max-width: 100%;
        transform: none;
        -webkit-mask-image: none;
        mask-image: none;
    }

    .home-new-editor__text {
        top: 420px;
        right: auto;
        left: 50%;
        width: calc(100% - 36px);
        transform: translateX(-50%);
        font-size: 15px;
        line-height: 1.34;
    }

    .home-new-editor__text ul {
        display: flex;
        flex-direction: column;
        gap: 10px;
        height: auto;
    }

    .home-new-editor__text li,
    .home-new-editor__text li + li {
        margin-top: 0;
    }

    .home-new-autohotkey,
    .home-new-autohotkey:has(.home-new-autohotkey__details[open]) {
        min-height: 820px;
        padding-top: 142px;
        padding-bottom: 56px;
    }

    .home-new-autohotkey__content {
        width: calc(100% - 28px);
        gap: 24px;
    }

    .home-new-autohotkey .home-new-laptop,
    .home-new-autohotkey:has(.home-new-autohotkey__details[open]) .home-new-laptop {
        width: min(116%, 620px);
        max-width: none;
    }

    .home-new-autohotkey__content .home-new-autohotkey__copy {
        width: 100%;
        font-size: 14px;
        line-height: 1.35;
    }
}


/* Home1 app picker spacing + editor centering 2026-09-21 */
@media (min-width: 768px) {
    .home-new-details--apps {
        top: 18.5%;
    }

    .home-app-picker {
        top: 23.5%;
    }

    .home-app-widget-carousel {
        top: 31.5%;
        height: 64%;
    }

    .home-new-editor__media img,
    .home-new-editor__media video {
        transform: translateX(-12%) scale(1.25);
    }

    .home-new-editor__text {
        right: max(24px, calc(50% - min(29.5vw, 510px)));
    }
}

@media (max-width: 767px) {
    .home-new-details--apps {
        top: 222px;
    }

    .home-app-picker {
        top: 270px;
    }

    .home-app-widget-carousel {
        top: 342px;
        height: 500px;
    }
}


/* Home1 unified section rhythm 2026-09-21 */
@media (min-width: 768px) {
    .home-new-apps,
    .home-new-editor,
    .home-new-autohotkey,
    .home-new-privacy,
    .home-new-download {
        --home-section-title-top: var(--home1-header-safe-top, 112px);
        --home-section-content-top: max(clamp(145px, 16.5svh, 165px), calc(var(--home-section-title-top) + 84px));
    }

    .home-new-apps > .home-new-title,
    .home-new-editor > .home-new-title,
    .home-new-autohotkey > .home-new-title,
    .home-new-privacy > .home-new-title,
    .home-new-download > .home-new-title {
        top: var(--home-section-title-top);
    }

    .home-new-apps .home-new-copy {
        top: var(--home-section-content-top);
    }

    .home-new-details--apps {
        top: calc(var(--home-section-content-top) + 58px);
    }

    .home-app-picker {
        top: calc(var(--home-section-content-top) + 103px);
    }

    .home-app-widget-carousel {
        top: calc(var(--home-section-content-top) + 180px);
        height: calc(100% - var(--home-section-content-top) - 205px);
    }

    .home-new-editor__media {
        top: var(--home-section-content-top);
    }

    .home-new-editor__media img,
    .home-new-editor__media video {
        transform: translateX(-20%) scale(1.25);
    }

    .home-new-editor__text {
        top: calc(var(--home-section-content-top) + 62px);
    }

    .home-new-autohotkey,
    .home-new-autohotkey:has(.home-new-autohotkey__details[open]),
    .home-new-privacy {
        padding-top: var(--home-section-content-top);
    }

    .home-new-download {
        padding-top: var(--home-section-content-top);
    }
}

@media (max-width: 767px) {
    .home-new-apps,
    .home-new-editor,
    .home-new-autohotkey,
    .home-new-privacy,
    .home-new-download {
        --home-section-title-top-mobile: var(--home1-header-safe-top, 76px);
        --home-section-content-top-mobile: max(128px, calc(var(--home-section-title-top-mobile) + 78px));
    }

    .home-new-apps > .home-new-title,
    .home-new-editor > .home-new-title,
    .home-new-autohotkey > .home-new-title,
    .home-new-privacy > .home-new-title,
    .home-new-download > .home-new-title {
        top: var(--home-section-title-top-mobile);
    }

    .home-new-apps .home-new-copy {
        top: var(--home-section-content-top-mobile);
    }

    .home-new-details--apps {
        top: calc(var(--home-section-content-top-mobile) + 78px);
    }

    .home-app-picker {
        top: calc(var(--home-section-content-top-mobile) + 126px);
    }

    .home-app-widget-carousel {
        top: calc(var(--home-section-content-top-mobile) + 198px);
        height: 500px;
    }

    .home-new-editor__media {
        top: var(--home-section-content-top-mobile);
    }

    .home-new-editor__text {
        top: 430px;
    }

    .home-new-autohotkey,
    .home-new-autohotkey:has(.home-new-autohotkey__details[open]),
    .home-new-privacy,
    .home-new-download {
        padding-top: var(--home-section-content-top-mobile);
    }
}


/* Home1 editor final text fit before production 2026-09-21 */
@media (min-width: 768px) {
    .home-new-editor__text {
        right: max(24px, calc(50% - min(32vw, 555px)));
        width: min(41vw, 690px);
        font-size: clamp(18px, 1.18vw, 22px);
        line-height: 1.38;
    }

    .home-new-editor__text ul {
        gap: clamp(12px, 1.6svh, 20px);
    }
}


/* Home1 editor single-line desktop copy 2026-09-21 */
@media (min-width: 1280px) {
    .home-new-editor__text {
        right: max(20px, calc(50% - min(36vw, 620px)));
        width: min(49vw, 830px);
        font-size: clamp(17px, 1.05vw, 20px);
    }

    .home-new-editor__text li {
        white-space: nowrap;
    }
}


/* Home1 editor balanced side margins 2026-09-21 */
@media (min-width: 1280px) {
    .home-new-editor__media img,
    .home-new-editor__media video {
        transform: translateX(-25%) scale(1.25);
    }

    .home-new-editor__text {
        right: max(58px, calc(50% - min(34vw, 590px)));
        width: min(46vw, 780px);
    }
}


/* Home1 editor final requested scale and typography 2026-09-21 */
@media (min-width: 1280px) {
    .home-new-editor__media img,
    .home-new-editor__media video {
        transform: translateX(-54%) scale(1.65);
    }

    .home-new-editor__text {
        width: min(52vw, 900px);
        font-size: 24px;
    }
}


/* Home1 unified 24px desktop body typography 2026-09-21 */
@media (min-width: 1280px) {
    .home-new-copy,
    .home-new-flight__copies,
    .home-new-editor__text,
    .home-new-autohotkey__copy,
    .home-new-privacy__copy,
    .home-new-button {
        font-size: 24px;
    }
}


/* Home1 AutoHotkey final title/details + hand scale 2026-09-21 */
@media (min-width: 768px) {
    .home-new-autohotkey > .home-new-title {
        width: min(96vw, 1500px);
        max-width: none;
        white-space: nowrap;
    }
}

@media (min-width: 1280px) {
    .home-new-editor__media img,
    .home-new-editor__media video {
        transform: translateX(-54%) scale(1.75);
    }
}

.home-new-autohotkey__details {
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.35;
    text-align: center;
}

.home-new-autohotkey__details summary {
    font-size: inherit;
    font-weight: 400;
    line-height: inherit;
}

.home-new-autohotkey__steps {
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    text-align: left;
}

.home-new-autohotkey__steps p {
    font-size: inherit;
    font-weight: inherit;
    line-height: 1.35;
}
