:root {
    --bg: #f8fbff;
    --surface: #ffffff;
    --surface-2: #f3f7ff;
    --text: #0f172a;
    --muted: #475569;
    --primary: #3f7dff;
    --primary-2: #6d4dff;
    --accent: #ff4fd8;
    --border: #d5dcef;
    --ok: #3f7dff;
    --max: 1120px;
    --header-h: 74px;
}

* {
    box-sizing: border-box;
}

body {
    margin: 0;
    padding-top: var(--header-h);
    font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
    line-height: 1.5;
    color: var(--text);
    background: var(--bg);
}

html {
    scroll-padding-top: calc(var(--header-h) + 10px);
}

main {
    position: relative;
    z-index: 0;
}

.container {
    width: min(var(--max), 92%);
    margin: 0 auto;
}

.site-header {
    position: fixed !important;
    top: 0;
    left: 0;
    right: 0;
    height: var(--header-h);
    z-index: 2147483647;
    isolation: isolate;
    background: #ffffff;
    border-bottom: 1px solid #e6ebf7;
    box-shadow: 0 2px 10px rgba(15, 23, 42, 0.06);
}

.nav {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0.85rem 0;
    gap: 1rem;
}

.brand {
    display: flex;
    align-items: center;
}

.brand img {
    height: 34px;
    width: auto;
    display: block;
}

.mobile-nav-toggle {
    display: none;
    margin-left: auto;
    width: 2.8rem;
    height: 2.8rem;
    padding: 0;
    border: 1px solid #d5e1f8;
    border-radius: 0.8rem;
    background: #ffffff;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 0.28rem;
    box-shadow: 0 4px 12px rgba(37, 68, 132, 0.1);
}

.mobile-nav-toggle span {
    width: 1.18rem;
    height: 2px;
    border-radius: 999px;
    background: #2148a3;
    transform-origin: center;
    transition: transform 0.2s ease, opacity 0.2s ease;
}

.mobile-nav-toggle[aria-expanded="true"] span:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
}

.mobile-nav-toggle[aria-expanded="true"] span:nth-child(2) {
    opacity: 0;
}

.mobile-nav-toggle[aria-expanded="true"] span:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
}

nav {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex: 1;
    margin-left: 1.15rem;
    gap: 1.25rem;
    flex-wrap: wrap;
}

nav a.btn-small {
    margin-left: 0.85rem;
}

nav > a:not(.btn),
nav>.mega-dropdown>.mega-toggle {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 0.38rem;
    padding: 0.1rem 0;
    color: #1e3a8a;
    text-decoration: none;
    font-size: 0.94rem;
    font-weight: 600;
    letter-spacing: 0.01em;
    transition: color 0.22s ease;
}

nav > a:not(.btn)::after,
nav>.mega-dropdown>.mega-toggle::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -0.18rem;
    width: 100%;
    height: 2px;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--primary), var(--primary-2));
    transform: scaleX(0);
    transform-origin: left center;
    opacity: 0.9;
    transition: transform 0.26s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.2s ease;
}

nav > a:not(.btn):hover,
nav > a:not(.btn):focus-visible,
nav>.mega-dropdown>.mega-toggle:hover,
nav>.mega-dropdown>.mega-toggle:focus-visible {
    color: #1d4ed8;
}

nav > a:not(.btn):hover::after,
nav > a:not(.btn):focus-visible::after,
nav>.mega-dropdown>.mega-toggle:hover::after,
nav>.mega-dropdown>.mega-toggle:focus-visible::after {
    transform: scaleX(1);
}

.mega-dropdown {
    position: static;
    margin-right: auto;
}

.mega-dropdown .mega-toggle {
    padding-right: 0.2rem;
}

.mega-dropdown .mega-toggle .bi-stars {
    color: #0f80ff;
    font-size: 0.88rem;
}

.mega-chevron {
    font-size: 0.78rem;
    margin-left: 0.04rem;
    transition: transform 0.28s cubic-bezier(0.22, 1, 0.36, 1);
}

.mega-dropdown .mega-toggle[aria-expanded="true"] .mega-chevron {
    transform: rotate(180deg);
}

.mega-menu {
    --bs-dropdown-padding-x: 0;
    --bs-dropdown-padding-y: 0;
    --bs-dropdown-border-width: 0;
    --bs-dropdown-bg: transparent;
    --bs-dropdown-box-shadow: none;
    --bs-dropdown-min-width: min(860px, 92vw);
    margin-top: 1.1rem !important;
    inset: auto auto auto 50% !important;
    transform: translateX(-50%);
    opacity: 0;
    transition: opacity 0.18s ease;
}

.mega-menu::before {
    content: "";
    position: absolute;
    top: -9px;
    left: clamp(3rem, 22%, 12rem);
    width: 20px;
    height: 20px;
    background: linear-gradient(150deg, #f8fcff 0%, #ecf2ff 100%);
    border-radius: 4px;
    transform: rotate(45deg);
    box-shadow: -3px -3px 16px rgba(65, 89, 143, 0.08);
}

.mega-menu-shell {
    position: relative;
    overflow: hidden;
    border-radius: 1.15rem;
    padding: 1.15rem;
    border: 1px solid #dfe8ff;
    background:
        radial-gradient(circle at 94% 6%, rgba(255, 91, 246, 0.25), transparent 31%),
        radial-gradient(circle at 14% 100%, rgba(35, 197, 255, 0.24), transparent 42%),
        linear-gradient(145deg, #fbfdff 0%, #eef3ff 50%, #f8faff 100%);
    box-shadow:
        0 20px 45px rgba(14, 38, 96, 0.17),
        0 4px 12px rgba(35, 83, 183, 0.08);
}

.mega-menu-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 0.95rem;
}

.mega-kicker {
    margin: 0;
    font-size: 0.73rem;
    font-weight: 800;
    letter-spacing: 0.13em;
    color: #385ca7;
}

.mega-head-cta {
    display: inline-flex;
    align-items: center;
    gap: 0.42rem;
    font-size: 0.82rem;
    padding: 0.32rem 0.68rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.75);
    border: 1px solid #d8e3ff;
    color: #2248a4;
    text-decoration: none;
    font-weight: 600;
}

