.home-orbit-page {
    background:
        radial-gradient(circle at 18% 0%, rgba(10, 186, 181, 0.08), transparent 18%),
        radial-gradient(circle at 100% 10%, rgba(110, 162, 255, 0.08), transparent 14%),
        linear-gradient(180deg, #050913 0%, #07101c 24%, #081626 42%, #eef3f8 42%, #f7fafc 100%);
}

.home-orbit-page .site-header {
    background: rgba(5, 10, 19, 0.78);
    border-bottom-color: rgba(128, 170, 255, 0.16);
    box-shadow: 0 16px 40px rgba(2, 6, 14, 0.24);
}

.home-orbit-page .site-header.is-scrolled {
    background: rgba(5, 10, 19, 0.9);
    border-bottom-color: rgba(135, 180, 255, 0.28);
    box-shadow: 0 24px 60px rgba(2, 6, 14, 0.36);
}

.home-orbit-page .site-header.is-scrolled .header-inner {
    padding-top: 10px;
    padding-bottom: 10px;
}

.home-orbit-page .brand-mark-image {
    box-shadow: 0 16px 40px rgba(12, 18, 32, 0.38);
}

.home-orbit-page .primary-nav a,
.home-orbit-page .language-switcher,
.home-orbit-page .brand small {
    color: rgba(235, 245, 255, 0.78);
}

.home-orbit-page .primary-nav a.active,
.home-orbit-page .primary-nav a:hover,
.home-orbit-page .brand-wordmark-main {
    color: #f4fbff;
}

.home-orbit-page .primary-nav a {
    color: rgba(235, 245, 255, 0.72);
}

.home-orbit-page .primary-nav a.active {
    text-shadow: 0 0 18px rgba(118, 160, 255, 0.22);
}

.home-orbit-page .brand-wordmark-accent {
    color: #ff8fa0;
}

.home-orbit-page .language-pills {
    background: rgba(255, 255, 255, 0.05);
    border-color: rgba(128, 170, 255, 0.14);
}

.home-orbit-page .language-pills button {
    color: rgba(235, 245, 255, 0.68);
}

.home-orbit-page .language-pills button.active {
    background: rgba(255, 255, 255, 0.12);
    color: #f4fbff;
    box-shadow: none;
}

.home-orbit-page .mobile-nav summary {
    border-color: rgba(128, 170, 255, 0.18);
    background: rgba(10, 18, 33, 0.72);
    color: #f4fbff;
}

.home-orbit-page .mobile-nav-panel {
    border-color: rgba(128, 170, 255, 0.16);
    background: rgba(7, 15, 28, 0.92);
    box-shadow: 0 28px 70px rgba(0, 0, 0, 0.34);
}

.home-orbit-page .mobile-only a {
    color: rgba(235, 245, 255, 0.78);
}

.home-orbit-page .mobile-only a.active {
    background: rgba(118, 160, 255, 0.12);
    color: #f4fbff;
}

.home-orbit-page .mobile-language-switcher {
    color: rgba(235, 245, 255, 0.72);
}

.home-orbit-page .button-primary {
    background: linear-gradient(135deg, #11d8c4, #1186d8);
    box-shadow: 0 18px 50px rgba(17, 134, 216, 0.3);
}

.home-orbit-page .button-secondary {
    border-color: rgba(15, 23, 42, 0.12);
    background: rgba(255, 255, 255, 0.92);
    color: #0f172a;
}

.orbit-home-hero .button-secondary {
    border-color: rgba(128, 170, 255, 0.18);
    background: rgba(255, 255, 255, 0.06);
    color: #f4fbff;
}

.home-orbit-page .site-footer {
    background: #050913;
    border-top-color: rgba(128, 170, 255, 0.14);
}

.home-orbit-page .site-footer p,
.home-orbit-page .footer-note,
.home-orbit-page .footer-cta {
    color: rgba(235, 245, 255, 0.72);
}

.orbit-home {
    --orbit-scroll-shift: 0px;
    --orbit-scroll-glow: 0;
    color: #0f172a;
    position: relative;
}

.orbit-home::before {
    content: "";
    position: fixed;
    inset: 0;
    background:
        radial-gradient(circle at 18% 10%, rgba(16, 216, 196, calc(0.08 + var(--orbit-scroll-glow))), transparent 24%),
        radial-gradient(circle at 78% 12%, rgba(118, 160, 255, calc(0.08 + var(--orbit-scroll-glow))), transparent 18%),
        linear-gradient(180deg, rgba(6, 12, 22, 0.18), transparent 44%);
    opacity: 0.9;
    pointer-events: none;
    z-index: 0;
}

.orbit-home-hero {
    position: relative;
    padding: 52px 0 72px;
    color: #eaf8ff;
    overflow: clip;
}

.orbit-home-hero::before {
    content: "";
    position: absolute;
    inset: -6% 0 0;
    background:
        radial-gradient(circle at 58% 18%, rgba(16, 216, 196, 0.12), transparent 16%),
        radial-gradient(circle at 78% 8%, rgba(118, 160, 255, 0.1), transparent 12%);
    transform: translateY(calc(var(--orbit-scroll-shift) * -0.18));
    pointer-events: none;
}

.orbit-home-hero::after {
    content: "";
    position: absolute;
    inset: auto 0 -80px;
    height: 180px;
    background: linear-gradient(180deg, rgba(7, 15, 28, 0), rgba(7, 15, 28, 0.46));
    pointer-events: none;
}

.orbit-home-hero-grid,
.orbit-home-hero-panels,
.orbit-home-command-strip,
.orbit-problem-layout,
.orbit-flow-layout,
.orbit-service-grid,
.orbit-strength-grid-home,
.orbit-demo-grid-home {
    display: grid;
    gap: 24px;
}

.orbit-home-hero-grid {
    grid-template-columns: minmax(0, 1.02fr) minmax(380px, 0.98fr);
    gap: 44px;
    align-items: center;
}

.orbit-home-copy {
    position: relative;
    z-index: 1;
    transform: translate3d(0, calc(var(--depth-shift, 0px) * -0.12), 0);
}

.orbit-home-overlines {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 20px;
}

.orbit-home-overlines span {
    display: inline-flex;
    align-items: center;
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(141, 232, 226, 0.08);
    border: 1px solid rgba(141, 232, 226, 0.16);
    color: #9bece6;
    font-size: 0.82rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.orbit-home-copy h1 {
    max-width: 7ch;
    margin: 0 0 18px;
    color: #f4fbff;
    font-size: clamp(3.7rem, 7vw, 7rem);
    line-height: 0.92;
    letter-spacing: -0.07em;
    text-shadow: 0 12px 40px rgba(0, 0, 0, 0.22);
}

.orbit-home-copy .hero-description {
    max-width: 60ch;
    color: rgba(234, 248, 255, 0.76);
    font-size: 1.08rem;
}

.orbit-home-signals {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 28px;
}

.orbit-home-signals span {
    display: inline-flex;
    align-items: center;
    padding: 10px 14px;
    border-radius: 999px;
    color: #dffcff;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(125, 216, 255, 0.16);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
    font-size: 0.86rem;
}

.orbit-home-proofline {
    margin-top: 18px;
    color: rgba(235, 245, 255, 0.62);
    letter-spacing: 0.04em;
    text-transform: uppercase;
    font-size: 0.8rem;
}

.orbit-home-stage {
    position: relative;
    min-height: 660px;
    transform: translate3d(0, calc(var(--depth-shift, 0px) * -0.08), 0);
}

.orbit-home-aura {
    position: absolute;
    inset: 0;
    border-radius: 40px;
    background:
        radial-gradient(circle at center, rgba(19, 220, 203, 0.16), transparent 24%),
        radial-gradient(circle at center, rgba(91, 160, 255, 0.18), transparent 52%),
        linear-gradient(160deg, rgba(9, 18, 32, 0.82), rgba(9, 22, 36, 0.34));
    overflow: hidden;
    transform: translate3d(0, calc(var(--orbit-scroll-shift) * -0.08), 0);
}

.orbit-home-aura::after {
    content: "";
    position: absolute;
    inset: -18%;
    background: conic-gradient(from 0deg, transparent, rgba(16, 216, 196, 0.14), transparent 34%, transparent 52%, rgba(118, 160, 255, 0.14), transparent 74%);
    animation: orbit-sweep 10s linear infinite;
    opacity: 0.8;
}

.orbit-home-gridlines {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(rgba(117, 150, 255, 0.06) 1px, transparent 1px),
        linear-gradient(90deg, rgba(117, 150, 255, 0.06) 1px, transparent 1px);
    background-size: 38px 38px;
    mask-image: radial-gradient(circle at center, black 56%, transparent 94%);
    animation: orbit-grid-drift 16s linear infinite;
}

.orbit-home-ring,
.orbit-home-core,
.orbit-home-chip {
    position: absolute;
}

.orbit-home-ring {
    left: 50%;
    top: 50%;
    border-radius: 999px;
    transform: translate(-50%, -50%);
    border: 1px solid rgba(134, 188, 255, 0.22);
    box-shadow: 0 0 60px rgba(51, 138, 255, 0.12);
}

.orbit-home-ring-one {
    width: 320px;
    height: 320px;
    animation: orbit-rotate-reverse 12s linear infinite;
}

.orbit-home-ring-two {
    width: 470px;
    height: 470px;
    border-style: dashed;
    opacity: 0.55;
    animation: orbit-rotate 10s linear infinite;
}

.orbit-home-ring-three {
    width: 620px;
    height: 620px;
    border-color: rgba(16, 216, 196, 0.12);
    opacity: 0.42;
    animation: orbit-breathe 5.2s ease-in-out infinite;
}

.orbit-home-core {
    left: 50%;
    top: 50%;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    background:
        radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.6), transparent 18%),
        radial-gradient(circle at center, rgba(40, 214, 194, 0.5), rgba(14, 53, 97, 0.3) 58%, rgba(2, 7, 21, 0.96) 100%);
    box-shadow:
        0 0 0 18px rgba(17, 38, 68, 0.22),
        0 0 80px rgba(18, 202, 196, 0.28);
    animation: orbit-pulse 4.8s ease-in-out infinite;
}

.orbit-home-chip {
    padding: 12px 16px;
    border-radius: 999px;
    background: rgba(12, 22, 40, 0.82);
    border: 1px solid rgba(126, 168, 255, 0.22);
    color: #f4fbff;
    font-size: 0.8rem;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    box-shadow: 0 18px 42px rgba(0, 0, 0, 0.22);
    animation: orbit-float 4.8s ease-in-out infinite;
    z-index: 1;
}

.orbit-home-chip-a {
    top: 11%;
    left: 7%;
}

.orbit-home-chip-b {
    top: 15%;
    right: 6%;
    animation-delay: -1.8s;
}

.orbit-home-chip-c {
    left: 7%;
    bottom: 8%;
    animation-delay: -3.2s;
}

.orbit-home-console,
.orbit-home-panel,
.orbit-command-card,
.orbit-problem-card,
.orbit-service-card,
.orbit-strength-card,
.orbit-demo-card-home,
.orbit-pricing-preview,
.orbit-cta-panel {
    border-radius: 28px;
    overflow: hidden;
}

.orbit-home-console {
    position: absolute;
    left: 50%;
    bottom: 104px;
    width: min(390px, 100%);
    z-index: 2;
    padding: 24px;
    background: rgba(11, 21, 38, 0.54);
    border: 1px solid rgba(148, 190, 255, 0.18);
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.24);
    backdrop-filter: blur(20px) saturate(135%);
    transform: translateX(-50%);
}

