/*
 * Transportal home orbit V3
 * Isolated production implementation of the approved 2026 hero preview.
 */

html[data-theme] body.home {
    --home-orbit-ink: #151922;
    --home-orbit-muted: #687489;
    --home-orbit-line: #d9e1ec;
    --home-orbit-line-strong: #c9d5e4;
    --home-orbit-blue: #0872df;
    --home-orbit-blue-dark: #0558b2;
    --home-orbit-teal: #168f88;
    --home-orbit-surface: #ffffff;
    --home-orbit-ease: cubic-bezier(.22, .78, .22, 1);
}

html[data-theme] body.home .home-premium-hero {
    width: 100% !important;
    max-width: none !important;
    min-height: 770px !important;
    margin: 0 !important;
    padding-bottom: 0 !important;
    overflow: hidden !important;
    border-bottom: 1px solid var(--home-orbit-line) !important;
    background: linear-gradient(112deg, rgba(234, 230, 248, .78) 0%, rgba(246, 241, 244, .76) 36%, rgba(238, 245, 251, .84) 67%, rgba(219, 233, 250, .9) 100%) !important;
}

html[data-theme] body.home .home-premium-hero > .home-premium-shell {
    display: grid !important;
    width: min(1400px, calc(100% - 80px)) !important;
    max-width: none !important;
    min-height: 698px !important;
    margin: 0 auto !important;
    grid-template-columns: minmax(420px, .88fr) minmax(620px, 1.12fr) !important;
    gap: 30px !important;
    align-items: center !important;
}

html[data-theme] body.home .home-premium-copy {
    width: 100% !important;
    max-width: 570px !important;
    padding-block: 50px !important;
    text-align: left !important;
}

html[data-theme] body.home .home-premium-eyebrow {
    display: inline-flex !important;
    width: auto !important;
    min-height: 36px !important;
    margin: 0 0 14px !important;
    padding: 0 14px !important;
    align-items: center !important;
    border: 1px solid rgba(8, 114, 223, .28) !important;
    border-radius: 999px !important;
    background: rgba(255, 255, 255, .66) !important;
    color: #0867c5 !important;
    font-size: 12px !important;
    font-weight: 750 !important;
    line-height: 1 !important;
    letter-spacing: 0 !important;
}

html[data-theme] body.home .home-premium-mark {
    display: flex !important;
    width: fit-content !important;
    margin: 0 0 22px !important;
    padding: 0 !important;
    align-items: center !important;
    gap: 12px !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    -webkit-backdrop-filter: none !important;
    backdrop-filter: none !important;
    color: #303744 !important;
    font-size: 15px !important;
    font-weight: 650 !important;
    line-height: 1.3 !important;
}

html[data-theme] body.home .home-premium-mark img {
    width: 58px !important;
    height: 58px !important;
    object-fit: contain !important;
}

html[data-theme] body.home .home-premium-copy h1 {
    width: 100% !important;
    max-width: 570px !important;
    margin: 0 !important;
    color: var(--home-orbit-ink) !important;
    font-size: 64px !important;
    font-weight: 760 !important;
    line-height: 1.08 !important;
    letter-spacing: 0 !important;
    word-break: keep-all !important;
    text-shadow: none !important;
}

html[data-theme] body.home .home-premium-copy h1 .text-gradient {
    background: none !important;
    color: var(--home-orbit-blue) !important;
    -webkit-background-clip: border-box !important;
    background-clip: border-box !important;
    -webkit-text-fill-color: currentColor !important;
}

html[data-theme] body.home .home-premium-copy > p {
    width: 100% !important;
    max-width: 550px !important;
    margin: 28px 0 0 !important;
    color: #566277 !important;
    font-size: 17px !important;
    font-weight: 430 !important;
    line-height: 1.78 !important;
    letter-spacing: 0 !important;
    word-break: keep-all !important;
}

html[data-theme] body.home .home-premium-actions {
    display: flex !important;
    width: auto !important;
    max-width: none !important;
    margin: 30px 0 0 !important;
    flex-direction: row !important;
    gap: 10px !important;
}

html[data-theme] body.home .home-premium-actions :is(.btn-primary, .btn-outline) {
    display: inline-flex !important;
    width: auto !important;
    min-width: 0 !important;
    min-height: 56px !important;
    padding: 0 24px !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 10px !important;
    border-radius: 7px !important;
    font-size: 16px !important;
    font-weight: 680 !important;
    letter-spacing: 0 !important;
    box-shadow: none !important;
    transition: transform 160ms ease, border-color 160ms ease, background 160ms ease !important;
}

html[data-theme] body.home .home-premium-actions .btn-primary {
    border-color: var(--home-orbit-blue) !important;
    background: var(--home-orbit-blue) !important;
    color: #fff !important;
    box-shadow: 0 12px 24px rgba(28, 80, 137, .16) !important;
}

html[data-theme] body.home .home-premium-actions .btn-primary:hover {
    background: var(--home-orbit-blue-dark) !important;
}

html[data-theme] body.home .home-premium-actions .btn-outline {
    border-color: var(--home-orbit-line-strong) !important;
    background: rgba(255, 255, 255, .78) !important;
    color: var(--home-orbit-ink) !important;
}

html[data-theme] body.home .home-premium-actions :is(.btn-primary, .btn-outline):active {
    transform: translateY(1px) !important;
}

html[data-theme] body.home .home-hero-facts {
    display: flex !important;
    width: auto !important;
    max-width: none !important;
    margin: 28px 0 0 !important;
    align-items: center !important;
    color: var(--home-orbit-muted) !important;
}

html[data-theme] body.home .home-hero-facts > span,
html[data-theme] body.home .home-hero-facts > span:first-child {
    display: inline-flex !important;
    min-width: 142px !important;
    padding: 0 20px 0 0 !important;
    align-items: baseline !important;
    flex-direction: row !important;
    gap: 8px !important;
    border: 0 !important;
    text-align: left !important;
}

