/* MANJULAB Premium Theme: Darwin + Evolution + Agentic Future */
:root {
    --bg-dark: #070d1b;
    --bg-deep: #0d1830;
    --bg-panel: #101d3a;
    --bg-soft: #f4f8ff;
    --text-dark: #0f172a;
    --text-mid: #334155;
    --text-light: #e5edff;
    --line: #d7e3ff;
    --primary: #4f8cff;
    --primary-strong: #2f6ff4;
    --accent: #35d3a7;
    --accent-2: #8f7bff;
    --warn: #ffce4f;
    --brand-gold: #d8b75b;
    --radius-sm: 10px;
    --radius-md: 14px;
    --radius-lg: 20px;
    --shadow-soft: 0 12px 32px rgba(13, 24, 48, 0.1);
    --shadow-strong: 0 22px 52px rgba(7, 13, 27, 0.18);
    --mj-brand-watermark: url('/images/manjulab_logo.webp');
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html,
body {
    margin: 0;
    padding: 0;
}

body {
    font-family: "Inter", "Segoe UI", Arial, sans-serif;
    color: var(--text-dark);
    line-height: 1.6;
    background:
        radial-gradient(circle at 8% 0%, rgba(79, 140, 255, 0.09), transparent 34%),
        radial-gradient(circle at 92% 4%, rgba(53, 211, 167, 0.08), transparent 32%),
        radial-gradient(circle at 78% 100%, rgba(216, 183, 91, 0.08), transparent 34%),
        linear-gradient(180deg, #f8fbff 0%, #ffffff 62%, #f4f8ff 100%);
    position: relative;
}

body > * {
    position: relative;
    z-index: 1;
}

body:not(.page-home)::before {
    content: "";
    position: fixed;
    inset: 0;
    background-image:
        linear-gradient(rgba(248, 252, 255, 0.93), rgba(248, 252, 255, 0.93)),
        var(--page-bg, url('/images/sections/home.jpg'));
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 0;
    pointer-events: none;
}

/* Subtle MANJULAB logo watermark — brand red thread across all pages */
body::after {
    content: "";
    position: fixed;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    background: var(--mj-brand-watermark) center 40% / min(58vw, 620px) no-repeat;
    opacity: 0.032;
    filter: grayscale(1) contrast(0.78) brightness(1.08);
}

body.page-home::after {
    opacity: 0.03;
    background-position: center 36%;
}

body.page-customers { --page-bg: url('/images/page filler 1.png'); }
body.page-solutions { --page-bg: url('/images/sections/solutions.jpg'); }
body.page-industries { --page-bg: url('/images/sections/industries.jpg'); }
body.page-social-impact { --page-bg: url('/images/sections/social-impact.jpg'); }
body.page-partners { --page-bg: url('/images/sections/partners.jpg'); }
body.page-community { --page-bg: url('/images/sections/community.jpg'); }
body.page-about { --page-bg: url('/images/sections/about.jpg'); }
body.page-contact { --page-bg: url('/images/sections/contact.jpg'); }

h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    letter-spacing: -0.02em;
    color: var(--text-dark);
}

p, li {
    color: var(--text-mid);
}

.section-pad {
    padding: 5rem 0;
}

.section-title {
    font-size: clamp(1.8rem, 2.7vw, 2.5rem);
    margin-bottom: 1rem;
}

.section-subtitle {
    max-width: 760px;
    margin: 0 auto 2rem;
    text-align: center;
}

.btn {
    border-radius: 999px;
    padding: 0.68rem 1.25rem;
    font-weight: 600;
    border: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.btn:hover {
    transform: translateY(-1px);
}

.btn-primary {
    background: linear-gradient(120deg, var(--primary), var(--accent));
    box-shadow: 0 8px 22px rgba(79, 140, 255, 0.26);
}

.btn-primary:hover {
    background: linear-gradient(120deg, #427df2, #25b98e);
    box-shadow: 0 12px 28px rgba(53, 211, 167, 0.28);
}

.btn-outline-light {
    border: 1px solid rgba(255, 255, 255, 0.58);
    color: #fff;
    background: rgba(255, 255, 255, 0.08);
}

.btn-outline-light:hover {
    background: rgba(255, 255, 255, 0.18);
    color: #fff;
}

.btn-outline-primary {
    background: #fff;
    color: var(--primary-strong);
    border: 1px solid #8eb2ff;
}

.btn-outline-primary:hover {
    background: #eef4ff;
    color: #1d52cc;
}

.mj-navbar {
    position: sticky;
    top: 0;
    z-index: 1040;
    backdrop-filter: blur(18px) saturate(145%);
    -webkit-backdrop-filter: blur(18px) saturate(145%);
    background: rgba(6, 12, 24, 0.88) !important;
    border-bottom: 1px solid rgba(216, 183, 91, 0.18);
    box-shadow: 0 14px 40px rgba(7, 13, 27, 0.18);
}

.mj-navbar .container {
    max-width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
}

.mj-navbar .navbar-brand {
    display: inline-flex;
    align-items: center;
    gap: 0.7rem;
}

.mj-navbar .brand-logo {
    height: 20px;
    width: auto;
    object-fit: contain;
    filter: drop-shadow(0 6px 14px rgba(0, 0, 0, 0.45));
}

.top-page-banner {
    display: grid;
    grid-template-columns: minmax(210px, 24%) 1fr minmax(84px, 12%);
    min-height: 118px;
    border-top: 1px solid rgba(216, 183, 91, 0.35);
    border-bottom: 1px solid rgba(79, 140, 255, 0.18);
    background: linear-gradient(90deg, rgba(244, 248, 255, 0.92) 0 24%, rgba(13, 24, 48, 0.92) 24% 100%);
    box-shadow: 0 16px 36px rgba(22, 49, 64, 0.12);
}

.top-page-banner__logo,
.top-page-banner__title,
.top-page-banner__social {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 118px;
}

.top-page-banner__title {
    border-left: 1px solid rgba(216, 183, 91, 0.28);
    border-right: 1px solid rgba(53, 211, 167, 0.42);
    padding: 0 1rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.top-page-banner__title h1 {
    margin: 0;
    color: #f7fbff;
    background: rgba(255, 255, 255, 0.08);
    padding: 0.52rem 1.2rem;
    font-size: clamp(1rem, 1.65vw, 1.7rem);
    letter-spacing: 0.02em;
    text-transform: uppercase;
    border: 1px solid rgba(216, 183, 91, 0.24);
    border-radius: 8px;
}

.top-page-banner__subtitle {
    margin-top: 0.35rem;
    color: #ffffff;
    font-size: 0.92rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    font-weight: 600;
}

body.page-home .top-page-banner__title h1 {
    background: transparent;
    color: #e9f3ff;
    border-radius: 0;
    padding-left: 0;
    padding-right: 0;
}

.banner-logo {
    width: min(200px, 86%);
    max-height: 96px;
    object-fit: contain;
}

.top-page-banner__social {
    flex-direction: column;
    gap: 0.45rem;
}

.top-page-banner__social a {
    width: 30px;
    height: 30px;
    border-radius: 6px;
    border: 1px solid rgba(230, 238, 245, 0.7);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #f3f8fc;
    background: rgba(17, 45, 62, 0.34);
    transition: transform 0.2s ease, background 0.2s ease;
}

.top-page-banner__social a:hover {
    transform: translateY(-1px);
    background: rgba(230, 226, 215, 0.92);
    color: #1c3342;
}

body:not(.page-home) .image-banner {
    display: none;
}

body:not(.page-home) .info-card,
body:not(.page-home) .feature-card,
body:not(.page-home) .client-tile,
body:not(.page-home) .band-dark,
body:not(.page-home) .landing-panel,
body:not(.page-home) .landing-chatbox {
    background: rgba(255, 255, 255, 0.86);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.brand-word {
    color: #fff;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    opacity: 0.82;
}

body:not(.page-home) .landing-static {
    display: none !important;
}

.mj-navbar .nav-link {
    color: #dce8ff !important;
    font-weight: 500;
    opacity: 0.9;
}

.mj-navbar .nav-link:hover,
.mj-navbar .nav-link.active {
    color: #fff !important;
    opacity: 1;
}

.hero-evolution {
    position: relative;
    min-height: 82vh;
    display: flex;
    align-items: center;
    color: #fff;
    overflow: hidden;
}

.hero-evolution::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(112deg, rgba(7, 13, 27, 0.9) 20%, rgba(13, 24, 48, 0.78) 55%, rgba(8, 15, 31, 0.58) 100%);
    z-index: 1;
}

.hero-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.5;
}

.hero-content {
    position: relative;
    z-index: 2;
    max-width: 760px;
}

.eyebrow {
    display: inline-block;
    padding: 0.35rem 0.85rem;
    border-radius: 999px;
    background: rgba(143, 123, 255, 0.2);
    border: 1px solid rgba(191, 178, 255, 0.4);
    color: #d8ccff;
    font-size: 0.84rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 1rem;
}

.hero-title {
    color: #fff;
    font-size: clamp(2.2rem, 5vw, 4.3rem);
    line-height: 1.1;
    margin-bottom: 1rem;
}

.hero-title .gradient-word {
    background: linear-gradient(90deg, #8fb6ff, #35d3a7);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.hero-lead {
    color: #d7e6ff;
    font-size: clamp(1.03rem, 1.8vw, 1.25rem);
    max-width: 690px;
}

.glass-card {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.18);
    backdrop-filter: blur(6px);
    border-radius: var(--radius-md);
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    gap: 0.85rem;
    margin-top: 1.8rem;
}

.stat-chip {
    padding: 0.95rem;
    border-radius: var(--radius-sm);
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.16);
}

.stat-chip h4 {
    color: #fff;
    margin-bottom: 0.2rem;
}

.stat-chip p {
    color: #cfe0ff;
    margin: 0;
    font-size: 0.9rem;
}

.image-banner {
    position: relative;
    overflow: hidden;
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-soft);
    isolation: isolate;
}

.image-banner img {
    width: 100%;
    height: 380px;
    object-fit: cover;
    filter: brightness(1.14) saturate(0.75) blur(0.6px);
}

.image-banner .overlay-copy {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 0.35rem;
    padding: 1.2rem 1.4rem;
    background: linear-gradient(180deg, rgba(7, 13, 27, 0.78) 0%, rgba(7, 13, 27, 0.42) 45%, rgba(7, 13, 27, 0.08) 100%);
    z-index: 2;
}

.overlay-copy h4,
.overlay-copy p {
    color: #fff;
    margin: 0;
}

.overlay-copy p {
    margin-top: 0.35rem;
    color: #d8e8ff;
}

.info-card,
.feature-card {
    height: 100%;
    border: 1px solid rgba(79, 140, 255, 0.16);
    border-radius: var(--radius-md);
    background: rgba(255, 255, 255, 0.9);
    box-shadow: var(--shadow-soft);
}

.info-card .card-body,
.feature-card .card-body {
    padding: 1.5rem;
}

.feature-icon {
    display: inline-flex;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.75rem;
    background: linear-gradient(140deg, #e5efff, #d8fff4);
    color: var(--primary-strong);
}

.band-dark {
    background: linear-gradient(130deg, #071018, #101d3a);
    color: #fff;
    border-top: 1px solid rgba(216, 183, 91, 0.16);
    border-bottom: 1px solid rgba(79, 140, 255, 0.14);
}

.band-dark h2,
.band-dark h3,
.band-dark p,
.band-dark li {
    color: #dce9ff;
}

.timeline-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.timeline-list li {
    position: relative;
    padding-left: 1.3rem;
    margin-bottom: 0.6rem;
}

.timeline-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.55rem;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--accent);
}

.split-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
}