.orbit-home-console-head {
    margin-bottom: 18px;
}

.orbit-home-console-head span,
.orbit-home-panel small,
.orbit-command-card span,
.orbit-strength-card small,
.orbit-card-index {
    display: block;
    margin-bottom: 8px;
    color: #84d8d2;
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.orbit-home-console-head strong {
    color: #f4fbff;
    font-size: 1.1rem;
}

.orbit-home-console-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 12px;
}

.orbit-home-console-list li {
    position: relative;
    padding-left: 18px;
    color: rgba(234, 248, 255, 0.78);
}

.orbit-home-console-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.75em;
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: #0abab5;
}

.orbit-home-console-foot {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin-top: 18px;
}

.orbit-home-console-foot div {
    padding: 16px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.06);
}

.orbit-home-console-foot small {
    display: block;
    margin-bottom: 8px;
    color: #84d8d2;
    font-size: 0.72rem;
}

.orbit-home-console-foot strong {
    color: #f4fbff;
}

.orbit-home-hero-panels {
    grid-template-columns: 1.25fr 0.92fr 0.83fr;
    margin-top: 18px;
}

.orbit-home-panel {
    padding: 24px;
    background: rgba(10, 18, 33, 0.72);
    border: 1px solid rgba(120, 162, 255, 0.14);
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.18);
    backdrop-filter: blur(14px);
    transform: translate3d(0, calc(var(--depth-shift, 0px) * -0.05), 0);
}