.mega-head-cta i {
    font-size: 0.72rem;
}

.mega-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(250px, 1fr));
    gap: 0.72rem;
}

.mega-card.dropdown-item {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 0.66rem;
    padding: 0.78rem 0.84rem;
    border-radius: 0.88rem;
    border: 1px solid #deebff;
    background: rgba(255, 255, 255, 0.86);
    text-decoration: none;
    white-space: normal;
    transition:
        transform 0.24s cubic-bezier(0.22, 1, 0.36, 1),
        box-shadow 0.24s ease,
        border-color 0.24s ease,
        background 0.24s ease;
}

.mega-icon {
    width: 2.25rem;
    height: 2.25rem;
    display: grid;
    place-items: center;
    border-radius: 0.72rem;
    background: linear-gradient(150deg, #215fff 0%, #4188ff 45%, #40d7ff 100%);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.42);
}

.mega-icon i {
    color: #ffffff;
    font-size: 1rem;
    line-height: 1;
}

.mega-copy {
    display: flex;
    flex-direction: column;
    gap: 0.1rem;
}

.mega-copy strong {
    font-size: 0.91rem;
    letter-spacing: 0.01em;
    color: #122c66;
}

.mega-copy small {
    color: #476294;
    font-size: 0.77rem;
    line-height: 1.3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    overflow: hidden;
}

.mega-card-arrow {
    color: #2d58b7;
    font-size: 1.05rem;
    transform: translateX(-4px);
    opacity: 0;
    transition: transform 0.24s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.2s ease;
}

.mega-card:hover,
.mega-card:focus-visible {
    transform: translateY(-2px);
    border-color: #bdd6ff;
    background: #ffffff;
    box-shadow: 0 11px 18px rgba(39, 76, 164, 0.15);
}

.mega-card:hover .mega-card-arrow,
.mega-card:focus-visible .mega-card-arrow {
    transform: translateX(0);
    opacity: 1;
}

.mega-banner {
    margin-top: 0.82rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.9rem 1rem;
    border-radius: 0.96rem;
    text-decoration: none;
    border: 1px solid #c8d9ff;
    background: linear-gradient(102deg, #1b5eff 0%, #2f91ff 65%, #40d4ff 100%);
    box-shadow: 0 12px 22px rgba(18, 53, 139, 0.2);
}

.mega-banner-copy {
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
}

.mega-banner-copy strong {
    color: #ffffff;
    font-size: 0.92rem;
}

.mega-banner-copy small {
    color: rgba(255, 255, 255, 0.86);
    font-size: 0.78rem;
}

.mega-banner-pill {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    gap: 0.44rem;
    font-size: 0.76rem;
    font-weight: 700;
    color: #0e328f;
    padding: 0.4rem 0.72rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.93);
}

.mega-menu .dropdown-item.active,
.mega-menu .dropdown-item:active {
    color: inherit;
    background: transparent;
}

.mega-dropdown .dropdown-menu.show {
    opacity: 1;
}

@media (min-width: 921px) {
    #primaryNav.collapse {
        display: flex !important;
    }
}

@media (prefers-reduced-motion: reduce) {

    nav > a:not(.btn),
    nav > a:not(.btn)::after,
    nav>.mega-dropdown>.mega-toggle,
    nav>.mega-dropdown>.mega-toggle::after,
    .mega-chevron,
    .mega-card.dropdown-item,
    .mega-card-arrow {
        transition: none;
    }

    .mega-menu {
        transition: none;
    }
}

.hero {
    position: relative;
    min-height: clamp(620px, calc(100vh - var(--header-h)), 900px);
    overflow: hidden;
    background: linear-gradient(138deg, rgba(255, 255, 255, 0.97), rgba(245, 250, 255, 0.9));
    box-shadow:
        0 35px 70px rgba(29, 77, 176, 0.16),
        inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

.hero::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    background:
        linear-gradient(110deg, rgba(23, 105, 255, 0.05), rgba(23, 105, 255, 0) 45%),
        repeating-linear-gradient(90deg, rgba(113, 141, 198, 0.08) 0 1px, transparent 1px 18px);
}

.hero-content {
    position: relative;
    z-index: 3;
    min-height: inherit;
    display: flex;
    align-items: center;
}

.hero-copy {
    max-width: 55%;
    padding: 3.4rem 0;
}

.kicker {
    color: var(--ok);
    font-weight: 700;
    letter-spacing: 0.08em;
    font-size: 0.8rem;
}

.hero-title {
    font-size: clamp(2rem, 4vw, 3.4rem);
    line-height: 1.05;
    margin: 0.75rem 0 1rem;
    letter-spacing: -0.02em;
    font-weight: 800;
}

.lead {
    color: var(--muted);
    font-size: 1.12rem;
    max-width: 60ch;
}

.hero-cta {
    display: flex;
    gap: 0.8rem;
    margin-top: 1.2rem;
    flex-wrap: wrap;
}

.microcopy {
    margin-top: 0.9rem;
    color: var(--muted);
    font-size: 0.92rem;
}