.footer-upgrade {
    background:
        radial-gradient(circle at 10% 0%, rgba(79, 140, 255, 0.16), transparent 34%),
        radial-gradient(circle at 88% 8%, rgba(216, 183, 91, 0.12), transparent 30%),
        #060b17;
    color: #b8c8ea;
    border-top: 1px solid rgba(216, 183, 91, 0.18);
}

.footer-upgrade h5,
.footer-upgrade h6 {
    color: #fff;
}

.footer-upgrade a {
    color: #d1ddf8;
    text-decoration: none;
}

.footer-upgrade a:hover {
    color: #fff;
}

/* Form */
.form-control,
.form-select {
    border-radius: 12px;
    border: 1px solid #cfdbf7;
    padding: 0.72rem 0.9rem;
}

.form-control:focus,
.form-select:focus {
    border-color: #6f95f7;
    box-shadow: 0 0 0 0.2rem rgba(79, 140, 255, 0.2);
}

.muted-note {
    font-size: 0.92rem;
    color: #60729f;
}

/* Landing page */
.landing-static {
    background: #f4f8ff;
    min-height: calc(100vh - 120px);
}

body.page-home .landing-static {
    min-height: 100vh;
    padding-top: 2.5rem;
}

/* Homepage: nav + banner tucked into a left-corner peek drawer */
body.page-home .home-chrome-peek {
    position: fixed;
    top: 1.15rem;
    left: -1.35rem;
    z-index: 1060;
    width: 2.75rem;
    height: 2.75rem;
    padding: 0.35rem;
    border: 1px solid rgba(216, 183, 91, 0.35);
    border-left: none;
    border-radius: 0 12px 12px 0;
    background: rgba(6, 12, 24, 0.94);
    box-shadow: 4px 6px 20px rgba(7, 13, 27, 0.28);
    cursor: pointer;
    opacity: 0.72;
    transition: left 0.28s ease, opacity 0.28s ease, box-shadow 0.28s ease;
    animation: home-chrome-nudge 7s ease-in-out infinite;
}