.orbit-home-panel strong {
    display: block;
    margin-bottom: 12px;
    font-size: 1.2rem;
    line-height: 1.2;
    color: #f4fbff;
}

.orbit-home-panel p,
.orbit-home-panel li {
    color: rgba(234, 248, 255, 0.86);
}

.orbit-home-panel-points,
.orbit-home-panel-list ul {
    margin: 0;
    padding-left: 18px;
    display: grid;
    gap: 10px;
    margin-top: 16px;
}

.orbit-home-panel-points li::marker {
    color: #84d8d2;
}

.orbit-home-panel-proof strong,
.orbit-home-panel-quote strong {
    color: #f4fbff;
}

.orbit-proof-grid {
    display: grid;
    gap: 14px;
    margin-top: 18px;
}

.orbit-proof-grid div {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 12px;
    align-items: center;
    padding: 14px 16px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(120, 162, 255, 0.12);
}

.orbit-proof-grid span {
    display: inline-grid;
    place-items: center;
    width: 34px;
    height: 34px;
    border-radius: 999px;
    background: rgba(141, 232, 226, 0.12);
    color: #9bece6;
    font-size: 0.75rem;
    letter-spacing: 0.08em;
}

.orbit-proof-grid p {
    color: rgba(234, 248, 255, 0.88);
}