.hero-visual {
    position: absolute;
    z-index: 1;
    inset: 0;
    width: 100%;
    overflow: hidden;
    clip-path: polygon(50% 100%, 100% 100%, 100% 0, 75% 0);
    box-shadow:
        inset 0 0 0 1px rgba(255, 255, 255, 0.22),
        0 20px 42px rgba(8, 30, 84, 0.24);
    background: linear-gradient(160deg, #203f84, #071733);
}

.hero-visual::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 2;
    pointer-events: none;
    background:
        linear-gradient(96deg, rgba(247, 251, 255, 0.58), rgba(247, 251, 255, 0.04) 24%),
        radial-gradient(680px 270px at 70% 8%, rgba(255, 255, 255, 0.22), transparent 66%),
        linear-gradient(200deg, rgba(14, 28, 69, 0.12), rgba(5, 11, 30, 0.48));
}

#gradient-canvas {
    display: block;
    width: 100%;
    height: 100%;
    --gradient-color-1: #f8f9ff;
    --gradient-color-2: #b4d6ff;
    --gradient-color-3: #49a7ff;
    --gradient-color-4: #5f4cff;
}

.hero-card {
    background: rgba(255, 255, 255, 0.88);
    border: 1px solid var(--border);
    border-radius: 14px;
    padding: 1.3rem;
    box-shadow: 0 16px 40px rgba(63, 125, 255, 0.12);
}

.hero-card h3 {
    margin-top: 0;
}

.hero-card ul {
    margin: 0;
    padding-left: 1.1rem;
}

.hero-card li {
    margin: 0.5rem 0;
    color: var(--muted);
}

.outcomes {
    padding-top: 2.2rem;
    padding-bottom: 3.2rem;
    background: #ffffff;
    border-top: 1px solid #e9eef8;
}

.outcomes-card {
    max-width: 540px;
    margin: 0 auto;
}

.section {
    padding: 4.2rem 0;
}

h2 {
    font-size: clamp(1.5rem, 2.4vw, 2.2rem);
    margin-top: 0;
    margin-bottom: 1.2rem;
}

.stats,
.problems,
.process,
.faq,
.quote,
.pain-section {
    border-top: 1px solid #e9eef8;
}

.stats {
    background: #ffffff;
}

.pain-section {
    background: #ffffff;
}

.pain-overlay {
    position: relative;
    border-radius: 16px;
    border: 1px solid var(--border);
    overflow: hidden;
    min-height: 460px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.pain-overlay::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0.08) 45%, rgba(255, 255, 255, 0.2) 100%),
        url("assets/three-people.jpg") center/cover no-repeat;
}

.pain-copy {
    position: relative;
    z-index: 1;
    max-width: 560px;
    margin-right: 1.2rem;
    padding: 2rem 2.1rem;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.84);
    border: 1px solid rgba(213, 220, 239, 0.9);
}

.pain-copy h2 {
    font-size: clamp(1.8rem, 3vw, 3rem);
    margin-bottom: 1rem;
}

.pain-copy ul {
    margin: 0 0 1rem;
    padding-left: 1.2rem;
}

.pain-copy li {
    margin: 0.65rem 0;
    color: #1e293b;
    font-size: 1.12rem;
}

.pain-copy p {
    color: #334155;
    font-size: 1.06rem;
}

.case-study {
    /* Set to: url("assets/your-image.jpg") when ready */
    --case-bg-image: url("assets/casestudy1.png");
    position: relative;
    overflow: hidden;
    min-height: clamp(620px, calc(100vh - var(--header-h)), 900px);
    padding: 0;
    border-top: 1px solid #e9eef8;
    border-bottom: 1px solid #e9eef8;
    background: #0f214d;
}

.case-study::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    background:
        var(--case-bg-image) center/cover no-repeat;
}

.case-study::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background: linear-gradient(180deg, rgba(9, 19, 45, 0.08), rgba(9, 19, 45, 0.18));
}

