/* Approved hero: centered rotation, native terminal and provider dock. */
.home-hero .hero-copy-toast.hero-show {
    opacity: 1;
}

.home-hero button {
    font: inherit;
    cursor: pointer;
}

.home-hero {
    max-width: 1200px;
    margin: 0 auto;
    padding: 64px 28px 46px;
    text-align: center;
}

.home-hero .hero-title {
    font: 700 clamp(38px,5.7vw,80px)/1.1 var(--font-display);
    letter-spacing: -.045em;
    margin: 0;
    color: var(--fg);
}

.home-hero .hero-title>span:first-child {
    display: block;
}

.home-hero .hero-rotating-line {
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: .22em;
    min-width: 0;
    margin-top: .04em;
}

.home-hero .hero-rotating-prefix {
    flex: none;
}

.home-hero .hero-word-window {
    display: inline-block;
    height: 1.2em;
    width: 5.9em;
    overflow: hidden;
    vertical-align: bottom;
    transition: width .6s cubic-bezier(.22,.7,.2,1);
    text-align: left;
    flex: 0 0 auto;
}

.home-hero .hero-word-track {
    display: block;
    transition: transform .6s cubic-bezier(.76,0,.24,1);
}

.home-hero .hero-word {
    display: block;
    height: 1.2em;
    line-height: 1.2;
    white-space: nowrap;
    font-style: italic;
    width: max-content;
    padding-right: .055em;
}