html[data-theme] body.home .home-hero-facts > span + span {
    padding-left: 20px !important;
    border-left: 1px solid #c3cfdd !important;
}

html[data-theme] body.home .home-hero-facts strong {
    color: var(--home-orbit-ink) !important;
    font-size: 18px !important;
    font-weight: 750 !important;
    line-height: 1.2 !important;
}

html[data-theme] body.home .home-hero-facts small {
    color: #6b778a !important;
    font-size: 13px !important;
    font-weight: 400 !important;
    line-height: 1.35 !important;
}

html[data-theme] body.home .home-orbit-lab {
    position: relative !important;
    isolation: isolate !important;
    width: min(720px, 100%) !important;
    max-width: 720px !important;
    min-height: 0 !important;
    height: 680px !important;
    margin: 0 !important;
    padding: 0 !important;
    justify-self: center !important;
    overflow: visible !important;
    outline: none !important;
    transform: none !important;
}

html[data-theme] body.home .home-orbit-guide {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 555px;
    height: 555px;
    border: 1px solid rgba(63, 121, 180, .14);
    border-radius: 50%;
    transform: translate(-50%, -50%);
}

html[data-theme] body.home .home-orbit-guide::before,
html[data-theme] body.home .home-orbit-guide::after {
    content: "";
    position: absolute;
    border: 1px solid rgba(63, 121, 180, .09);
    border-radius: 50%;
}

html[data-theme] body.home .home-orbit-guide::before { inset: 58px; }
html[data-theme] body.home .home-orbit-guide::after { inset: 122px; }

html[data-theme] body.home .home-orbit-focus {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 5;
    width: 310px;
    height: 420px;
    perspective: 1500px;
    transform: translate(-50%, -50%);
}