.orbit-home-panel-quote p {
    margin: 0;
    font-size: 1.18rem;
    line-height: 1.12;
    color: #f4fbff;
    margin-bottom: 18px;
}

.orbit-home-command-strip {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 36px;
}

.orbit-command-card {
    padding: 24px;
    background: rgba(10, 18, 33, 0.5);
    border: 1px solid rgba(120, 162, 255, 0.12);
    box-shadow: 0 18px 48px rgba(0, 0, 0, 0.16);
    backdrop-filter: blur(12px);
    position: relative;
    transform: translate3d(0, calc(var(--depth-shift, 0px) * -0.04), 0);
}

.orbit-command-card::before {
    content: "";
    position: absolute;
    top: 32px;
    right: -12px;
    width: 24px;
    height: 1px;
    background: linear-gradient(90deg, rgba(141, 232, 226, 0.4), rgba(141, 232, 226, 0));
}

.orbit-command-card:last-child::before {
    display: none;
}

.orbit-command-card strong {
    display: block;
    margin-bottom: 12px;
    color: #f4fbff;
    font-size: 1.08rem;
    line-height: 1.35;
}

.orbit-command-card p {
    color: rgba(234, 248, 255, 0.9);
}

.orbit-home-panel-quote p,
.orbit-home-console-list li,
.orbit-home-console-foot strong,
.orbit-home-copy .hero-description,
.orbit-home-proofline {
    text-shadow: 0 2px 14px rgba(0, 0, 0, 0.22);
}