body.page-home .home-chrome-peek:hover,
body.page-home .home-chrome-peek:focus-visible {
    left: 0;
    opacity: 1;
    outline: none;
    box-shadow: 6px 8px 24px rgba(7, 13, 27, 0.34);
}

body.page-home.home-chrome-open .home-chrome-peek {
    left: min(380px, 90vw);
    opacity: 0;
    pointer-events: none;
    animation: none;
}

body.page-home .home-chrome-peek__icon {
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.35));
}

body.page-home .home-chrome-backdrop {
    position: fixed;
    inset: 0;
    z-index: 1045;
    border: none;
    background: rgba(7, 13, 27, 0.38);
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
}

body.page-home .home-chrome-drawer {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    width: min(380px, 90vw);
    max-height: 100vh;
    overflow-y: auto;
    transform: translateX(-102%);
    transition: transform 0.32s cubic-bezier(0.22, 1, 0.36, 1);
    box-shadow: 10px 0 36px rgba(7, 13, 27, 0.24);
    background: linear-gradient(180deg, rgba(6, 12, 24, 0.98), rgba(13, 24, 48, 0.98));
}

body.page-home.home-chrome-open .home-chrome-drawer {
    transform: translateX(0);
}

body.page-home .home-chrome-drawer__nav {
    position: relative;
    top: auto;
    border-bottom: 1px solid rgba(216, 183, 91, 0.2);
}