.home-hero .hero-install-slot {
    min-height: 178px;
    margin: 37px auto 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.home-hero .hero-band-slot {
    width: min(950px,100%);
    min-height: 140px;
    margin: 17px auto 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.home-hero .hero-shell-command {
    display: flex;
    align-items: center;
    gap: 14px;
    min-width: 0;
    text-align: left;
}

.home-hero .hero-shell-prompt {
    font: 400 19px var(--font-mono);
    color: #7294b9;
}

.home-hero .hero-shell-command code {
    font: 400 18px/1.5 var(--font-mono);
    letter-spacing: -.35px;
    white-space: nowrap;
    color: #f5f0e0;
}

.home-hero .hero-round-copy img {
    filter: brightness(1.5);
    opacity: .85;
}

.home-hero .hero-native-terminal {
    width: 616px;
    max-width: 100%;
    border-radius: 23px;
    background: #0f1620;
    border: 1px solid #9baecf27;
    overflow: hidden;
    box-shadow: 0 18px 40px -25px #080b13a0;
}

.home-hero .hero-window-bar {
    height: 37px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 18px;
    background: #192330;
    border-bottom: 1px solid #8192ae17;
    font-size: 11px;
    color: #788da8;
}

.home-hero .hero-window-dots {
    display: flex;
    gap: 6px;
}

.home-hero .hero-window-dots i {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #ff5f57;
}

.home-hero .hero-window-dots i:nth-child(2) {
    background: #febc2e;
}

.home-hero .hero-window-dots i:nth-child(3) {
    background: #28c840;
}

.home-hero .hero-window-tag {
    font: 10px var(--font-mono);
    color: #647994;
}

.home-hero .hero-window-command {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 17px;
    background: none;
    border: 0;
    width: 100%;
    padding: 24px 23px 15px;
    color: var(--fg);
}

.home-hero .hero-round-copy {
    display: grid;
    place-items: center;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    border: 1px solid #9aa9c323;
    background: #25314466;
    flex: 0 0 auto;
}

.home-hero .hero-window-command:hover .hero-round-copy {
    background: #33445c;
    border-color: #7994b7;
}

.home-hero .hero-window-foot {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 10px;
    color: #4f6682;
    letter-spacing: .1px;
    padding: 0 25px 16px;
}

.home-hero .hero-window-foot>span {
    color: #7191b5;
    font-size: 10px;
}

.home-hero .hero-ecosystem-dock {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.home-hero .hero-primary-platforms {
    display: flex;
    align-items: center;
    gap: 23px;
    color: #c1cde0;
    font-size: 14px;
}

.home-hero .hero-primary-platforms>span {
    display: flex;
    align-items: center;
    gap: 10px;
}

.home-hero .hero-primary-platforms img {
    object-fit: contain;
}

.home-hero .hero-primary-platforms>b {
    font-size: 14px;
    font-weight: 400;
    color: #5d718d;
}

.home-hero .hero-primary-platforms>i {
    width: 1px;
    height: 26px;
    background: #7084a033;
    margin: 0 5px;
}

.home-hero .hero-primary-platforms small {
    font-size: 12px;
    color: #8d9db5;
    margin-left: 4px;
}

.home-hero .hero-provider-row {
    display: flex;
    gap: 24px;
    align-items: center;
    margin-top: 29px;
    padding-top: 22px;
    border-top: 1px solid #7084a022;
}

.home-hero .hero-provider-intro {
    font-size: 11px;
    color: #7486a1;
    white-space: nowrap;
}

.home-hero .hero-provider-row>div {
    display: flex;
    align-items: center;
    gap: 16px;
}

.home-hero .hero-provider-logo {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: transform .18s;
}

.home-hero .hero-provider-logo img {
    width: 24px;
    height: 24px;
    object-fit: contain;
}

.home-hero .hero-provider-logo:hover {
    transform: translateY(-3px);
}

.home-hero .hero-copy-toast {
    position: fixed;
    left: 50%;
    bottom: 25px;
    translate: -50% 0;
    z-index: 20;
    color: #e6f0ff;
    background: #132238f0;
    border: 1px solid #95bfff38;
    border-radius: 100px;
    padding: 12px 20px;
    font-size: 13px;
    opacity: 0;
    transition: opacity .2s;
    pointer-events: none;
    max-width: 95vw;
    white-space: nowrap;
}

@media(max-width:950px) {
    .home-hero .hero-provider-row>div {
        gap: 12px;
    }

    .home-hero {
        padding-top: 53px;
    }

    .home-hero .hero-title {
        font-size: clamp(36px,6vw,65px);
    }
}

@media(max-width:680px) {
    .home-hero {
        padding: 52px 20px 34px;
    }

    .home-hero .hero-title {
        font-size: clamp(31px,7.7vw,50px);
        letter-spacing: -.04em;
    }

    .home-hero .hero-rotating-line {
        font-size: .9em;
        margin-top: .16em;
    }

    .home-hero .hero-install-slot {
        margin-top: 21px;
        min-height: 166px;
    }

    .home-hero .hero-shell-command {
        gap: 8px;
    }

    .home-hero .hero-shell-command code {
        font-size: clamp(11px,2.9vw,14px);
        letter-spacing: -.4px;
    }

    .home-hero .hero-shell-prompt {
        font-size: 14px;
    }

    .home-hero .hero-window-command {
        padding: 20px 16px 14px;
        gap: 8px;
    }

    .home-hero .hero-window-bar {
        padding: 0 15px;
    }

    .home-hero .hero-window-foot {
        padding: 0 16px 13px;
    }

    .home-hero .hero-band-slot {
        margin-top: 10px;
        min-height: 190px;
    }

    .home-hero .hero-primary-platforms {
        gap: 13px;
        font-size: 12px;
        flex-wrap: wrap;
        justify-content: center;
    }

    .home-hero .hero-primary-platforms>span {
        gap: 7px;
    }

    .home-hero .hero-primary-platforms img {
        width: 27px;
        height: 27px;
    }

    .home-hero .hero-primary-platforms i {
        margin: 0;
        height: 22px;
    }

    .home-hero .hero-primary-platforms small {
        display: none;
    }

    .home-hero .hero-provider-row {
        flex-direction: column;
        gap: 13px;
        margin-top: 23px;
        padding-top: 20px;
        width: 100%;
    }

    .home-hero .hero-provider-row>div {
        flex-wrap: wrap;
        justify-content: center;
        gap: 14px;
    }

    .home-hero .hero-provider-logo img {
        width: 23px;
        height: 23px;
    }
}

.home-hero {
    min-height: 0;
    display: block;
    line-height: normal;
}

.home-hero .hero-title {
    animation: none;
}

.home-hero .hero-native-terminal {
    cursor: pointer;
}

.home-hero button:focus-visible {
    outline: 2px solid #8cc1ff;
    outline-offset: 5px;
}

@media (prefers-reduced-motion: reduce) {
    .home-hero .hero-word-window,
    .home-hero .hero-word-track {
        transition: none;
    }
}
