:root {
    --ink: #f7f6ff;
    --muted: #aaa6c7;
    --bg: #070710;
    --bg-soft: #0e0d19;
    --panel: rgba(20, 18, 34, .78);
    --line: rgba(179, 141, 255, .18);
    --violet: #7c3aed;
    --violet-light: #a78bfa;
    --magenta: #d946ef;
    --blue: #4f7cff;
    --teal: #14b8a6;
    --radius: 24px;
    --shadow: 0 25px 70px rgba(3, 2, 13, .42);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    color: var(--ink);
    background:
        radial-gradient(circle at 80% 0%, rgba(124, 58, 237, .13), transparent 26rem),
        radial-gradient(circle at 15% 25%, rgba(217, 70, 239, .08), transparent 30rem),
        var(--bg);
    font-family: "Inter", sans-serif;
    font-size: 16px;
    line-height: 1.75;
    overflow-x: hidden;
}

h1, h2, h3, h4, h5, .display-font {
    font-family: "Space Grotesk", sans-serif;
    letter-spacing: -.035em;
}

a { color: inherit; text-decoration: none; }
img { max-width: 100%; }
section { position: relative; padding: 110px 0; }
.text-muted-custom { color: var(--muted); }
.skip-link {
    position: fixed; top: -60px; left: 20px; z-index: 9999;
    padding: 10px 18px; background: #fff; color: #111; border-radius: 0 0 8px 8px;
}
.skip-link:focus { top: 0; }