body.page-home .home-chrome-drawer__container {
    flex-direction: column;
    align-items: flex-start;
    padding-top: 0.85rem;
    padding-bottom: 0.85rem;
}

body.page-home .home-chrome-drawer__container .navbar-nav {
    width: 100%;
    margin-top: 0.5rem;
}

body.page-home .home-chrome-drawer__container .nav-link {
    padding-left: 0;
}

body.page-home .home-chrome-drawer__banner {
    display: flex;
    flex-direction: column;
    grid-template-columns: unset;
    min-height: auto;
    background: transparent;
    border: none;
    box-shadow: none;
}

body.page-home .home-chrome-drawer__banner .top-page-banner__logo,
body.page-home .home-chrome-drawer__banner .top-page-banner__title,
body.page-home .home-chrome-drawer__banner .top-page-banner__social {
    min-height: auto;
    width: 100%;
    padding: 0.85rem 1rem;
    justify-content: flex-start;
}

body.page-home .home-chrome-drawer__banner .top-page-banner__title {
    border-left: none;
    border-right: none;
    border-top: 1px solid rgba(216, 183, 91, 0.2);
    border-bottom: 1px solid rgba(53, 211, 167, 0.25);
}

body.page-home .home-chrome-drawer__banner .top-page-banner__social {
    flex-direction: row;
    gap: 0.55rem;
    padding-bottom: 1.1rem;
}