.case-study .container {
    position: relative;
    z-index: 2;
    min-height: inherit;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.case-study--right .container {
    justify-content: flex-end;
}

.case-study--left .container {
    justify-content: flex-start;
}

.case-study-card {
    max-width: 680px;
    width: 100%;
    padding: clamp(1.4rem, 2.8vw, 2rem);
    border-radius: 16px;
    background: rgba(9, 20, 50, 0.44);
    backdrop-filter: blur(3px);
    color: #eef4ff;
}

.case-study-kicker {
    margin: 0 0 0.75rem;
    font-size: 0.92rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    font-weight: 800;
    color: #9fc1ff;
}

.case-study-card h2 {
    margin: 0 0 0.9rem;
    line-height: 1.1;
    font-size: clamp(2.2rem, 4vw, 3.6rem);
    font-weight: 900;
    letter-spacing: -0.02em;
    color: #ffffff;
}

.case-study-card p {
    margin: 0 0 0.7rem;
    color: rgba(237, 244, 255, 0.94);
    font-size: clamp(1.2rem, 2vw, 1.55rem);
    line-height: 1.35;
    font-weight: 700;
}

.case-study-card strong {
    font-weight: 900;
}

.case-study-card p:last-child {
    margin-bottom: 0;
}

.stat-grid,
.problem-grid,
.steps {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
}

.stat-grid article,
.problem-grid article,
.steps article {
    background: #ffffff;
    border: 1px solid var(--border);
    border-radius: 12px;
    padding: 1rem;
}

.stat-grid h3 {
    margin: 0;
    font-size: 1.28rem;
    line-height: 1.25;
}

.stat-grid p,
.problem-grid p,
.steps p,
.faq p {
    color: var(--muted);
}

.steps article span {
    display: inline-grid;
    place-items: center;
    width: 1.8rem;
    height: 1.8rem;
    border-radius: 999px;
    background: var(--primary);
    font-weight: 700;
    margin-bottom: 0.6rem;
}

.quote blockquote {
    font-size: 1.2rem;
    margin: 0 0 0.7rem;
    max-width: 72ch;
}

.faq details {
    background: #ffffff;
    border: 1px solid var(--border);
    border-radius: 10px;
    padding: 0.9rem 1rem;
    margin-bottom: 0.7rem;
}

.faq summary {
    cursor: pointer;
    font-weight: 600;
}

.cta {
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    padding-bottom: 5.2rem;
    background-image: url("assets/lines.jpeg");
    background-size: cover;
    min-height: clamp(320px, calc(100vh - var(--header-h)), 400px);
    display: flex;
}

.cta-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
    background: linear-gradient(135deg, #ffffff22, #000000ee);
    border-radius: 14px;
    padding: 1.4rem 2.8rem;
    color: #fff;
}

.btn {
    display: inline-block;
    text-decoration: none;
    border: 1px solid transparent;
    color: #ffffff;
    background: linear-gradient(135deg, var(--primary), var(--primary-2));
    padding: 0.72rem 1rem;
    border-radius: 12px;
    font-weight: 700;
    transition: background 0.22s ease, box-shadow 0.22s ease;
}

.btn:hover {
    background: linear-gradient(135deg, #326ef4, #5a3fe6);
    border: 1px solid transparent;
    box-shadow: 0 6px 14px rgba(37, 82, 197, 0.24);
    color: #ffffff;
}

.btn:focus-visible {
    background: linear-gradient(135deg, #326ef4, #5a3fe6);
    border: 1px solid transparent;
    color: #ffffff;
    box-shadow: 0 0 0 3px rgba(37, 82, 197, 0.24);
}

.btn-ghost {
    background: #fff;
    border-color: #c8d8ff;
    color: #274690;
}

.btn.btn-ghost:hover {
    background: #f3f7ff;
    border-color: #b9c9ef;
    box-shadow: 0 4px 10px rgba(39, 70, 144, 0.12);
    color: #274690;
}

.btn.btn-ghost:focus-visible {
    background: #f3f7ff;
    border-color: #b9c9ef;
    box-shadow: 0 0 0 3px rgba(39, 70, 144, 0.2);
    color: #274690;
}

.btn-small {
    padding: 0.5rem 0.8rem;
}

.site-footer {
    border-top: 1px solid #e9eef8;
    color: var(--muted);
}

.footer-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    padding: 1rem 0;
    flex-wrap: wrap;
}

.job-page {
    --job-primary: #255ef5;
    --job-primary-2: #42bff4;
    --job-accent: #f15dff;
}

.job-hero {
    border-bottom: 1px solid #e9eef8;
    background:
        radial-gradient(circle at 12% -18%, rgba(37, 94, 245, 0.2), transparent 44%),
        radial-gradient(circle at 92% 0%, rgba(241, 93, 255, 0.17), transparent 35%),
        linear-gradient(165deg, #ffffff 0%, #f4f8ff 55%, #eef5ff 100%);
}

.job-hero-inner {
    display: grid;
    grid-template-columns: 1.08fr 0.92fr;
    gap: 1.4rem;
    align-items: center;
    min-height: min(690px, calc(100vh - var(--header-h)));
    padding: 2.6rem 0;
}

.job-badge {
    margin: 0 0 0.9rem;
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.3rem 0.6rem;
    border-radius: 999px;
    font-size: 0.74rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #2044a2;
    border: 1px solid #c8d6ff;
    background: #f4f8ff;
    font-weight: 700;
}

.job-hero h1 {
    margin: 0 0 0.8rem;
    font-size: clamp(2rem, 5vw, 3.6rem);
    line-height: 1.04;
    letter-spacing: -0.02em;
}

.job-lead {
    margin: 0 0 1rem;
    color: #3b4f73;
    max-width: 64ch;
    font-size: 1.08rem;
}

.job-inline-points {
    margin: 0 0 1.3rem;
    padding: 0;
    list-style: none;
    display: flex;
    gap: 0.9rem;
    flex-wrap: wrap;
    color: #30476f;
    font-weight: 600;
    font-size: 0.93rem;
}

.job-inline-points li {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
}

.job-inline-points i {
    color: var(--job-primary);
}

.job-hero-cta {
    display: flex;
    gap: 0.8rem;
    flex-wrap: wrap;
}

.job-hero-card {
    border-radius: 18px;
    border: 1px solid #d8e5ff;
    background:
        radial-gradient(circle at 100% -8%, rgba(66, 191, 244, 0.28), transparent 40%),
        linear-gradient(155deg, #fafdff 0%, #eef4ff 100%);
    box-shadow: 0 20px 44px rgba(26, 67, 156, 0.12);
    padding: 1.15rem;
}

.job-hero-card h2 {
    margin: 0 0 0.65rem;
    font-size: 1.08rem;
}

.job-panel-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 0.58rem;
}

.job-panel-list li {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 0.55rem;
    padding: 0.62rem 0.66rem;
    border-radius: 12px;
    border: 1px solid #d9e7ff;
    background: #ffffff;
    color: #30476f;
    font-size: 0.88rem;
}

.job-panel-list i {
    color: #ffffff;
    width: 1.75rem;
    height: 1.75rem;
    display: grid;
    place-items: center;
    border-radius: 0.56rem;
    background: linear-gradient(140deg, var(--job-primary), var(--job-primary-2));
}

.job-chip {
    font-size: 0.72rem;
    font-weight: 700;
    color: #264999;
    background: #eef4ff;
    border: 1px solid #d5e2ff;
    padding: 0.18rem 0.45rem;
    border-radius: 999px;
}

.job-section-alt {
    background: #ffffff;
    border-top: 1px solid #e9eef8;
}

.job-section h2 {
    margin-bottom: 0.7rem;
}

.job-subtitle {
    color: #495f85;
    margin-top: 0;
    margin-bottom: 1.2rem;
}

.job-grid-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.9rem;
}

.job-feature {
    border: 1px solid #dbe6fb;
    border-radius: 14px;
    padding: 1rem;
    background: #ffffff;
}

.job-feature h3 {
    margin: 0.55rem 0 0.4rem;
    font-size: 1.15rem;
}

.job-feature p {
    margin: 0;
    color: #4f5f7f;
}

.job-feature i {
    color: #fff;
    width: 2rem;
    height: 2rem;
    border-radius: 0.65rem;
    display: grid;
    place-items: center;
    background: linear-gradient(145deg, var(--job-primary), var(--job-primary-2));
}

.job-steps {
    counter-reset: step;
    display: grid;
    gap: 0.8rem;
}

.job-step {
    position: relative;
    border: 1px solid #dbe6fb;
    border-radius: 14px;
    padding: 0.95rem 1rem 0.95rem 3.3rem;
    background: #ffffff;
}

.job-step::before {
    counter-increment: step;
    content: counter(step);
    position: absolute;
    top: 1rem;
    left: 1rem;
    width: 1.75rem;
    height: 1.75rem;
    border-radius: 999px;
    display: grid;
    place-items: center;
    font-weight: 800;
    color: #ffffff;
    background: linear-gradient(145deg, var(--job-primary), var(--job-primary-2));
}

.job-step h3 {
    margin: 0 0 0.25rem;
    font-size: 1.02rem;
}

.job-step p {
    margin: 0;
    color: #4b5f85;
}

.job-two-col {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}

.job-list-card {
    border: 1px solid #dbe6fb;
    border-radius: 14px;
    padding: 1rem;
    background: #ffffff;
}

.job-list-card h3 {
    margin: 0 0 0.5rem;
    font-size: 1.1rem;
}

.job-list-card ul {
    margin: 0;
    padding-left: 1.1rem;
    color: #475b82;
}

.job-list-card li+li {
    margin-top: 0.35rem;
}

.job-proof {
    border: 1px solid #dbe6fb;
    border-radius: 14px;
    padding: 1rem;
    background:
        radial-gradient(circle at 100% 0, rgba(66, 191, 244, 0.18), transparent 36%),
        linear-gradient(155deg, #fafdff 0%, #f2f7ff 100%);
}

.job-proof-nums {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.7rem;
    margin-bottom: 0.75rem;
}

.job-proof-nums div {
    border-radius: 12px;
    border: 1px solid #d7e4ff;
    background: #ffffff;
    padding: 0.72rem;
}

.job-proof-nums strong {
    font-size: 1.25rem;
    line-height: 1;
    display: block;
    color: #1f3f8f;
}

.job-proof-nums span {
    font-size: 0.8rem;
    color: #506487;
}

.job-proof blockquote {
    margin: 0;
    font-size: 1.02rem;
    color: #253e70;
}

.job-proof cite {
    display: block;
    margin-top: 0.5rem;
    font-style: normal;
    font-size: 0.85rem;
    color: #56698e;
}

.job-cta {
    border-top: 1px solid #e9eef8;
    background:
        radial-gradient(circle at 14% 100%, rgba(241, 93, 255, 0.17), transparent 35%),
        linear-gradient(155deg, #ffffff 0%, #eef5ff 100%);
}

.job-cta-box {
    border: 1px solid #d9e6ff;
    border-radius: 16px;
    padding: 1.25rem;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    flex-wrap: wrap;
}

.job-cta-box h2 {
    margin: 0 0 0.35rem;
}

.job-cta-box p {
    margin: 0;
    color: #4f6387;
}

@media (max-width: 920px) {
    :root {
        --header-h: 66px;
    }

    .nav {
        padding: 0.65rem 0;
    }

    .mobile-nav-toggle {
        display: inline-flex;
        flex-shrink: 0;
    }

    #primaryNav {
        position: fixed;
        top: var(--header-h);
        left: 0;
        right: 0;
        margin-left: 0;
        padding: 0.85rem 4%;
        background: #ffffff;
        border-bottom: 1px solid #dbe6fb;
        box-shadow: 0 16px 28px rgba(16, 37, 84, 0.15);
        flex-direction: column;
        align-items: stretch;
        gap: 0.35rem;
    }

    #primaryNav.collapse:not(.show) {
        display: none;
    }

    #primaryNav.collapse.show {
        display: flex;
    }

    #primaryNav>.mega-dropdown {
        margin-right: 0;
    }

    #primaryNav > a:not(.btn),
    #primaryNav>.mega-dropdown>.mega-toggle {
        width: 100%;
        padding: 0.55rem 0;
    }

    #primaryNav a.btn-small {
        width: 100%;
        margin: 0.35rem 0 0;
        text-align: center;
        padding-block: 0.64rem;
    }

    #primaryNav .mega-menu {
        --bs-dropdown-min-width: 100%;
        margin-top: 0.45rem !important;
        inset: auto !important;
        transform: none;
        position: static !important;
    }

    #primaryNav .mega-menu::before {
        display: none;
    }

    #primaryNav .mega-menu-shell {
        border-radius: 1rem;
        padding: 0.9rem;
    }

    .hero {
        height: auto;
        min-height: auto;
    }

    .hero-content {
        min-height: clamp(320px, 52svh, 460px);
    }

    .hero-copy {
        max-width: none;
        padding: 2.2rem 0 1rem;
    }

    .hero-visual {
        position: relative;
        inset: auto;
        width: 100%;
        min-height: 260px;
        clip-path: polygon(0 16%, 100% 0, 100% 100%, 0 100%);
        border-top: 1px solid rgba(99, 127, 189, 0.26);
    }

    .pain-overlay {
        min-height: 420px;
        justify-content: center;
    }

    .pain-copy {
        margin: 0 1rem;
        max-width: 100%;
    }

    .case-study {
        min-height: auto;
        padding: 3.5rem 0;
    }

    .case-study .container {
        min-height: auto;
        justify-content: center;
    }

    .stat-grid,
    .problem-grid,
    .steps {
        grid-template-columns: repeat(2, 1fr);
    }

    .job-hero-inner {
        grid-template-columns: 1fr;
        min-height: auto;
        padding: 2rem 0;
    }

    .job-grid-3 {
        grid-template-columns: 1fr 1fr;
    }

    .job-proof-nums {
        grid-template-columns: 1fr;
    }
}