.site-header {
    position: fixed; inset: 0 0 auto; z-index: 1050;
    padding: 18px 0; transition: .3s ease;
}
.site-header.scrolled { padding: 8px 0; }
.nav-shell {
    min-height: 72px; padding: 8px 16px 8px 22px;
    border: 1px solid rgba(255,255,255,.14);
    border-radius: 24px;
    background: rgba(9, 8, 18, .72);
    box-shadow: 0 14px 45px rgba(2, 1, 11, .26);
    backdrop-filter: blur(20px);
}
.site-header.scrolled .nav-shell { background: rgba(8, 7, 16, .92); }
.navbar-brand img { display: block; height: 46px; width: auto; }
.navbar-nav { gap: 2px; }
.navbar .nav-link {
    color: #dedbeb; font-size: .93rem; font-weight: 500;
    padding: 12px 13px !important; border-radius: 12px; transition: .25s ease;
}
.navbar .nav-link:hover, .navbar .nav-link.active {
    color: #fff; background: rgba(167, 139, 250, .09);
}
.navbar .dropdown-toggle::after { margin-left: .45rem; vertical-align: .15rem; }
.btn-nav {
    color: #fff; border: 1px solid var(--violet-light); border-radius: 14px;
    padding: 11px 18px; background: rgba(124, 58, 237, .1); white-space: nowrap;
}
.btn-nav:hover { color: #fff; background: var(--violet); box-shadow: 0 0 28px rgba(124,58,237,.42); }
.dropdown-menu {
    --bs-dropdown-bg: rgba(14, 12, 26, .97);
    --bs-dropdown-border-color: rgba(167,139,250,.2);
    min-width: 245px; padding: 12px; margin-top: 10px !important;
    border-radius: 18px; box-shadow: var(--shadow); backdrop-filter: blur(20px);
}
.mega-menu { width: 550px; display: none; grid-template-columns: 1fr 1fr; gap: 4px; }
.mega-menu.show { display: grid; }
.dropdown-item {
    display: flex; align-items: center; gap: 12px; color: #e8e5f5;
    padding: 11px 12px; border-radius: 11px; font-size: .9rem; white-space: normal;
}
.dropdown-item i { color: var(--violet-light); font-size: 1.15rem; }
.dropdown-item span { display: flex; flex-direction: column; line-height: 1.3; }
.dropdown-item small { margin-top: 3px; color: #85809f; font-size: .72rem; }
.dropdown-item:hover, .dropdown-item:focus { color: #fff; background: rgba(124,58,237,.16); }
.dropdown-all {
    grid-column: 1 / -1; display: flex; justify-content: space-between;
    margin-top: 4px; padding: 11px 13px; color: #c9b9ff; font-size: .84rem;
    border-top: 1px solid var(--line);
}
.navbar-toggler { border: 0; width: 44px; height: 44px; padding: 9px; box-shadow: none !important; }
.navbar-toggler span {
    display: block; height: 2px; margin: 6px 0; border-radius: 5px;
    background: #fff; transition: .2s;
}

.eyebrow {
    display: inline-flex; align-items: center; gap: 9px; color: #c8b7ff;
    font-size: .76rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase;
}
.eyebrow::before {
    content: ""; width: 8px; height: 8px; border-radius: 50%;
    background: linear-gradient(135deg, var(--violet-light), var(--magenta));
    box-shadow: 0 0 18px var(--magenta);
}
.gradient-text {
    color: transparent;
    background: linear-gradient(100deg, #7f72ff 5%, #bd5cf0 52%, #ff54ca);
    -webkit-background-clip: text; background-clip: text;
}
.section-title { max-width: 760px; margin: 15px 0 18px; font-size: clamp(2.2rem, 4.3vw, 4rem); line-height: 1.05; }
.section-copy { max-width: 680px; color: var(--muted); font-size: 1.05rem; }

.hero {
    min-height: 920px; display: flex; align-items: center; overflow: hidden;
    padding: 180px 0 95px;
    background:
        radial-gradient(ellipse at 12% 56%, rgba(111, 49, 224, .25), transparent 31%),
        radial-gradient(ellipse at 92% 47%, rgba(217, 70, 239, .23), transparent 28%);
}
.hero::before {
    content: ""; position: absolute; inset: 0; opacity: .2; pointer-events: none;
    background-image:
        linear-gradient(rgba(140,115,230,.18) 1px, transparent 1px),
        linear-gradient(90deg, rgba(140,115,230,.18) 1px, transparent 1px);
    background-size: 52px 52px;
    transform: perspective(600px) rotateX(65deg) scale(1.4) translateY(43%);
    mask-image: linear-gradient(to bottom, transparent 24%, #000 75%, transparent);
}
.hero::after {
    content: ""; position: absolute; width: 820px; height: 520px; left: 50%; top: 50%;
    translate: -50% -44%; border: 1px solid rgba(167,139,250,.22); border-radius: 50%;
    box-shadow: inset 0 0 110px rgba(124,58,237,.06); animation: orbit 12s linear infinite;
}
.hero .container { position: relative; z-index: 2; }
.hero-content { max-width: 980px; margin: 0 auto; text-align: center; }
.hero .eyebrow {
    padding: 8px 18px; border: 1px solid rgba(167,139,250,.32); border-radius: 99px;
    background: rgba(40,25,75,.28); box-shadow: 0 0 35px rgba(124,58,237,.13);
}
.hero h1 { margin: 22px 0 18px; font-size: clamp(3.7rem, 8vw, 7.5rem); line-height: .88; font-weight: 700; }
.hero h1 span { display: block; }
.hero-lead { max-width: 690px; margin: 0 auto; color: #b9b4d4; font-size: clamp(1rem, 1.7vw, 1.3rem); }
.hero-actions { display: flex; justify-content: center; gap: 16px; margin-top: 32px; }
.btn {
    font-weight: 600; border-radius: 15px; padding: 13px 23px;
    transition: transform .25s ease, box-shadow .25s ease, background .25s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn-glow {
    color: #fff; border: 1px solid rgba(255,255,255,.14);
    background: linear-gradient(110deg, #6637ed, #8f42f0 52%, #d13bcb);
    box-shadow: 0 12px 35px rgba(124,58,237,.32), inset 0 1px rgba(255,255,255,.24);
}
.btn-glow:hover { color: #fff; box-shadow: 0 18px 45px rgba(124,58,237,.52); }
.btn-outline-light-custom { color: #fff; border: 1px solid rgba(196,169,255,.68); background: rgba(12,10,24,.58); }
.btn-outline-light-custom:hover { color: #fff; border-color: #fff; background: rgba(124,58,237,.16); }
.float-card {
    position: absolute; z-index: 3; display: flex; align-items: center; gap: 12px;
    padding: 14px 20px; border: 1px solid rgba(184,153,255,.32); border-radius: 17px;
    color: #f5f3ff; background: rgba(20,17,38,.68); backdrop-filter: blur(13px);
    box-shadow: 0 18px 40px rgba(4,2,16,.35); animation: float 5.5s ease-in-out infinite;
}
.float-card i { color: var(--violet-light); font-size: 1.55rem; }
.float-one { left: 5%; top: 31%; }
.float-two { right: 5%; top: 32%; animation-delay: -1.8s; }
.float-three { left: 7%; top: 62%; animation-delay: -3s; }
.float-four { right: 7%; top: 63%; animation-delay: -4.2s; }
.proof-strip {
    position: relative; z-index: 3; display: grid; grid-template-columns: repeat(3,1fr);
    max-width: 890px; margin: 70px auto 0; padding: 22px;
    border: 1px solid rgba(192,169,255,.24); border-radius: 24px;
    background: rgba(14,12,28,.72); box-shadow: var(--shadow); backdrop-filter: blur(18px);
}
.proof-item { display: flex; align-items: center; justify-content: center; gap: 16px; padding: 4px 22px; }
.proof-item + .proof-item { border-left: 1px solid var(--line); }
.proof-item i { color: var(--violet-light); font-size: 2rem; }
.proof-item strong { display: block; font-family: "Space Grotesk"; font-size: 1.6rem; line-height: 1; }
.proof-item small { color: var(--muted); }

.logo-cloud {
    padding: 30px 0; border-top: 1px solid rgba(255,255,255,.06); border-bottom: 1px solid rgba(255,255,255,.06);
    background: rgba(255,255,255,.016);
}
.logo-cloud p { margin: 0 0 20px; color: #77718f; font-size: .76rem; letter-spacing: .14em; text-align: center; text-transform: uppercase; }
.logo-cloud .logos { display: flex; flex-wrap: wrap; justify-content: center; gap: 22px 45px; }
.logo-pill { color: #9690ad; font-family: "Space Grotesk"; font-weight: 600; }

.surface {
    border: 1px solid var(--line); border-radius: var(--radius); background: var(--panel);
    box-shadow: var(--shadow); backdrop-filter: blur(15px);
}
.service-card, .industry-card, .value-card, .tech-card {
    position: relative; height: 100%; padding: 30px; overflow: hidden;
    border: 1px solid var(--line); border-radius: var(--radius); background: linear-gradient(145deg, rgba(24,21,43,.82), rgba(11,10,20,.88));
    transition: .35s ease;
}
.service-card::after, .industry-card::after {
    content: ""; position: absolute; width: 150px; height: 150px; right: -80px; bottom: -90px;
    background: radial-gradient(circle, rgba(124,58,237,.3), transparent 66%); transition: .35s;
}
.service-card:hover, .industry-card:hover, .value-card:hover, .tech-card:hover {
    transform: translateY(-7px); border-color: rgba(167,139,250,.46);
}
.service-card:hover::after, .industry-card:hover::after { transform: scale(1.8); }
.icon-box {
    display: grid; place-items: center; width: 52px; height: 52px; margin-bottom: 24px;
    color: #cdbdff; font-size: 1.35rem; border: 1px solid rgba(167,139,250,.3);
    border-radius: 15px; background: rgba(124,58,237,.13);
}
.service-card h3, .industry-card h3, .value-card h3, .tech-card h3 { margin-bottom: 11px; font-size: 1.28rem; }
.service-card p, .industry-card p, .value-card p, .tech-card p { color: var(--muted); font-size: .93rem; }
.card-link { display: inline-flex; align-items: center; gap: 8px; color: #c5b5ff; font-size: .88rem; font-weight: 600; }
.card-link i { transition: transform .25s; }
.card-link:hover { color: #fff; }
.card-link:hover i { transform: translateX(4px); }
.spotlight-section::before {
    content: ""; position: absolute; width: 480px; height: 480px; top: 0; right: 0;
    background: radial-gradient(circle, rgba(124,58,237,.13), transparent 68%); pointer-events: none;
}

.split-panel { padding: 58px; }
.visual-panel {
    position: relative; min-height: 450px; overflow: hidden;
    background: radial-gradient(circle at 50% 50%, rgba(124,58,237,.23), transparent 54%), #0d0c19;
}
.visual-orbit {
    position: absolute; inset: 14%; border: 1px solid rgba(167,139,250,.27);
    border-radius: 50%; animation: orbit 18s linear infinite;
}
.visual-orbit::before, .visual-orbit::after {
    content: ""; position: absolute; width: 12px; height: 12px; border-radius: 50%;
    background: var(--magenta); box-shadow: 0 0 22px var(--magenta);
}
.visual-orbit::before { top: 7%; left: 20%; }
.visual-orbit::after { right: 8%; bottom: 21%; background: var(--violet-light); }
.visual-core {
    position: absolute; inset: 50% auto auto 50%; translate: -50% -50%;
    display: grid; place-items: center; width: 160px; height: 160px; border-radius: 34px;
    color: #fff; font-family: "Space Grotesk"; font-size: 2.3rem; font-weight: 700;
    background: linear-gradient(145deg,#5b31d4,#b338d2); box-shadow: 0 25px 70px rgba(124,58,237,.35);
    transform: rotate(-8deg);
}
.check-list { display: grid; gap: 13px; margin: 26px 0 0; padding: 0; list-style: none; }
.check-list li { display: flex; gap: 10px; color: #d7d3e6; }
.check-list i { color: var(--violet-light); }
.stats-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; }
.stat-card { padding: 28px; text-align: center; }
.stat-card strong { display: block; color: #fff; font-family: "Space Grotesk"; font-size: 2.2rem; }
.stat-card span { color: var(--muted); font-size: .88rem; }
.process-line { position: relative; }
.process-line::before {
    content: ""; position: absolute; top: 36px; left: 8%; right: 8%; height: 1px;
    background: linear-gradient(90deg,transparent,var(--violet),var(--magenta),transparent);
}
.process-step { position: relative; text-align: center; }
.process-step .number {
    position: relative; z-index: 2; display: grid; place-items: center; width: 72px; height: 72px; margin: 0 auto 22px;
    border: 1px solid rgba(167,139,250,.34); border-radius: 50%; color: #fff;
    background: #121021; box-shadow: 0 0 35px rgba(124,58,237,.15);
}
.process-step p { max-width: 230px; margin: auto; color: var(--muted); font-size: .9rem; }

.page-hero { padding: 205px 0 90px; overflow: hidden; border-bottom: 1px solid rgba(255,255,255,.06); }
.page-hero::before {
    content: ""; position: absolute; width: 680px; height: 420px; top: 30px; right: -140px;
    border: 1px solid rgba(167,139,250,.18); border-radius: 50%;
    background: radial-gradient(circle, rgba(124,58,237,.16), transparent 66%);
    animation: orbit 20s linear infinite;
}
.page-hero h1 { max-width: 900px; margin: 18px 0; font-size: clamp(3.2rem, 7vw, 6rem); line-height: .95; }
.page-hero p { max-width: 720px; color: var(--muted); font-size: 1.12rem; }
.breadcrumb { --bs-breadcrumb-divider-color: #6f6985; --bs-breadcrumb-item-active-color: #aaa4bc; }
.breadcrumb a { color: #bfaeff; }

.detail-aside { position: sticky; top: 120px; padding: 28px; }
.detail-aside a { display: flex; justify-content: space-between; padding: 11px 0; color: #aaa5bc; border-bottom: 1px solid rgba(255,255,255,.06); }
.detail-aside a:hover { color: #fff; }
.feature-list { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-top: 28px; }
.feature-list div { padding: 17px; border: 1px solid var(--line); border-radius: 15px; color: #d8d4e8; background: rgba(255,255,255,.02); }
.feature-list i { margin-right: 8px; color: var(--violet-light); }
.tech-pills { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }
.tech-pills span { padding: 8px 13px; color: #cfc8e4; border: 1px solid var(--line); border-radius: 99px; background: rgba(124,58,237,.07); }

.career-card { padding: 28px; }
.job-meta { display: flex; flex-wrap: wrap; gap: 10px; color: #9d97b1; font-size: .85rem; }
.job-meta span { padding: 5px 10px; border: 1px solid var(--line); border-radius: 99px; }
.contact-card { padding: 35px; }
.form-control, .form-select {
    min-height: 52px;
    color: #000;
    border: 1px solid rgba(167,139,250,.18);
    border-radius: 13px;
    background-color: rgb(255,255,255);
}
/*.form-select {
    color: #ffffff !important;
    background-color: #15131e !important;
    border: 1px solid rgba(167, 139, 250, 0.3);
    color-scheme: dark;
    --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
}

    .form-select option {
        color: #ffffff;
        background-color: #15131e;
    }

    .form-select:focus {
        color: #ffffff;
        background-color: #15131e;
        border-color: #a78bfa;
        box-shadow: 0 0 0 0.25rem rgba(124, 58, 237, 0.2);
    }*/

    /* Placeholder option */
    /*.form-select option[value=""] {
        color: #aaa6c7;
    }*/
.form-control:focus, .form-select:focus {
    color: #000; border-color: var(--violet-light); /*background-color: rgba(255,255,255,.05);*/
    box-shadow: 0 0 0 .25rem rgba(124,58,237,.14);
}
.form-control::placeholder { color: #777288; }

textarea.form-control { min-height: 140px; }
.form-label { color: #d9d5e6; font-size: .86rem; font-weight: 600; }
.contact-detail { display: flex; gap: 15px; margin-bottom: 24px; }
.contact-detail i { color: var(--violet-light); font-size: 1.4rem; }

.site-footer { padding: 0 0 25px; border-top: 1px solid rgba(255,255,255,.06); background: #07070d; }
.footer-cta {
    translate: 0 -50%; display: flex; align-items: center; justify-content: space-between; gap: 30px;
    padding: 42px 48px; border: 1px solid rgba(167,139,250,.28); border-radius: 25px;
    background: linear-gradient(120deg,rgba(44,27,86,.96),rgba(24,16,49,.96) 50%,rgba(64,20,74,.9));
    box-shadow: 0 28px 65px rgba(2,1,12,.42);
}
.footer-cta h2 { margin: 7px 0 0; font-size: clamp(1.8rem,4vw,3.2rem); }
.footer-main { margin-top: -10px; padding-bottom: 45px; }
.footer-logo { height: 48px; width: auto; margin-bottom: 18px; }
.site-footer p, .site-footer span { color: #8e899f; }
.site-footer h3 { margin-bottom: 18px; color: #fff; font-size: 1rem; }
.site-footer a { display: block; margin-bottom: 9px; color: #9993aa; font-size: .9rem; }
.site-footer a:hover { color: #fff; }
.social-links { display: flex; gap: 9px; margin-top: 20px; }
.social-links a { display: grid; place-items: center; width: 38px; height: 38px; margin: 0; border: 1px solid var(--line); border-radius: 10px; }
.footer-bottom { display: flex; justify-content: space-between; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.07); font-size: .8rem; }
.back-to-top {
    position: fixed; right: 24px; bottom: 24px; z-index: 1000; display: grid; place-items: center;
    width: 45px; height: 45px; color: #fff; border: 1px solid rgba(255,255,255,.2);
    border-radius: 50%; background: rgba(89,52,186,.85); opacity: 0; pointer-events: none;
    transform: translateY(12px); transition: .25s;
}
.back-to-top.show { opacity: 1; pointer-events: auto; transform: none; }

.reveal { opacity: 0; transform: translateY(28px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }
.delay-1 { transition-delay: .1s; }
.delay-2 { transition-delay: .2s; }
.delay-3 { transition-delay: .3s; }

@keyframes float { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-12px); } }
@keyframes orbit { to { transform: rotate(360deg); } }

@media (max-width: 1199.98px) {
    .site-header { padding: 10px 0; }
    .nav-shell { border-radius: 20px; }
    .navbar-collapse { max-height: calc(100vh - 105px); overflow-y: auto; padding: 18px 4px 8px; }
    .navbar-nav { align-items: stretch !important; }
    .navbar .nav-link { padding: 11px 12px !important; }
    .btn-nav { margin-top: 12px; text-align: center; }
    .mega-menu, .mega-menu.show { width: 100%; display: none; grid-template-columns: 1fr; }
    .mega-menu.show { display: grid; }
    .dropdown-menu { width: 100%; box-shadow: none; }
    .float-card { display: none; }
    .hero { min-height: auto; }
}

@media (max-width: 991.98px) {
    section { padding: 80px 0; }
    .hero { padding-top: 160px; }
    .hero h1 { font-size: clamp(3.4rem, 11vw, 6.3rem); }
    .split-panel { padding: 38px; }
    .stats-grid { grid-template-columns: 1fr 1fr; }
    .process-line::before { display: none; }
    .detail-aside { position: static; }
    .page-hero { padding-top: 165px; }
}

@media (max-width: 767.98px) {
    body { font-size: 15px; }
    .nav-shell { margin-inline: 12px; padding: 7px 13px; }
    .navbar-brand img { height: 40px; }
    .hero { padding: 145px 0 75px; }
    .hero h1 { font-size: clamp(3rem, 16vw, 4.8rem); }
    .hero-actions { flex-direction: column; align-items: stretch; margin-inline: 18px; }
    .proof-strip { grid-template-columns: 1fr; gap: 17px; margin-top: 45px; }
    .proof-item { justify-content: flex-start; }
    .proof-item + .proof-item { padding-top: 18px; border-top: 1px solid var(--line); border-left: 0; }
    .page-hero { padding: 145px 0 70px; }
    .page-hero h1 { font-size: clamp(3rem, 15vw, 4.7rem); }
    .stats-grid, .feature-list { grid-template-columns: 1fr; }
    .visual-panel { min-height: 340px; }
    .footer-cta { align-items: flex-start; flex-direction: column; padding: 30px; }
    .footer-bottom { flex-direction: column; gap: 5px; }
}

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