body.page-home .home-chrome-drawer__banner .banner-logo {
    width: min(160px, 70%);
    max-height: 72px;
}

@keyframes home-chrome-nudge {
    0%, 72%, 100% {
        left: -1.35rem;
        opacity: 0.72;
    }
    78%, 84% {
        left: -0.55rem;
        opacity: 0.9;
    }
}

@media (max-width: 992px) {
    body.page-home.home-chrome-open .home-chrome-peek {
        left: min(340px, 90vw);
    }

    body.page-home .home-chrome-drawer {
        width: min(340px, 90vw);
    }
}

.landing-panel {
    background: rgba(255, 255, 255, 0.9);
    border-radius: 18px;
    padding: 1.2rem;
    border: 1px solid rgba(79, 140, 255, 0.16);
    box-shadow: var(--shadow-soft);
}

.landing-logo-wrap {
    margin-bottom: 0.6rem;
}

.landing-logo {
    width: min(320px, 84%);
    max-height: 120px;
    object-fit: contain;
    filter: drop-shadow(0 6px 12px rgba(0, 0, 0, 0.18));
}

.landing-tagline {
    color: #32546b;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.landing-summary {
    max-width: 780px;
    margin-left: auto;
    margin-right: auto;
    color: #41627a;
}

.landing-chatbox {
    padding: 0.9rem;
    border-radius: var(--radius-md);
    background: #f9fbff;
    border: 1px solid #dbe7ff;
}

.landing-input {
    min-width: 280px;
    flex: 1 1 420px;
}

.landing-links {
    margin-top: 1rem;
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
}

/* customer page */
.customers-universe__eyebrow {
    color: var(--primary-strong);
    background: rgba(79, 140, 255, 0.12);
    border-color: rgba(79, 140, 255, 0.28);
}

.customer-orbit-scene {
    position: relative;
    width: min(980px, 100%);
    margin: 0 auto;
    aspect-ratio: 1;
    min-height: min(96vw, 920px);
    --orbit-radius: min(46vw, 400px);
}

.customer-orbit-scene__glow {
    position: absolute;
    inset: 6%;
    border-radius: 50%;
    background:
        radial-gradient(circle, rgba(79, 140, 255, 0.12), transparent 70%),
        radial-gradient(circle, rgba(53, 211, 167, 0.08), transparent 74%);
    pointer-events: none;
}