.enquiry-wrap {
    min-height: calc(100vh - 70px);
    display: grid;
    align-items: center;
}

.enquiry-card {
    background: #fff;
    border: 1px solid var(--border);
    border-radius: 16px;
    padding: 2rem;
    max-width: 860px;
    margin: 0 auto;
}

.enquiry-form {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}

.enquiry-form label {
    display: grid;
    gap: 0.45rem;
    font-weight: 600;
    color: #334155;
}

.enquiry-form input,
.enquiry-form textarea {
    width: 100%;
    border: 1px solid var(--border);
    border-radius: 10px;
    padding: 0.7rem 0.85rem;
    font: inherit;
}

.enquiry-form .full {
    grid-column: 1 / -1;
}

.alert {
    border-radius: 10px;
    padding: 0.7rem 0.9rem;
    margin: 0.7rem 0 1rem;
    font-weight: 600;
}

.alert.success {
    background: #eafbf2;
    color: #166534;
    border: 1px solid #b7eac9;
}

.alert.error {
    background: #fff0f0;
    color: #991b1b;
    border: 1px solid #ffc9c9;
}

.hp {
    position: absolute;
    left: -9999px;
}

@media (max-width: 620px) {

    .stat-grid,
    .problem-grid,
    .steps,
    .enquiry-form {
        grid-template-columns: 1fr;
    }

    #primaryNav {
        gap: 0.65rem;
        margin-left: 0;
    }

    #primaryNav .mega-menu {
        --bs-dropdown-min-width: min(94vw, 520px);
        inset: auto auto auto 0 !important;
        transform: none;
    }

    #primaryNav .mega-menu::before {
        left: 2rem;
    }

    #primaryNav .mega-menu-head {
        flex-direction: column;
        align-items: flex-start;
    }

    #primaryNav .mega-grid {
        grid-template-columns: 1fr;
    }

    #primaryNav .mega-banner {
        align-items: flex-start;
        flex-direction: column;
    }

    .section {
        padding: 3.3rem 0;
    }

    .job-grid-3,
    .job-two-col {
        grid-template-columns: 1fr;
    }

    .job-step {
        padding-left: 1rem;
        padding-top: 3rem;
    }

    .job-step::before {
        top: 0.8rem;
        left: 0.8rem;
    }
}