.orbit-home-section {
    position: relative;
    padding: 94px 0;
    z-index: 1;
}

.orbit-story-stage {
    position: relative;
}

.orbit-section-surface {
    padding: 40px;
    border-radius: 36px;
    border: 1px solid rgba(175, 193, 217, 0.36);
    box-shadow: 0 28px 80px rgba(10, 22, 42, 0.08);
}

.orbit-section-intro,
.orbit-home-heading {
    margin-bottom: 28px;
}

.orbit-section-intro p,
.orbit-home-heading p {
    max-width: 56ch;
    color: #435165;
}

.section-kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(10, 186, 181, 0.12);
    color: #087d79;
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.03em;
    text-transform: uppercase;
}

.orbit-home-heading h2,
.orbit-section-intro h2 {
    max-width: 14ch;
    margin-top: 14px;
}

.orbit-home-problems {
    margin-top: 10px;
    color: #f4fbff;
}

.orbit-problem-surface {
    background:
        radial-gradient(circle at top left, rgba(10, 186, 181, 0.16), transparent 22%),
        radial-gradient(circle at 88% 12%, rgba(118, 160, 255, 0.14), transparent 18%),
        linear-gradient(180deg, rgba(9, 18, 33, 0.98), rgba(8, 19, 36, 0.96));
    border-color: rgba(120, 162, 255, 0.14);
    box-shadow: 0 30px 84px rgba(3, 8, 18, 0.34);
}

.orbit-problem-layout {
    grid-template-columns: minmax(280px, 0.88fr) minmax(0, 1.12fr);
    gap: 44px;
    align-items: start;
}

.orbit-problem-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 56px;
    padding: 18px;
}

.orbit-problem-card {
    min-height: 226px;
    padding: 38px;
    margin: 10px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.04)),
        rgba(10, 18, 33, 0.78);
    border: 1px solid rgba(120, 162, 255, 0.18);
    box-shadow: 0 26px 64px rgba(3, 8, 18, 0.24);
    backdrop-filter: blur(14px);
}

.orbit-problem-index {
    display: block;
    margin-bottom: 24px;
    color: #8fe9e3;
    font-weight: 700;
}

.orbit-problem-card p,
.orbit-service-card p,
.orbit-service-card li,
.orbit-demo-body p,
.orbit-pricing-preview p,
.orbit-flow-list strong,
.orbit-demo-card-home h3 {
    color: #223146;
}

.orbit-home-problems .orbit-section-intro h2,
.orbit-home-problems .orbit-section-intro p {
    color: #f4fbff;
}

.orbit-home-problems .orbit-section-intro p {
    color: rgba(234, 248, 255, 0.82);
}

.orbit-home-problems .section-kicker {
    background: rgba(141, 232, 226, 0.08);
    color: #9bece6;
}

.orbit-home-problems .orbit-problem-card p {
    color: rgba(234, 248, 255, 0.9);
}

.orbit-home-services {
    margin-top: 0;
    padding-top: 94px;
    background: #f7fafc;
}

.orbit-service-surface {
    padding: 0;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    background: transparent;
}

.orbit-service-grid {
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 30px;
}

.orbit-service-card,
.orbit-strength-card,
.orbit-demo-card-home,
.orbit-pricing-preview,
.orbit-cta-panel {
    background: rgba(255, 255, 255, 0.82);
    border: 1px solid rgba(175, 193, 217, 0.35);
    box-shadow: 0 28px 70px rgba(10, 22, 42, 0.08);
    backdrop-filter: blur(14px);
}

.orbit-service-card {
    grid-column: span 4;
    min-height: 340px;
    padding: 34px;
    border-radius: 30px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 1), rgba(249, 252, 255, 0.98));
    border: 1px solid rgba(186, 202, 226, 0.58);
    box-shadow: 0 24px 64px rgba(10, 22, 42, 0.08);
}