.customer-orbit-hub {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
    width: min(520px, 88%);
    text-align: center;
    pointer-events: none;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.customer-hub-globe {
    width: min(480px, 82vw);
    margin: 0 auto 1rem;
}

.customer-hub-globe__stage {
    position: relative;
    width: 100%;
    aspect-ratio: 1;
    perspective: 1100px;
    transform-style: preserve-3d;
}

.customer-hub-globe__ball {
    position: absolute;
    inset: 0;
    border-radius: 50%;
    transform-style: preserve-3d;
    animation: customer-hub-globe-spin 88s linear infinite;
    border: 1px solid rgba(216, 183, 91, 0.22);
    background:
        radial-gradient(circle at 28% 24%, rgba(255, 255, 255, 0.14), transparent 34%),
        radial-gradient(circle at 72% 78%, rgba(0, 0, 0, 0.34), transparent 42%),
        linear-gradient(145deg, #0b1630, #101f3f 58%, #08101f);
    box-shadow:
        inset -18px -22px 48px rgba(0, 0, 0, 0.42),
        inset 14px 16px 36px rgba(255, 255, 255, 0.06),
        0 28px 64px rgba(7, 13, 27, 0.22);
}

.customer-hub-globe__face {
    position: absolute;
    inset: 10px;
    border-radius: 50%;
    overflow: hidden;
    backface-visibility: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background: radial-gradient(circle at 50% 18%, rgba(255, 255, 255, 0.05), rgba(8, 16, 31, 0.92) 72%);
}

.customer-hub-globe__face--back {
    transform: rotateY(180deg);
}

.customer-hub-globe__image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center center;
    padding: 6px;
}

.customer-hub-globe__sheen {
    position: absolute;
    inset: 0;
    border-radius: 50%;
    pointer-events: none;
    background:
        radial-gradient(circle at 30% 22%, rgba(255, 255, 255, 0.34), transparent 28%),
        radial-gradient(circle at 70% 76%, rgba(79, 140, 255, 0.08), transparent 36%);
    mix-blend-mode: screen;
    opacity: 0.55;
}

.customer-orbit-hub__name {
    margin: 0 0 0.35rem;
    font-size: clamp(1.05rem, 2.2vw, 1.35rem);
    color: var(--text-dark);
}

.customer-orbit-hub__location {
    margin: 0 0 0.5rem;
    color: var(--text-mid);
    font-size: 0.92rem;
}

.customer-orbit-ring {
    position: absolute;
    inset: 0;
    animation: customer-orbit-spin 150s linear infinite;
    transform-origin: center center;
}

.customer-orbit-node {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 58px;
    height: 58px;
    margin: -29px 0 0 -29px;
    padding: 0;
    border: none;
    background: transparent;
    cursor: pointer;
    transform:
        rotate(calc(360deg * var(--i) / var(--total)))
        translateY(calc(-1 * var(--orbit-radius)))
        rotate(calc(-360deg * var(--i) / var(--total)));
    transition: transform 0.25s ease;
}

.customer-orbit-node__disc {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.94);
    border: 2px solid rgba(79, 140, 255, 0.35);
    box-shadow: 0 10px 24px rgba(7, 13, 27, 0.12);
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
    animation: customer-orbit-counter 150s linear infinite;
}

.customer-orbit-node--hosting .customer-orbit-node__disc {
    border-color: rgba(143, 123, 255, 0.45);
}

.customer-orbit-node--enterprise .customer-orbit-node__disc {
    border-color: rgba(216, 183, 91, 0.55);
}

.customer-orbit-node__initials {
    font-size: 0.78rem;
    font-weight: 800;
    color: var(--primary-strong);
    letter-spacing: 0.03em;
}

.customer-orbit-node__label {
    position: absolute;
    top: calc(100% + 0.35rem);
    left: 50%;
    transform: translateX(-50%);
    width: max-content;
    max-width: 120px;
    font-size: 0.68rem;
    line-height: 1.2;
    color: var(--text-mid);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s ease;
}

.customer-orbit-node:hover .customer-orbit-node__disc,
.customer-orbit-node:focus-visible .customer-orbit-node__disc {
    transform: scale(1.12);
    box-shadow: 0 14px 30px rgba(79, 140, 255, 0.24);
}

.customer-orbit-node:hover .customer-orbit-node__label,
.customer-orbit-node:focus-visible .customer-orbit-node__label {
    opacity: 1;
}