#clients {
    padding: 2.2rem 0 1.8rem;
    background: #ffffff;
    border-top: 1px solid #e9eef8;
}

#clients .text-center {
    margin: 0;
    text-align: center;
    font-size: 0.88rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #6b7b98;
    font-weight: 700;
}

.marquee-wrapper {
    position: relative;
    overflow: hidden;
    width: min(var(--max), 92%);
    margin: 1rem auto 0;
    border: 1px solid #e1e8f5;
    border-radius: 999px;
    background: linear-gradient(180deg, #ffffff, #f8fbff);
}

.marquee-wrapper::before,
.marquee-wrapper::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: clamp(2.2rem, 7vw, 5.2rem);
    z-index: 2;
    pointer-events: none;
}

.marquee-wrapper::before {
    left: 0;
    background: linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
}

.marquee-wrapper::after {
    right: 0;
    background: linear-gradient(270deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
}

.marquee {
    display: flex;
    align-items: center;
    width: max-content;
    gap: clamp(2rem, 4vw, 3rem);
    padding: 0.8rem clamp(1rem, 2vw, 1.5rem);
    animation: marquee-scroll var(--marquee-duration, 28s) linear infinite;
    will-change: transform;
}

.marquee img {
    flex: 0 0 auto;
    height: clamp(1.4rem, 2.6vw, 1.9rem);
    width: auto;
    object-fit: contain;
    filter: grayscale(100%);
    opacity: 0.78;
    transition: filter 0.2s ease, opacity 0.2s ease;
}

.marquee img:hover {
    filter: grayscale(0%);
    opacity: 1;
}

@keyframes marquee-scroll {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

@media (prefers-reduced-motion: reduce) {
    .marquee {
        animation: none;
    }
}

/* Alternate Homepage */
.alt-home {
    --alt-dark: #061338;
    --alt-dark-2: #0b1d54;
    --alt-neon: #36d5ff;
    --alt-neon-2: #ff47df;
}

.alt-subhead {
    margin-top: 0;
    margin-bottom: 1.2rem;
    color: #4f6387;
}

.alt-integrations-title {
    text-align: center;
    font-size: clamp(2rem, 4.7vw, 4rem);
    line-height: 1.08;
    letter-spacing: -0.02em;
    margin-bottom: 2.2rem;
    color: #212126;
}

.alt-integrations-layout {
    display: grid;
    grid-template-columns: 0.85fr 1.15fr;
    gap: 1.2rem;
    align-items: center;
}

.alt-integrations-kicker {
    margin: 0 0 0.45rem;
    font-size: 0.8rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #48484c;
    font-weight: 700;
}

.alt-integrations-copy h3 {
    margin: 0 0 1rem;
    font-size: clamp(1.5rem, 3vw, 2.5rem);
    line-height: 1.14;
    letter-spacing: -0.01em;
    color: #22232a;
}

.alt-integrations-btn {
    border-radius: 999px;
    padding: 0.68rem 1.25rem;
    border: 1px solid #22232a;
    color: #22232a;
    background: transparent;
}

.alt-integrations-btn:hover,
.alt-integrations-btn:focus-visible {
    background: rgba(0, 0, 0, 0.05);
    color: #111217;
    border-color: #111217;
}

.alt-integrations-grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(74px, 1fr));
    gap: 0.65rem;
}