.orbit-service-card.featured {
    grid-column: span 8;
    background:
        radial-gradient(circle at top right, rgba(17, 134, 216, 0.14), transparent 22%),
        linear-gradient(180deg, rgba(10, 186, 181, 0.14), rgba(255, 255, 255, 0.98)),
        #ffffff;
    border-color: rgba(10, 186, 181, 0.34);
    box-shadow: 0 28px 74px rgba(10, 22, 42, 0.1);
}

.orbit-service-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 18px;
}

.orbit-service-badge {
    display: inline-flex;
    align-items: center;
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(17, 134, 216, 0.08);
    color: #0b4f78;
    font-size: 0.76rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.orbit-service-card h3 {
    margin-bottom: 12px;
    font-size: 1.4rem;
    color: #132236;
}

.orbit-service-card ul,
.orbit-price-list {
    list-style: none;
    padding: 0;
    margin: 18px 0 0;
    display: grid;
    gap: 12px;
}

.orbit-service-card li,
.orbit-price-list li {
    position: relative;
    padding-left: 18px;
    color: #425466;
}

.orbit-service-card li::before,
.orbit-price-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.75em;
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: #0abab5;
}

.orbit-home-strengths {
    background:
        linear-gradient(180deg, #f7fafc 0%, #f7fafc 10%, rgba(8, 17, 31, 0.96) 10%, rgba(8, 17, 31, 0.96) 100%);
    color: #f4fbff;
}

.orbit-strength-stage,
.orbit-demo-stage,
.orbit-flow-stage {
    padding: 28px 0;
}

.orbit-home-strengths .section-kicker {
    background: rgba(141, 232, 226, 0.08);
    color: #9bece6;
}

.orbit-home-strengths h2,
.orbit-home-strengths p {
    color: #f4fbff;
}

.orbit-home-strengths .orbit-strength-card small {
    color: #9bece6;
}

.orbit-strength-grid-home {
    grid-template-columns: repeat(5, minmax(0, 1fr));
}

.orbit-strength-card {
    padding: 26px;
    background: rgba(255, 255, 255, 0.04);
    border-color: rgba(120, 162, 255, 0.12);
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.14);
}

.orbit-strength-card h3 {
    margin-bottom: 10px;
    color: #f4fbff;
}

.orbit-strength-card p {
    color: rgba(234, 248, 255, 0.8);
}