.customer-orbit-node.is-active .customer-orbit-node__disc {
    background: linear-gradient(145deg, #4f8cff, #35d3a7);
    border-color: transparent;
    box-shadow: 0 0 0 4px rgba(79, 140, 255, 0.2), 0 16px 32px rgba(7, 13, 27, 0.2);
}

.customer-orbit-node.is-active .customer-orbit-node__initials {
    color: #fff;
}

.customer-orbit-legend {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.65rem 1rem;
}

.customer-orbit-legend__item {
    font-size: 0.82rem;
    color: var(--text-mid);
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
}

.customer-orbit-legend__item::before {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: linear-gradient(145deg, #4f8cff, #35d3a7);
}

.customer-orbit-legend__item--hosting::before {
    background: linear-gradient(145deg, #8f7bff, #4f8cff);
}

.customer-orbit-legend__item--enterprise::before {
    background: linear-gradient(145deg, #d8b75b, #35d3a7);
}

.customer-orbit-grid {
    display: none;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 0.65rem;
}

.customer-orbit-grid__chip {
    display: flex;
    align-items: center;
    gap: 0.7rem;
    width: 100%;
    padding: 0.7rem 0.85rem;
    border-radius: 14px;
    border: 1px solid rgba(79, 140, 255, 0.16);
    background: rgba(255, 255, 255, 0.92);
    box-shadow: var(--shadow-soft);
    text-align: left;
    cursor: pointer;
    transition: border-color 0.2s ease, transform 0.2s ease;
}

.customer-orbit-grid__chip:hover,
.customer-orbit-grid__chip:focus-visible {
    transform: translateY(-1px);
    border-color: rgba(79, 140, 255, 0.35);
    outline: none;
}

.customer-orbit-grid__chip.is-active {
    border-color: rgba(79, 140, 255, 0.5);
    background: linear-gradient(135deg, rgba(79, 140, 255, 0.08), rgba(53, 211, 167, 0.08));
}

.customer-orbit-grid__initials {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.75rem;
    font-weight: 800;
    color: #fff;
    background: linear-gradient(145deg, #4f8cff, #35d3a7);
    flex-shrink: 0;
}

.customer-orbit-grid__chip--hosting .customer-orbit-grid__initials {
    background: linear-gradient(145deg, #8f7bff, #4f8cff);
}

.customer-orbit-grid__chip--enterprise .customer-orbit-grid__initials {
    background: linear-gradient(145deg, #d8b75b, #35d3a7);
}

.customer-orbit-grid__copy {
    display: flex;
    flex-direction: column;
    gap: 0.1rem;
    min-width: 0;
}

.customer-orbit-grid__copy strong {
    font-size: 0.9rem;
    color: var(--text-dark);
}

.customer-orbit-grid__copy small {
    color: var(--text-mid);
    font-size: 0.78rem;
}

@keyframes customer-orbit-spin {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

@keyframes customer-orbit-counter {
    from { transform: rotate(0deg); }
    to { transform: rotate(-360deg); }
}

@keyframes customer-hub-globe-spin {
    from { transform: rotateY(0deg) rotateX(9deg); }
    to { transform: rotateY(360deg) rotateX(9deg); }
}

@media (prefers-reduced-motion: reduce) {
    .customer-hub-globe__ball {
        animation: none;
        transform: rotateX(9deg);
    }
}

.customer-segment h3 {
    margin-bottom: 0.2rem;
}

.client-tile {
    display: flex;
    gap: 0.75rem;
    align-items: center;
    padding: 0.85rem;
    height: 100%;
    border-radius: 14px;
    border: 1px solid rgba(79, 140, 255, 0.16);
    background: rgba(255, 255, 255, 0.9);
    box-shadow: var(--shadow-soft);
}

.client-logo {
    width: 42px;
    height: 42px;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    color: #fff;
    background: linear-gradient(145deg, #4f8cff, #35d3a7);
    flex-shrink: 0;
}

.client-tile h6 {
    margin: 0;
    font-size: 0.96rem;
}

.client-tile p {
    margin: 0;
    font-size: 0.84rem;
}

@media (max-width: 992px) {
    .hero-evolution {
        min-height: 74vh;
    }

    .mj-navbar .brand-logo {
        height: 18px;
    }

    .top-page-banner {
        grid-template-columns: 1fr;
        background: linear-gradient(180deg, #eef4f8 0 34%, #3f6f86 34% 100%);
        min-height: auto;
    }

    .top-page-banner__title {
        border-left: none;
        border-right: none;
        border-top: 1px solid rgba(4, 28, 43, 0.4);
        border-bottom: 1px solid rgba(94, 236, 111, 0.7);
        min-height: 82px;
    }

    .top-page-banner__social {
        flex-direction: row;
        padding: 0.75rem 0 1rem;
    }

    .split-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .hero-title {
        font-size: clamp(1.9rem, 8vw, 2.7rem);
    }

    .section-pad {
        padding: 3.4rem 0;
    }

    .image-banner img {
        height: 260px;
    }

    .landing-chatbox {
        padding: 0.8rem;
    }

    .customer-orbit-ring,
    .customer-orbit-legend {
        display: none;
    }

    .customer-orbit-scene {
        aspect-ratio: auto;
        min-height: auto;
        padding: 1rem 0 0.5rem;
    }

    .customer-hub-globe {
        width: min(400px, 92vw);
    }

    .customer-orbit-grid {
        display: grid;
    }

}