.alt-integration-tile {
    height: 84px;
    border-radius: 12px;
    border: 1px solid #bbbbbf;
    background: #fff;
    display: grid;
    place-items: center;
    padding: 0.45rem;
    box-shadow: 0 2px 6px rgba(12, 18, 35, 0.08);
}

.alt-integration-tile img {
    max-width: 84%;
    max-height: 40px;
    width: auto;
    height: auto;
    object-fit: contain;
}

.alt-products {
    border-top: 1px solid #e9eef8;
    background: linear-gradient(170deg, #ffffff 0%, #f5f9ff 100%);
}

.alt-product-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(260px, 1fr));
    gap: 0.9rem;
}

.alt-product-card {
    border: 1px solid #dbe6fc;
    border-radius: 14px;
    padding: 1rem;
    background: #ffffff;
    box-shadow: 0 8px 18px rgba(26, 69, 168, 0.06);
}

.alt-product-icon {
    width: 2.2rem;
    height: 2.2rem;
    border-radius: 0.72rem;
    display: grid;
    place-items: center;
    color: #ffffff;
    background: linear-gradient(145deg, #215fff, #38bfff);
}

.alt-product-card h3 {
    margin: 0.75rem 0 0.4rem;
    font-size: 1.25rem;
}

.alt-product-card p {
    margin: 0 0 0.8rem;
    color: #506486;
}

.alt-product-card a {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    text-decoration: none;
    color: #2652b1;
    font-weight: 700;
}

.alt-role-sections {
    border-top: 1px solid #e9eef8;
    background: #ffffff;
}

.alt-role-sections .container {
    display: grid;
    gap: 0.8rem;
}

.alt-role-spotlight {
    border: 1px solid #d9e5ff;
    border-radius: 14px;
    padding: 1rem;
    background:
        radial-gradient(circle at 92% 10%, rgba(79, 161, 255, 0.16), transparent 30%),
        linear-gradient(160deg, #ffffff 0%, #f6f9ff 100%);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    flex-wrap: wrap;
}

.alt-role-kicker {
    margin: 0 0 0.2rem;
    color: #335cae;
    font-weight: 800;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    font-size: 0.74rem;
}

.alt-role-spotlight h3 {
    margin: 0 0 0.35rem;
    font-size: 1.3rem;
}

.alt-role-spotlight p {
    margin: 0;
    color: #4b5f84;
    max-width: 70ch;
}

.alt-pricing-band {
    position: relative;
    overflow: hidden;
    border-top: 1px solid #07173e;
    border-bottom: 1px solid #07173e;
    background:
        radial-gradient(circle at 8% 18%, rgba(54, 213, 255, 0.22), transparent 36%),
        radial-gradient(circle at 88% 86%, rgba(255, 71, 223, 0.2), transparent 42%),
        linear-gradient(145deg, #04103a 0%, #08174a 40%, #0b205f 100%);
    background-image: url(assets/xwrk_bg.png);
    background-position: bottom;
    background-size: cover;
}

.alt-pricing-band::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        linear-gradient(90deg, rgba(81, 154, 255, 0.2) 1px, transparent 1px),
        linear-gradient(rgba(81, 154, 255, 0.2) 1px, transparent 1px);
    background-size: 42px 42px;
    mask-image: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.45) 34%, rgba(0, 0, 0, 0.95) 100%);
}

.alt-pricing-shell {
    position: relative;
    z-index: 1;
    text-align: center;
    color: #eaf1ff;
}

.alt-pricing-shell h2 {
    margin-bottom: 0.8rem;
    font-size: clamp(2rem, 5vw, 3.6rem);
    line-height: 1.08;
}

.alt-pricing-shell p {
    margin: 0 auto 1.3rem;
    max-width: 64ch;
    font-size: 1.15rem;
    color: #cedafe;
}

.alt-pricing-cards {
    display: grid;
    grid-template-columns: repeat(3, minmax(160px, 1fr));
    gap: 1rem;
    margin-bottom: 1.4rem;
}

.alt-plan {
    border-radius: 20px;
    border: 1px solid rgba(134, 173, 255, 0.55);
    background: linear-gradient(165deg, rgb(38 65 130 / 93%), rgb(6 14 37 / 69%));
    box-shadow: inset 0 0 11px 1px rgba(255, 255, 255, 0.08), 0px 20px 20px 4px rgba(3, 15, 44, 0.45);
    padding: 1.2rem 0.8rem;
}

.alt-plan h3 {
    margin: 0 0 0.6rem;
    font-size: 2rem;
}

.alt-plan i {
    display: inline-grid;
    place-items: center;
    margin: 0 auto 0.8rem;
    width: 2.9rem;
    height: 2.9rem;
    border-radius: 1rem;
    font-size: 1.45rem;
    color: #7de9ff;
    border: 1px solid rgba(125, 233, 255, 0.45);
    background: rgba(11, 35, 95, 0.72);
}