.orbit-home-demos {
    background:
        radial-gradient(circle at top right, rgba(17, 134, 216, 0.08), transparent 14%),
        linear-gradient(180deg, #08111d 0%, #eef3f8 0.5%, #f7fafc 100%);
}

.orbit-demo-grid-home {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.orbit-demo-card-home {
    min-height: 380px;
    display: grid;
    grid-template-rows: 148px 1fr;
}

.orbit-demo-visual {
    position: relative;
    display: grid;
    align-items: end;
    padding: 18px;
    background:
        radial-gradient(circle at 72% 24%, rgba(255, 255, 255, 0.18), transparent 16%),
        linear-gradient(135deg, #071421, #0d2642 48%, #129ad2 100%);
}

.orbit-demo-visual::after {
    content: "";
    position: absolute;
    inset: 16px;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.orbit-demo-visual span {
    position: relative;
    z-index: 1;
    color: rgba(244, 251, 255, 0.8);
    font-size: 0.76rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.orbit-demo-body {
    padding: 24px;
}

.orbit-demo-card-home .badge {
    background: rgba(12, 22, 40, 0.08);
    border-color: rgba(120, 162, 255, 0.18);
    color: #0b355b;
}

.orbit-demo-card-home h3 {
    margin-top: 14px;
}

.orbit-demo-body p {
    color: #4a5b70;
}

.orbit-text-link {
    color: #0d5f8d;
    font-weight: 600;
}

.orbit-flow-layout {
    grid-template-columns: minmax(0, 1.06fr) minmax(340px, 0.94fr);
    align-items: start;
}

.orbit-flow-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 14px;
}

.orbit-flow-list li {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 18px 20px;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.82);
    border: 1px solid rgba(175, 193, 217, 0.35);
    box-shadow: 0 18px 50px rgba(10, 22, 42, 0.06);
}

.orbit-flow-list span {
    display: inline-grid;
    place-items: center;
    width: 38px;
    height: 38px;
    border-radius: 999px;
    background: rgba(10, 186, 181, 0.12);
    color: #087d79;
    font-weight: 700;
}

.orbit-pricing-preview {
    padding: 28px;
}

.orbit-pricing-preview p {
    margin-top: 18px;
}

.orbit-pricing-preview .button {
    margin-top: 22px;
}

.orbit-home-cta {
    padding-bottom: 110px;
}

.orbit-cta-panel {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 34px;
    background:
        radial-gradient(circle at top right, rgba(17, 134, 216, 0.12), transparent 22%),
        linear-gradient(135deg, rgba(10, 186, 181, 0.14), rgba(255, 255, 255, 0.9)),
        rgba(255, 255, 255, 0.82);
}

.orbit-cta-panel p {
    color: #425466;
}

.orbit-service-card,
.orbit-strength-card,
.orbit-demo-card-home,
.orbit-pricing-preview,
.orbit-problem-card,
.orbit-cta-panel {
    transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.orbit-service-card:hover,
.orbit-strength-card:hover,
.orbit-demo-card-home:hover,
.orbit-problem-card:hover,
.orbit-pricing-preview:hover {
    transform: translateY(-4px);
    border-color: rgba(10, 186, 181, 0.28);
    box-shadow: 0 30px 76px rgba(10, 22, 42, 0.12);
}

.reveal-on-scroll.reveal-initial {
    opacity: 0;
    transform: translateY(32px) scale(0.985);
    filter: blur(6px);
    transition:
        opacity 680ms cubic-bezier(0.2, 0.8, 0.2, 1),
        transform 680ms cubic-bezier(0.2, 0.8, 0.2, 1),
        filter 680ms cubic-bezier(0.2, 0.8, 0.2, 1);
    transition-delay: var(--reveal-delay, 0ms);
    will-change: transform, opacity, filter;
}

.reveal-on-scroll.reveal-initial.is-visible {
    opacity: 1;
    transform: translate3d(0, calc(var(--depth-shift, 0px) * -0.03), 0);
    filter: none;
}

@keyframes orbit-pulse {
    0%,
    100% {
        transform: translate(-50%, -50%) scale(1);
        box-shadow:
            0 0 0 18px rgba(17, 38, 68, 0.22),
            0 0 80px rgba(18, 202, 196, 0.28);
    }

    50% {
        transform: translate(-50%, -50%) scale(1.045);
        box-shadow:
            0 0 0 26px rgba(17, 38, 68, 0.14),
            0 0 110px rgba(18, 202, 196, 0.34);
    }
}

@keyframes orbit-rotate {
    from {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    to {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

@keyframes orbit-rotate-reverse {
    from {
        transform: translate(-50%, -50%) rotate(360deg);
    }

    to {
        transform: translate(-50%, -50%) rotate(0deg);
    }
}

@keyframes orbit-grid-drift {
    from {
        transform: translate3d(0, 0, 0);
    }

    50% {
        transform: translate3d(10px, -12px, 0);
    }

    to {
        transform: translate3d(0, 0, 0);
    }
}

@keyframes orbit-sweep {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@keyframes orbit-breathe {
    0%,
    100% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0.42;
    }

    50% {
        transform: translate(-50%, -50%) scale(1.03);
        opacity: 0.62;
    }
}

@keyframes orbit-float {
    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }
}

@media (max-width: 1180px) {
    .orbit-story-section {
        min-height: auto;
    }

    .orbit-story-stage {
        position: relative;
        top: auto;
    }

    .orbit-home-hero-grid,
    .orbit-problem-layout,
    .orbit-flow-layout {
        grid-template-columns: 1fr;
    }

    .orbit-home-hero-panels,
    .orbit-home-command-strip {
        grid-template-columns: 1fr;
    }

    .orbit-command-card::before {
        display: none;
    }

    .orbit-service-card,
    .orbit-service-card.featured {
        grid-column: span 6;
    }

    .orbit-strength-grid-home {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (min-width: 1181px) {
    .orbit-story-section {
        min-height: 112svh;
        display: flex;
        align-items: center;
    }

    .orbit-story-stage {
        position: sticky;
        top: 112px;
    }
}

@media (max-width: 920px) {
    .orbit-problem-grid,
    .orbit-service-grid,
    .orbit-demo-grid-home,
    .orbit-strength-grid-home {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .orbit-service-card,
    .orbit-service-card.featured {
        grid-column: span 6;
    }

    .orbit-home-console-foot {
        grid-template-columns: 1fr;
    }

    .orbit-cta-panel {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 640px) {
    .orbit-home-hero {
        padding: 56px 0 40px;
    }

    .orbit-home::before {
        position: absolute;
    }

    .orbit-home-copy h1 {
        max-width: 9ch;
        font-size: clamp(3.1rem, 15vw, 4.8rem);
    }

    .orbit-home-stage {
        min-height: 420px;
    }

    .orbit-home-aura {
        position: absolute;
        inset: 0;
        min-height: 0;
    }

    .orbit-home-console {
        left: 50%;
        right: auto;
        bottom: 16px;
        width: calc(100% - 24px);
        padding: 18px;
        margin-top: 0;
        transform: translateX(-50%);
        border-radius: 24px;
        background: rgba(8, 17, 31, 0.44);
        backdrop-filter: blur(20px) saturate(140%);
    }

    .orbit-home-panel,
    .orbit-command-card,
    .orbit-home-copy,
    .orbit-home-stage {
        transform: none;
    }

    .orbit-home-ring-one {
        width: 230px;
        height: 230px;
    }

    .orbit-home-ring-two {
        width: 320px;
        height: 320px;
    }

    .orbit-home-ring-three {
        width: 400px;
        height: 400px;
    }

    .orbit-home-core {
        width: 118px;
        height: 118px;
    }

    .orbit-home-chip {
        font-size: 0.72rem;
        padding: 10px 12px;
    }

    .orbit-home-chip-a {
        top: 8%;
        left: 6%;
    }

    .orbit-home-chip-b {
        top: 10%;
        right: 6%;
    }

    .orbit-home-chip-c {
        left: 8%;
        bottom: 28%;
    }

    .orbit-home-console-head strong {
        font-size: 1rem;
    }

    .orbit-home-console-list {
        gap: 10px;
    }

    .orbit-home-console-list li {
        font-size: 0.92rem;
        padding-left: 16px;
    }

    .orbit-home-console-foot {
        gap: 10px;
        margin-top: 14px;
    }

    .orbit-home-console-foot div {
        padding: 12px 14px;
    }

    .orbit-problem-grid,
    .orbit-service-grid,
    .orbit-strength-grid-home,
    .orbit-demo-grid-home {
        grid-template-columns: 1fr;
    }

    .orbit-service-card,
    .orbit-service-card.featured {
        grid-column: auto;
    }

    .orbit-home-section {
        padding: 72px 0;
    }

    .orbit-section-surface {
        padding: 26px;
    }

    .orbit-home-strengths {
        margin-top: 0;
        background: #08111d;
    }

    .orbit-demo-card-home {
        min-height: auto;
    }
}

@media (prefers-reduced-motion: reduce) {
    .orbit-home-ring-one,
    .orbit-home-ring-two,
    .orbit-home-ring-three,
    .orbit-home-core,
    .orbit-home-chip,
    .orbit-home-gridlines,
    .orbit-home-aura::after {
        animation: none !important;
    }

    .reveal-on-scroll.reveal-initial,
    .reveal-on-scroll.reveal-initial.is-visible {
        opacity: 1;
        transform: none;
        filter: none;
        transition: none;
    }
}