html[data-theme] body.home .home-orbit-focus__flipper {
    position: relative;
    width: 100%;
    height: 100%;
    transform: rotateY(0deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    transition: none;
}

html[data-theme] body.home .home-orbit-lab.is-card-flipping .home-orbit-focus__flipper {
    transition: transform 760ms cubic-bezier(.2, .72, .2, 1);
    will-change: transform;
}

html[data-theme] body.home .home-orbit-focus.is-flipped .home-orbit-focus__flipper {
    transform: rotateY(180deg);
}

html[data-theme] body.home .home-orbit-focus__face {
    position: absolute;
    inset: 0;
    display: grid;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 22px;
    overflow: hidden;
    grid-template-rows: auto 1fr auto;
    border: 1px solid rgba(66, 130, 194, .34);
    border-radius: 12px;
    background: rgba(255, 255, 255, .98);
    box-shadow: 0 28px 55px rgba(36, 68, 106, .14), 0 3px 12px rgba(36, 68, 106, .08);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

html[data-theme] body.home .home-orbit-focus__face--front {
    transform: rotateY(0deg) translateZ(.1px);
}

html[data-theme] body.home .home-orbit-focus__face--back {
    transform: rotateY(180deg) translateZ(.1px);
}

html[data-theme] body.home .home-orbit-focus__face::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    height: 3px;
    background: linear-gradient(90deg, #0872df, #4cb8d8 56%, #168f88);
}

html[data-theme] body.home .home-orbit-focus.is-flipping .home-orbit-focus__face {
    box-shadow: 0 34px 68px rgba(36, 68, 106, .18), 0 5px 16px rgba(36, 68, 106, .1);
}

html[data-theme] body.home .home-orbit-focus__meta,
html[data-theme] body.home .home-orbit-focus__foot {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #718096;
    font-size: 10px;
    font-weight: 700;
    line-height: 1.3;
}

html[data-theme] body.home .home-orbit-focus__meta {
    padding: 4px 2px 14px;
    border-bottom: 1px solid #e5eaf1;
}

html[data-theme] body.home .home-orbit-focus__foot {
    padding: 14px 2px 2px;
    border-top: 1px solid #e5eaf1;
}

html[data-theme] body.home .home-orbit-focus__status {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #24706c;
}

html[data-theme] body.home .home-orbit-focus__status i {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #2aa79e;
    box-shadow: 0 0 0 4px rgba(42, 167, 158, .11);
}

html[data-theme] body.home .home-orbit-focus__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    transform: translateZ(1px);
}

html[data-theme] body.home .home-orbit-focus__icon {
    display: grid;
    width: 176px;
    height: 82px;
    margin-bottom: 26px;
    place-items: center;
    border: 1px solid #b9ddf5;
    border-radius: 999px;
    background: #f6fbff;
    color: var(--home-orbit-blue);
}

html[data-theme] body.home .home-orbit-focus__icon svg {
    width: 44px;
    height: 44px;
    stroke-width: 1.7;
}

html[data-theme] body.home .home-orbit-focus__content > p {
    margin: 0 0 9px !important;
    color: var(--home-orbit-blue) !important;
    font-size: 11px !important;
    font-weight: 780 !important;
    line-height: 1.25 !important;
}

html[data-theme] body.home .home-orbit-focus__content h2 {
    margin: 0 !important;
    color: var(--home-orbit-ink) !important;
    font-size: 27px !important;
    font-weight: 730 !important;
    line-height: 1.18 !important;
    letter-spacing: 0 !important;
}

html[data-theme] body.home .home-orbit-focus__content > span {
    max-width: 230px;
    margin-top: 14px;
    color: var(--home-orbit-muted);
    font-size: 15px;
    font-weight: 400;
    line-height: 1.55;
}

html[data-theme] body.home .home-orbit-satellite {
    --x: 0px;
    --y: 0px;
    --depth: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: var(--depth);
    width: 142px;
    height: 176px;
    margin: -88px 0 0 -71px;
    opacity: .92;
    transform: translate3d(var(--x), var(--y), 0);
    transition: none;
}

html[data-theme] body.home .home-orbit-lab.is-orbit-moving .home-orbit-satellite {
    transition: transform 880ms var(--home-orbit-ease), opacity 240ms ease-out;
    will-change: transform;
}

html[data-theme] body.home .home-orbit-satellite__float,
html[data-theme] body.home .home-orbit-satellite__flipper {
    position: relative;
    width: 100%;
    height: 100%;
}

html[data-theme] body.home .home-orbit-satellite__float {
    animation: home-orbit-satellite-float 4.6s ease-in-out infinite;
}

html[data-theme] body.home .home-orbit-satellite__flipper {
    transform: rotateY(0deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    transition: none;
}

html[data-theme] body.home .home-orbit-satellite.is-flipped .home-orbit-satellite__flipper {
    transform: rotateY(180deg);
}

html[data-theme] body.home .home-orbit-lab.is-card-flipping .home-orbit-satellite.is-exchanging .home-orbit-satellite__flipper {
    transition: transform 760ms cubic-bezier(.2, .72, .2, 1);
    will-change: transform;
}

html[data-theme] body.home .home-orbit-satellite__surface {
    position: absolute;
    inset: 0;
    display: grid;
    width: 100%;
    height: 100%;
    padding: 16px;
    grid-template-rows: auto 1fr auto;
    border: 1px solid rgba(72, 105, 141, .18);
    border-radius: 9px;
    background: rgba(255, 255, 255, .93);
    box-shadow: 0 14px 30px rgba(47, 71, 101, .09);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

html[data-theme] body.home .home-orbit-satellite__surface--front {
    transform: rotateY(0deg) translateZ(.1px);
}

html[data-theme] body.home .home-orbit-satellite__surface--back {
    transform: rotateY(180deg) translateZ(.1px);
}

html[data-theme] body.home .home-orbit-satellite.is-exchange-ready .home-orbit-satellite__surface {
    border-color: rgba(8, 114, 223, .34);
    box-shadow: 0 18px 38px rgba(36, 68, 106, .14), 0 0 0 3px rgba(8, 114, 223, .05);
}

html[data-theme] body.home .home-orbit-satellite:nth-child(2) .home-orbit-satellite__float { animation-delay: -1.6s; }
html[data-theme] body.home .home-orbit-satellite:nth-child(3) .home-orbit-satellite__float { animation-delay: -2.8s; }
html[data-theme] body.home .home-orbit-satellite:nth-child(4) .home-orbit-satellite__float { animation-delay: -.7s; }
html[data-theme] body.home .home-orbit-satellite:nth-child(5) .home-orbit-satellite__float { animation-delay: -3.4s; }
html[data-theme] body.home .home-orbit-satellite:nth-child(6) .home-orbit-satellite__float { animation-delay: -2.1s; }

html[data-theme] body.home .home-orbit-lab.is-orbit-moving .home-orbit-satellite__float,
html[data-theme] body.home .home-orbit-lab.is-card-flipping .home-orbit-satellite__float {
    animation-play-state: paused;
}

@keyframes home-orbit-satellite-float {
    0%, 100% { transform: translateY(3px); }
    50% { transform: translateY(-5px); }
}

html[data-theme] body.home .home-orbit-satellite__icon {
    display: grid;
    width: 34px;
    height: 34px;
    place-items: center;
    border: 1px solid #d8e7f5;
    border-radius: 50%;
    background: #f7fbff;
    color: var(--home-orbit-blue);
}

html[data-theme] body.home .home-orbit-satellite__icon svg {
    width: 17px;
    height: 17px;
    stroke-width: 1.8;
}

html[data-theme] body.home .home-orbit-satellite__surface strong {
    align-self: end;
    color: var(--home-orbit-ink);
    font-size: 13px;
    font-weight: 690;
    line-height: 1.25;
}

html[data-theme] body.home .home-orbit-satellite__surface > span {
    margin-top: 7px;
    color: #748094;
    font-size: 10px;
    font-weight: 400;
    line-height: 1.35;
}

html[data-theme] body.home .home-orbit-satellite.slot-0 { --x: -225px; --y: -190px; --depth: 3; }
html[data-theme] body.home .home-orbit-satellite.slot-1 { --x: 225px; --y: -190px; --depth: 3; }
html[data-theme] body.home .home-orbit-satellite.slot-2 { --x: -282px; --y: 8px; --depth: 2; opacity: .78; }
html[data-theme] body.home .home-orbit-satellite.slot-3 { --x: 282px; --y: 8px; --depth: 2; opacity: .78; }
html[data-theme] body.home .home-orbit-satellite.slot-4 { --x: -225px; --y: 190px; --depth: 1; opacity: .66; }
html[data-theme] body.home .home-orbit-satellite.slot-5 { --x: 225px; --y: 190px; --depth: 1; opacity: .66; }

html[data-theme] body.home .home-orbit-control {
    position: absolute;
    bottom: 44px;
    left: 50%;
    z-index: 9;
    display: grid;
    width: 50px;
    height: 50px;
    padding: 0;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, .68);
    border-radius: 50%;
    background: rgba(255, 255, 255, .54);
    color: var(--home-orbit-blue);
    box-shadow: 0 10px 24px rgba(41, 74, 111, .12), inset 0 1px 0 rgba(255, 255, 255, .96);
    cursor: pointer;
    transform: translateX(-50%);
    transition: transform 170ms ease, background 170ms ease, box-shadow 170ms ease;
}

html[data-theme] body.home .home-orbit-control::before {
    content: "";
    position: absolute;
    inset: 5px;
    border: 1px solid rgba(255, 255, 255, .58);
    border-radius: 48% 52% 50% 50% / 54% 47% 53% 46%;
}

html[data-theme] body.home .home-orbit-control:hover {
    background: rgba(255, 255, 255, .76);
    box-shadow: 0 13px 28px rgba(41, 74, 111, .16), inset 0 1px 0 #fff;
    transform: translate(-50%, -2px);
}

html[data-theme] body.home .home-orbit-control:active { transform: translate(-50%, 0) scale(.96); }
html[data-theme] body.home .home-orbit-control:focus-visible { outline: 3px solid rgba(8, 114, 223, .26); outline-offset: 4px; }

html[data-theme] body.home .home-orbit-control svg {
    position: relative;
    z-index: 1;
    width: 18px;
    height: 18px;
    fill: currentColor;
    stroke-width: 2;
}

html[data-theme] body.home .home-orbit-lab.is-paused .home-orbit-satellite__float { animation-play-state: paused; }

html[data-theme] body.home .home-orbit-sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

html[data-theme] body.home .home-trust-band {
    min-height: 0 !important;
    border-top: 1px solid var(--home-orbit-line) !important;
    border-bottom: 1px solid var(--home-orbit-line) !important;
    background: rgba(255, 255, 255, .88) !important;
}

html[data-theme] body.home .home-trust-inner {
    display: grid !important;
    width: min(1400px, calc(100% - 80px)) !important;
    max-width: none !important;
    margin: 0 auto !important;
    grid-template-columns: 2.35fr repeat(4, 1fr) !important;
}

html[data-theme] body.home .home-trust-inner > div {
    display: flex !important;
    min-height: 108px !important;
    padding: 20px 30px !important;
    align-items: center !important;
    gap: 12px !important;
    border-left: 1px solid var(--home-orbit-line) !important;
    border-right: 0 !important;
    color: #5f6a7b !important;
    font-size: 14px !important;
    font-weight: 400 !important;
}

html[data-theme] body.home .home-trust-inner > div:last-child {
    border-right: 1px solid var(--home-orbit-line) !important;
}

html[data-theme] body.home .home-trust-inner svg {
    width: 22px !important;
    height: 22px !important;
    color: var(--home-orbit-teal) !important;
    stroke-width: 1.8 !important;
}

html[data-theme] body.home .home-trust-lead {
    flex-direction: column !important;
    align-items: flex-start !important;
    justify-content: center !important;
}

html[data-theme] body.home .home-trust-lead > span {
    color: var(--home-orbit-blue) !important;
    font-size: 11px !important;
    font-weight: 780 !important;
    line-height: 1.25 !important;
}

html[data-theme] body.home .home-trust-lead > strong {
    max-width: none !important;
    margin: 0 !important;
    color: var(--home-orbit-ink) !important;
    font-size: 16px !important;
    font-weight: 650 !important;
    line-height: 1.4 !important;
}

body.page-template-enpage-home-php .home-premium-copy h1 {
    max-width: 640px !important;
    font-size: 48px !important;
}

body.page-template-enpage-home-php .home-premium-copy {
    max-width: 640px !important;
}

html[data-theme="dark"] body.home .home-premium-hero {
    background: linear-gradient(112deg, #171c28 0%, #1b202c 45%, #172334 100%) !important;
}

html[data-theme="dark"] body.home .home-premium-eyebrow,
html[data-theme="dark"] body.home .home-orbit-focus__face,
html[data-theme="dark"] body.home .home-orbit-satellite__surface,
html[data-theme="dark"] body.home .home-trust-band {
    border-color: rgba(255, 255, 255, .14) !important;
    background: rgba(24, 31, 43, .94) !important;
}

html[data-theme="dark"] body.home :is(
    .home-premium-copy h1,
    .home-premium-mark,
    .home-orbit-focus__content h2,
    .home-orbit-satellite__surface strong,
    .home-trust-lead > strong,
    .home-hero-facts strong
) {
    color: #f5f7fb !important;
}

html[data-theme="dark"] body.home :is(
    .home-premium-copy > p,
    .home-orbit-focus__content > span,
    .home-orbit-satellite__surface > span,
    .home-trust-inner > div,
    .home-hero-facts small
) {
    color: #adb9ca !important;
}

@media (max-width: 1180px) {
    html[data-theme] body.home .home-premium-hero > .home-premium-shell {
        width: min(760px, calc(100% - 48px)) !important;
        min-height: auto !important;
        padding-top: 46px !important;
        grid-template-columns: 1fr !important;
    }

    html[data-theme] body.home .home-premium-copy {
        max-width: 650px !important;
        padding: 20px 0 0 !important;
    }

    html[data-theme] body.home .home-orbit-lab { margin-top: -20px !important; }
    html[data-theme] body.home .home-trust-inner { width: 100% !important; }
}

@media (max-width: 760px) {
    html[data-theme] body.home .home-premium-hero {
        min-height: 0 !important;
    }

    html[data-theme] body.home .home-premium-hero > .home-premium-shell {
        width: calc(100% - 32px) !important;
        max-width: calc(100% - 32px) !important;
        min-height: 0 !important;
        padding-top: 28px !important;
    }

    html[data-theme] body.home .home-premium-copy {
        max-width: 100% !important;
        padding-top: 0 !important;
        align-items: flex-start !important;
        text-align: left !important;
    }

    html[data-theme] body.home .home-premium-eyebrow { font-size: 11px !important; }
    html[data-theme] body.home .home-premium-mark { margin-bottom: 18px !important; }
    html[data-theme] body.home .home-premium-mark img { width: 48px !important; height: 48px !important; }

    html[data-theme] body.home .home-premium-copy h1,
    body.page-template-enpage-home-php .home-premium-copy h1 {
        max-width: 12ch !important;
        margin: 0 !important;
        font-size: 43px !important;
        line-height: 1.12 !important;
        text-align: left !important;
    }

    body.page-template-enpage-home-php .home-premium-copy h1 { font-size: 34px !important; }

    html[data-theme] body.home .home-premium-copy > p {
        max-width: 100% !important;
        margin: 22px 0 0 !important;
        font-size: 15px !important;
        line-height: 1.72 !important;
        text-align: left !important;
    }

    html[data-theme] body.home .home-premium-actions {
        display: grid !important;
        width: 100% !important;
        max-width: none !important;
        grid-template-columns: 1fr 1fr !important;
    }

    html[data-theme] body.home .home-premium-actions :is(.btn-primary, .btn-outline) {
        width: 100% !important;
        min-height: 52px !important;
        padding: 0 14px !important;
        font-size: 15px !important;
    }

    html[data-theme] body.home .home-hero-facts {
        display: flex !important;
        width: 100% !important;
        max-width: none !important;
        justify-content: space-between !important;
    }

    html[data-theme] body.home .home-hero-facts > span,
    html[data-theme] body.home .home-hero-facts > span:first-child {
        min-width: 0 !important;
        padding: 0 12px 0 0 !important;
        flex-direction: row !important;
        gap: 5px !important;
    }

    html[data-theme] body.home .home-hero-facts > span + span {
        padding-left: 12px !important;
        border-left: 1px solid #c3cfdd !important;
    }

    html[data-theme] body.home .home-hero-facts strong { font-size: 15px !important; }
    html[data-theme] body.home .home-hero-facts small { font-size: 11px !important; }

    html[data-theme] body.home .home-orbit-lab {
        width: 100vw !important;
        max-width: 100vw !important;
        height: 520px !important;
        margin: 10px 0 0 calc(50% - 50vw) !important;
    }

    html[data-theme] body.home .home-orbit-guide { width: 368px; height: 368px; }
    html[data-theme] body.home .home-orbit-guide::before { inset: 42px; }
    html[data-theme] body.home .home-orbit-guide::after { inset: 90px; }

    html[data-theme] body.home .home-orbit-focus {
        width: 224px;
        height: 318px;
    }

    html[data-theme] body.home .home-orbit-focus__face { padding: 16px; border-radius: 10px; }

    html[data-theme] body.home :is(.home-orbit-focus__meta, .home-orbit-focus__foot) { font-size: 8px; }
    html[data-theme] body.home .home-orbit-focus__meta { padding-bottom: 10px; }
    html[data-theme] body.home .home-orbit-focus__foot { padding-top: 10px; }
    html[data-theme] body.home .home-orbit-focus__icon { width: 138px; height: 62px; margin-bottom: 18px; }
    html[data-theme] body.home .home-orbit-focus__icon svg { width: 34px; height: 34px; }
    html[data-theme] body.home .home-orbit-focus__content > p { font-size: 9px !important; }
    html[data-theme] body.home .home-orbit-focus__content h2 { max-width: 180px; font-size: 20px !important; }
    html[data-theme] body.home .home-orbit-focus__content > span { max-width: 180px; margin-top: 10px; font-size: 12px; line-height: 1.45; }

    html[data-theme] body.home .home-orbit-satellite {
        width: 94px;
        height: 126px;
        margin: -63px 0 0 -47px;
    }

    html[data-theme] body.home .home-orbit-satellite__surface { padding: 10px; border-radius: 7px; }
    html[data-theme] body.home .home-orbit-satellite__icon { width: 26px; height: 26px; }
    html[data-theme] body.home .home-orbit-satellite__icon svg { width: 14px; height: 14px; }
    html[data-theme] body.home .home-orbit-satellite__surface strong { font-size: 10px; }
    html[data-theme] body.home .home-orbit-satellite__surface > span { display: none; }
    html[data-theme] body.home .home-orbit-satellite.slot-0 { --x: -130px; --y: -145px; }
    html[data-theme] body.home .home-orbit-satellite.slot-1 { --x: 130px; --y: -145px; }
    html[data-theme] body.home .home-orbit-satellite.slot-2 { --x: -148px; --y: 0px; }
    html[data-theme] body.home .home-orbit-satellite.slot-3 { --x: 148px; --y: 0px; }
    html[data-theme] body.home .home-orbit-satellite.slot-4 { --x: -126px; --y: 145px; }
    html[data-theme] body.home .home-orbit-satellite.slot-5 { --x: 126px; --y: 145px; }
    html[data-theme] body.home .home-orbit-control { bottom: 18px; width: 46px; height: 46px; }

    html[data-theme] body.home .home-trust-inner { grid-template-columns: 1fr 1fr !important; }
    html[data-theme] body.home .home-trust-inner > div { min-height: 84px !important; padding: 16px 18px !important; }
    html[data-theme] body.home .home-trust-inner > div:nth-child(even) { border-left: 0 !important; }
    html[data-theme] body.home .home-trust-inner > div:nth-child(2),
    html[data-theme] body.home .home-trust-inner > div:nth-child(3) {
        border-bottom: 1px solid var(--home-orbit-line) !important;
    }
    html[data-theme] body.home .home-trust-inner > div:last-child { border-right: 0 !important; }
    html[data-theme] body.home .home-trust-lead {
        min-height: 96px !important;
        grid-column: 1 / -1;
        border-left: 0 !important;
        border-bottom: 1px solid var(--home-orbit-line) !important;
    }
}

@media (max-width: 390px) {
    html[data-theme] body.home .home-premium-copy h1 { font-size: 38px !important; }
    html[data-theme] body.home .home-premium-actions { grid-template-columns: 1fr !important; }
    html[data-theme] body.home .home-hero-facts > span { flex-direction: column !important; gap: 2px !important; }
    html[data-theme] body.home .home-orbit-lab { height: 500px !important; }
    html[data-theme] body.home .home-orbit-satellite.slot-0 { --x: -118px; --y: -142px; }
    html[data-theme] body.home .home-orbit-satellite.slot-1 { --x: 118px; --y: -142px; }
    html[data-theme] body.home .home-orbit-satellite.slot-2 { --x: -135px; --y: 0px; }
    html[data-theme] body.home .home-orbit-satellite.slot-3 { --x: 135px; --y: 0px; }
    html[data-theme] body.home .home-orbit-satellite.slot-4 { --x: -116px; --y: 142px; }
    html[data-theme] body.home .home-orbit-satellite.slot-5 { --x: 116px; --y: 142px; }
}

@media (prefers-reduced-motion: reduce) {
    html[data-theme] body.home .home-orbit-lab *,
    html[data-theme] body.home .home-orbit-lab *::before,
    html[data-theme] body.home .home-orbit-lab *::after {
        animation-duration: .001ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: .001ms !important;
    }

    html[data-theme] body.home .home-orbit-control { display: none !important; }
}

/*
 * Physical card deck
 * Seven persistent card elements exchange slots directly. Each card keeps the
 * same content canvas while position and scale change together.
 */
html[data-theme] body.home .home-orbit-lab.is-physical-deck-ready > :is([data-focus-card], [data-satellites]) {
    display: none !important;
}

html[data-theme] body.home .home-orbit-deck {
    position: absolute;
    inset: 0;
    z-index: 4;
    overflow: visible;
    pointer-events: none;
}

html[data-theme] body.home .home-orbit-card {
    --x: 0px;
    --y: 0px;
    --orbit-content-scale: .424;
    position: absolute;
    top: calc(50% + var(--y));
    left: calc(50% + var(--x));
    z-index: 2;
    width: 142px;
    height: 178px;
    margin: -89px 0 0 -71px;
    opacity: .92;
    perspective: 1500px;
    transition: opacity 220ms ease-out;
}

html[data-theme] body.home .home-orbit-card.is-center {
    --x: 0px;
    --y: 0px;
    --orbit-content-scale: 1;
    z-index: 8;
    width: 310px;
    height: 420px;
    margin: -210px 0 0 -155px;
    opacity: 1;
}

html[data-theme] body.home .home-orbit-lab.is-deck-moving .home-orbit-card {
    transition:
        top 920ms cubic-bezier(.2, .78, .2, 1),
        left 920ms cubic-bezier(.2, .78, .2, 1),
        width 920ms cubic-bezier(.2, .78, .2, 1),
        height 920ms cubic-bezier(.2, .78, .2, 1),
        margin 920ms cubic-bezier(.2, .78, .2, 1),
        opacity 220ms ease-out;
    will-change: top, left, width, height, margin;
}

html[data-theme] body.home .home-orbit-card.slot-0 { --x: -225px; --y: -190px; z-index: 5; }
html[data-theme] body.home .home-orbit-card.slot-1 { --x: 225px; --y: -190px; z-index: 5; }
html[data-theme] body.home .home-orbit-card.slot-2 { --x: -282px; --y: 8px; z-index: 4; opacity: .78; }
html[data-theme] body.home .home-orbit-card.slot-3 { --x: 282px; --y: 8px; z-index: 4; opacity: .78; }
html[data-theme] body.home .home-orbit-card.slot-4 { --x: -225px; --y: 190px; z-index: 3; opacity: .66; }
html[data-theme] body.home .home-orbit-card.slot-5 { --x: 225px; --y: 190px; z-index: 3; opacity: .66; }

html[data-theme] body.home :is(
    .home-orbit-card__motion,
    .home-orbit-card__float,
    .home-orbit-card__flipper
) {
    position: relative;
    width: 100%;
    height: 100%;
}

html[data-theme] body.home .home-orbit-card__motion {
    transform: translate3d(0, 0, 0);
}

html[data-theme] body.home .home-orbit-card:not(.is-center) .home-orbit-card__float {
    animation: home-orbit-physical-float 4.8s ease-in-out infinite;
}

html[data-theme] body.home .home-orbit-card:nth-child(2) .home-orbit-card__float { animation-delay: -1.6s; }
html[data-theme] body.home .home-orbit-card:nth-child(3) .home-orbit-card__float { animation-delay: -2.9s; }
html[data-theme] body.home .home-orbit-card:nth-child(4) .home-orbit-card__float { animation-delay: -.7s; }
html[data-theme] body.home .home-orbit-card:nth-child(5) .home-orbit-card__float { animation-delay: -3.5s; }
html[data-theme] body.home .home-orbit-card:nth-child(6) .home-orbit-card__float { animation-delay: -2.2s; }
html[data-theme] body.home .home-orbit-card:nth-child(7) .home-orbit-card__float { animation-delay: -4.1s; }

html[data-theme] body.home .home-orbit-lab:is(.is-deck-moving, .is-card-flipping) .home-orbit-card__float,
html[data-theme] body.home .home-orbit-lab.is-paused .home-orbit-card__float {
    animation-play-state: paused;
}

@keyframes home-orbit-physical-float {
    0%, 100% { transform: translate3d(0, 3px, 0); }
    50% { transform: translate3d(0, -5px, 0); }
}

html[data-theme] body.home .home-orbit-card__flipper {
    transform: rotateY(0deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

html[data-theme] body.home .home-orbit-card.is-flipping .home-orbit-card__flipper {
    will-change: transform;
}

html[data-theme] body.home .home-orbit-card__face {
    position: absolute;
    inset: 0;
    overflow: hidden;
    border: 1px solid rgba(105, 132, 162, .2);
    border-radius: 8px;
    background: rgba(255, 255, 255, .79);
    box-shadow: 0 16px 36px rgba(36, 68, 106, .1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

html[data-theme] body.home .home-orbit-card__face::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 2;
    height: 3px;
    background: linear-gradient(90deg, #0872df 0%, #34a7dd 48%, #38b6a6 100%);
    opacity: 0;
    transform: scaleX(.72);
    transform-origin: center;
    transition: opacity 220ms ease-out, transform 360ms cubic-bezier(.2, .78, .2, 1);
}

html[data-theme] body.home .home-orbit-card.is-active-capability .home-orbit-card__face::before {
    opacity: 1;
    transform: scaleX(1);
}

html[data-theme] body.home .home-orbit-lab.is-deck-moving .home-orbit-card__face {
    transition:
        border-color 920ms cubic-bezier(.2, .78, .2, 1),
        border-radius 920ms cubic-bezier(.2, .78, .2, 1),
        background-color 920ms cubic-bezier(.2, .78, .2, 1),
        box-shadow 920ms cubic-bezier(.2, .78, .2, 1);
}

html[data-theme] body.home .home-orbit-card.is-center .home-orbit-card__face {
    border-color: rgba(8, 114, 223, .27);
    border-radius: 12px;
    background: rgba(255, 255, 255, .94);
    box-shadow: 0 28px 68px rgba(36, 68, 106, .17), 0 0 0 4px rgba(255, 255, 255, .42);
}

html[data-theme] body.home .home-orbit-card__face--front {
    visibility: visible;
    opacity: 1;
    transform: translateZ(.1px);
}

html[data-theme] body.home .home-orbit-card__face--back {
    visibility: hidden;
    opacity: 0;
    transform: translateZ(.1px);
}

html[data-theme] body.home .home-orbit-card.is-flipped .home-orbit-card__face--front {
    visibility: hidden;
    opacity: 0;
}

html[data-theme] body.home .home-orbit-card.is-flipped .home-orbit-card__face--back {
    visibility: visible;
    opacity: 1;
}

html[data-theme] body.home :is(.home-orbit-card__full, .home-orbit-card__compact) {
    position: absolute;
}

html[data-theme] body.home .home-orbit-card__full {
    display: flex;
    top: 50%;
    left: 50%;
    width: 310px;
    height: 420px;
    margin: -210px 0 0 -155px;
    padding: 24px;
    box-sizing: border-box;
    flex-direction: column;
    opacity: 1;
    transform: scale(var(--orbit-content-scale));
    transform-origin: center center;
    transition: transform 920ms cubic-bezier(.2, .78, .2, 1);
}

html[data-theme] body.home .home-orbit-card__compact {
    display: none;
}

html[data-theme] body.home .home-orbit-card__meta,
html[data-theme] body.home .home-orbit-card__foot {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #718096;
    font-size: 10px;
    font-weight: 650;
    line-height: 1.25;
    letter-spacing: 0;
}

html[data-theme] body.home .home-orbit-card__meta {
    padding-bottom: 17px;
    border-bottom: 1px solid #e0e7ef;
}

html[data-theme] body.home .home-orbit-card__content {
    display: flex;
    min-height: 0;
    flex: 1;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

html[data-theme] body.home .home-orbit-card__icon {
    display: grid;
    width: 184px;
    height: 82px;
    margin-bottom: 24px;
    place-items: center;
    border: 1px solid #cbe5fb;
    border-radius: 999px;
    background: #f7fbff;
    color: var(--home-orbit-blue);
}

html[data-theme] body.home .home-orbit-card__icon svg {
    width: 42px;
    height: 42px;
    stroke-width: 1.7;
}

html[data-theme] body.home .home-orbit-card__content > p {
    margin: 0;
    color: var(--home-orbit-blue);
    font-size: 10px !important;
    font-weight: 700 !important;
    line-height: 1.25 !important;
    letter-spacing: 0 !important;
}

html[data-theme] body.home .home-orbit-card__content > h2 {
    max-width: 250px;
    margin: 13px 0 0;
    color: var(--home-orbit-ink);
    font-size: 27px !important;
    font-weight: 720 !important;
    line-height: 1.15 !important;
    letter-spacing: 0 !important;
    text-wrap: balance;
}

html[data-theme] body.home .home-orbit-card__content > span {
    display: block;
    max-width: 240px;
    margin-top: 16px;
    color: #66758a;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.55;
    text-wrap: balance;
}

html[data-theme] body.home .home-orbit-card__foot {
    padding-top: 17px;
    border-top: 1px solid #e0e7ef;
}

html[data-theme] body.home .home-orbit-card__status {
    display: inline-flex;
    min-height: 22px;
    padding: 0 8px;
    align-items: center;
    gap: 5px;
    border: 1px solid #d9e2ec;
    border-radius: 999px;
    background: #f6f8fb;
    color: #8a96a8;
    opacity: .72;
    transition: color 180ms ease, border-color 180ms ease, background 180ms ease, opacity 180ms ease;
}

html[data-theme] body.home .home-orbit-card__status > b {
    font: inherit;
    font-weight: 750;
}

html[data-theme] body.home .home-orbit-card__status > i {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #aab4c2;
    box-shadow: none;
}

html[data-theme] body.home .home-orbit-card.is-active-capability .home-orbit-card__status {
    border-color: rgba(72, 184, 171, .28);
    background: rgba(72, 184, 171, .08);
    color: var(--home-orbit-teal);
    opacity: 1;
}

html[data-theme] body.home .home-orbit-card.is-active-capability .home-orbit-card__status > i {
    background: #48b8ab;
    box-shadow: 0 0 0 4px rgba(72, 184, 171, .1);
    animation: home-orbit-live-pulse 1.8s ease-out infinite;
}

html[data-theme] body.home .home-orbit-card__signal {
    max-width: 178px;
    overflow: hidden;
    color: #8390a2;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: color 180ms ease, opacity 180ms ease;
}

html[data-theme] body.home .home-orbit-card.is-active-capability .home-orbit-card__signal {
    color: #536277;
}

@keyframes home-orbit-live-pulse {
    0% { box-shadow: 0 0 0 0 rgba(72, 184, 171, .25); }
    70%, 100% { box-shadow: 0 0 0 6px rgba(72, 184, 171, 0); }
}

html[data-theme] body.home .home-orbit-card__compact-icon {
    display: grid;
    width: 34px;
    height: 34px;
    place-items: center;
    border: 1px solid #d8e7f5;
    border-radius: 50%;
    background: #f7fbff;
    color: var(--home-orbit-blue);
}

html[data-theme] body.home .home-orbit-card__compact-icon svg {
    width: 17px;
    height: 17px;
    stroke-width: 1.8;
}

html[data-theme] body.home .home-orbit-card__compact strong {
    margin-top: auto;
    color: var(--home-orbit-ink);
    font-size: 13px;
    font-weight: 680;
    line-height: 1.25;
}

html[data-theme] body.home .home-orbit-card__compact > span {
    margin-top: 7px;
    color: #748094;
    font-size: 10px;
    font-weight: 400;
    line-height: 1.35;
}

html[data-theme] body.home .home-orbit-card.is-entering-center .home-orbit-card__face {
    border-color: rgba(8, 114, 223, .4);
}

html[data-theme="dark"] body.home .home-orbit-card__face {
    border-color: rgba(255, 255, 255, .14);
    background: rgba(24, 31, 43, .94);
}

html[data-theme="dark"] body.home .home-orbit-card.is-center .home-orbit-card__face {
    border-color: rgba(96, 165, 250, .38);
    background: rgba(24, 31, 43, .98);
    box-shadow: 0 28px 68px rgba(0, 0, 0, .35), 0 0 0 4px rgba(255, 255, 255, .04);
}

html[data-theme="dark"] body.home :is(
    .home-orbit-card__content > h2,
    .home-orbit-card__compact strong
) {
    color: #f5f7fb;
}

html[data-theme="dark"] body.home :is(
    .home-orbit-card__content > span,
    .home-orbit-card__compact > span,
    .home-orbit-card__meta,
    .home-orbit-card__foot
) {
    color: #adb9ca;
}

html[data-theme="dark"] body.home :is(.home-orbit-card__meta, .home-orbit-card__foot) {
    border-color: rgba(255, 255, 255, .12);
}

html[data-theme="dark"] body.home .home-orbit-card__status {
    border-color: rgba(255, 255, 255, .13);
    background: rgba(255, 255, 255, .05);
}

html[data-theme="dark"] body.home .home-orbit-card__signal {
    color: #9caabc;
}

html[data-theme] body.home .home-orbit-lab.is-orbit-offscreen .home-orbit-card__float,
html[data-theme] body.home .home-orbit-lab.is-orbit-offscreen .home-orbit-card__status > i {
    animation-play-state: paused !important;
}

@media (max-width: 734px) {
    html[data-theme] body.home .home-orbit-card {
        --orbit-content-scale: .396;
        width: 94px;
        height: 126px;
        margin: -63px 0 0 -47px;
    }

    html[data-theme] body.home .home-orbit-card.is-center {
        --orbit-content-scale: 1;
        width: 224px;
        height: 318px;
        margin: -159px 0 0 -112px;
    }

    html[data-theme] body.home .home-orbit-card.slot-0 { --x: -130px; --y: -145px; }
    html[data-theme] body.home .home-orbit-card.slot-1 { --x: 130px; --y: -145px; }
    html[data-theme] body.home .home-orbit-card.slot-2 { --x: -148px; --y: 0px; }
    html[data-theme] body.home .home-orbit-card.slot-3 { --x: 148px; --y: 0px; }
    html[data-theme] body.home .home-orbit-card.slot-4 { --x: -126px; --y: 145px; }
    html[data-theme] body.home .home-orbit-card.slot-5 { --x: 126px; --y: 145px; }

    html[data-theme] body.home .home-orbit-card__face { border-radius: 7px; }
    html[data-theme] body.home .home-orbit-card.is-center .home-orbit-card__face { border-radius: 10px; }
    html[data-theme] body.home .home-orbit-card__full {
        width: 224px;
        height: 318px;
        margin: -159px 0 0 -112px;
        padding: 16px;
    }
    html[data-theme] body.home .home-orbit-card__compact { padding: 10px; }
    html[data-theme] body.home :is(.home-orbit-card__meta, .home-orbit-card__foot) { font-size: 8px; }
    html[data-theme] body.home .home-orbit-card__meta { padding-bottom: 10px; }
    html[data-theme] body.home .home-orbit-card__foot { padding-top: 10px; }
    html[data-theme] body.home .home-orbit-card__status { min-height: 18px; padding-inline: 6px; }
    html[data-theme] body.home .home-orbit-card__signal { display: none; }
    html[data-theme] body.home .home-orbit-card__icon { width: 138px; height: 62px; margin-bottom: 18px; }
    html[data-theme] body.home .home-orbit-card__icon svg { width: 34px; height: 34px; }
    html[data-theme] body.home .home-orbit-card__content > p { font-size: 9px !important; }
    html[data-theme] body.home .home-orbit-card__content > h2 { max-width: 180px; font-size: 20px !important; }
    html[data-theme] body.home .home-orbit-card__content > span { max-width: 180px; margin-top: 10px; font-size: 12px; line-height: 1.45; }
    html[data-theme] body.home .home-orbit-card__compact-icon { width: 26px; height: 26px; }
    html[data-theme] body.home .home-orbit-card__compact-icon svg { width: 14px; height: 14px; }
    html[data-theme] body.home .home-orbit-card__compact strong { font-size: 10px; }
    html[data-theme] body.home .home-orbit-card__compact > span { display: none; }
}

@media (max-width: 390px) {
    html[data-theme] body.home .home-orbit-card.slot-0 { --x: -118px; --y: -142px; }
    html[data-theme] body.home .home-orbit-card.slot-1 { --x: 118px; --y: -142px; }
    html[data-theme] body.home .home-orbit-card.slot-2 { --x: -135px; --y: 0px; }
    html[data-theme] body.home .home-orbit-card.slot-3 { --x: 135px; --y: 0px; }
    html[data-theme] body.home .home-orbit-card.slot-4 { --x: -116px; --y: 142px; }
    html[data-theme] body.home .home-orbit-card.slot-5 { --x: 116px; --y: 142px; }
}

@media (prefers-reduced-motion: reduce) {
    html[data-theme] body.home .home-orbit-card,
    html[data-theme] body.home .home-orbit-card__face,
    html[data-theme] body.home .home-orbit-card__motion,
    html[data-theme] body.home .home-orbit-card__flipper,
    html[data-theme] body.home .home-orbit-card__float,
    html[data-theme] body.home .home-orbit-card__status > i,
    html[data-theme] body.home :is(.home-orbit-card__full, .home-orbit-card__compact) {
        animation: none !important;
        transition: none !important;
    }
}