.alt-plan span {
    display: block;
    color: #c8d9ff;
    font-weight: 600;
    font-size: 0.9rem;
}

.alt-plan-pro {
    transform: translateY(-10px) scale(1.03);
    border: 2px solid rgba(255, 81, 230, 0.55);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.09), 0 0 36px rgba(255, 81, 230, 0.26), 0 20px 36px rgba(3, 15, 44, 0.55);
}

.alt-plan-pro i {
    color: #4af7ff;
    border-color: rgba(74, 247, 255, 0.65);
}

.alt-pricing-btn.btn {
    min-width: 170px;
    border: 1px solid rgba(255, 255, 255, 0.35);
    box-shadow: 0 0 25px rgba(87, 186, 255, 0.32);
}

.alt-testimonials {
    border-top: 1px solid #e9eef8;
    background: #ffffff;
}

.alt-testimonial-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(230px, 1fr));
    gap: 0.9rem;
}

.alt-quote-card {
    margin: 0;
    border: 1px solid #dae6ff;
    border-radius: 14px;
    padding: 1rem;
    background: linear-gradient(165deg, #ffffff 0%, #f6f9ff 100%);
}

.alt-quote-card p {
    margin: 0 0 0.75rem;
    color: #24355b;
    font-size: 1.03rem;
}

.alt-quote-card cite {
    color: #5672a2;
    font-style: normal;
    font-size: 0.86rem;
    font-weight: 600;
}

.alt-faq {
    border-top: 1px solid #e9eef8;
    background: #f8fbff;
}

.alt-big-stats {
    border-top: 1px solid #d8e4fb;
    border-bottom: 1px solid #d8e4fb;
    background: linear-gradient(165deg, #eef4ff 0%, #e6f1ff 100%);
}

.alt-stat-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(150px, 1fr));
    gap: 0.9rem;
}

.alt-stat-grid article {
    border: 1px solid #cfe0ff;
    border-radius: 14px;
    background: #ffffff;
    padding: 1rem;
    text-align: center;
}

.alt-stat-grid strong {
    display: block;
    font-size: clamp(1.7rem, 3vw, 2.5rem);
    line-height: 1.05;
    color: #1c4197;
}

.alt-stat-grid span {
    display: block;
    margin-top: 0.45rem;
    color: #4d648d;
    font-size: 0.9rem;
}

.alt-final-cta {
    border-top: 1px solid #d8e4fb;
    background: linear-gradient(145deg, #ffffff 0%, #f2f7ff 100%);
}

.alt-final-cta-box {
    border: 1px solid #d4e1ff;
    border-radius: 16px;
    background: #ffffff;
    padding: 1.25rem;
    box-shadow: 0 14px 30px rgba(20, 52, 121, 0.1);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    flex-wrap: wrap;
}

.alt-final-cta-box h2 {
    margin: 0 0 0.4rem;
}

.alt-final-cta-box p {
    margin: 0;
    color: #4e6386;
}

.alt-final-cta-actions {
    display: flex;
    gap: 0.7rem;
    flex-wrap: wrap;
}

.alt-footer {
    border-top: 1px solid #112869;
    background:
        radial-gradient(circle at 7% 8%, rgba(48, 159, 255, 0.2), transparent 30%),
        radial-gradient(circle at 96% 86%, rgba(255, 77, 229, 0.17), transparent 38%),
        linear-gradient(155deg, #07143a 0%, #0a1f57 65%, #0d275f 100%);
    color: #d9e6ff;
}

.alt-footer-grid {
    display: grid;
    grid-template-columns: 1.2fr 1fr 1fr 1fr;
    gap: 1rem;
    padding: 2.8rem 0 1.6rem;
}

.alt-footer-logo {
    width: 130px;
    height: auto;
    margin-bottom: 0.85rem;
}

.alt-footer-grid h3 {
    margin: 0 0 0.55rem;
    font-size: 1rem;
    color: #ffffff;
}

.alt-footer-grid p {
    margin: 0;
    color: #bfd0f4;
}

.alt-footer-grid a {
    display: block;
    color: #dbe7ff;
    text-decoration: none;
    margin: 0.35rem 0;
}

.alt-footer-grid a:hover,
.alt-footer-grid a:focus-visible {
    color: #ffffff;
}

.alt-footer-grid .btn {
    display: inline-block;
    margin-top: 0.5rem;
}

.alt-footer-bottom {
    border-top: 1px solid rgba(141, 174, 245, 0.22);
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    flex-wrap: wrap;
    padding: 1rem 0 1.5rem;
    color: #b9caed;
    font-size: 0.88rem;
}

@media (max-width: 920px) {
    .alt-integrations-layout {
        grid-template-columns: 1fr;
    }

    .alt-integrations-title {
        margin-bottom: 1.3rem;
    }

    .alt-integrations-grid {
        grid-template-columns: repeat(4, minmax(74px, 1fr));
    }

    .alt-product-grid,
    .alt-testimonial-grid,
    .alt-stat-grid,
    .alt-footer-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .alt-pricing-cards {
        grid-template-columns: 1fr;
        max-width: 380px;
        margin-left: auto;
        margin-right: auto;
    }

    .alt-plan-pro {
        transform: none;
    }
}

@media (max-width: 620px) {
    .alt-integrations-grid {
        grid-template-columns: repeat(3, minmax(74px, 1fr));
    }

    .alt-product-grid,
    .alt-testimonial-grid,
    .alt-stat-grid,
    .alt-footer-grid {
        grid-template-columns: 1fr;
    }

    .alt-role-spotlight h3 {
        font-size: 1.15rem;
    }

    .alt-pricing-shell h2 {
        font-size: clamp(1.7rem, 7vw, 2.4rem);
    }
}
