:root {
  --navy: #042047;
  --blue: #374d78;
  --periwinkle: #b7bfcd;
  --warm-white: #ede8e4;
  --cream: #f7e8c8;
  --white: #ffffff;
  --ink: #0a1733;
  --muted: #5f6877;
  --line: rgba(4, 32, 71, 0.14);
  --shadow: 0 20px 50px rgba(4, 32, 71, 0.13);
  --radius: 22px;
  --page: min(1180px, calc(100% - 40px));
}

html {
    scroll-behavior: smooth;
}

.wix-page,
.wix-page *,
.wix-page *::before,
.wix-page *::after {
    box-sizing: border-box;
}

.wix-page {
  --navy: #042047;
  --blue: #374d78;
  --periwinkle: #b7bfcd;
  --warm-white: #ede8e4;
  --cream: #f7e8c8;
  --white: #ffffff;
  --ink: #0a1733;
  --muted: #5f6877;
  --line: rgba(4, 32, 71, 0.14);
  --shadow: 0 20px 50px rgba(4, 32, 71, 0.13);
  --radius: 22px;
  --page: min(1180px, calc(100% - 40px));

  color: var(--ink);
  background: var(--white);
  font-family: Georgia, "Times New Roman", serif;
  line-height: 1.55;
}

.wix-page img,
.wix-page svg {
    display: block;
    max-width: 100%;
}

.wix-page a {
    color: inherit;
    text-decoration: none;
}

.wix-page p,
.wix-page h1,
.wix-page h2,
.wix-page h3,
.wix-page blockquote {
    margin-top: 0;
}

.wix-page .page-width {
    width: var(--page);
    margin-inline: auto;
}

.wix-page .narrow {
    width: min(720px, calc(100% - 40px));
    margin-inline: auto;
}

.wix-page .center {
    text-align: center;
}

.wix-page .section-space {
    padding: 105px 0;
}

.eyebrow {
  margin-bottom: 10px;
  color: var(--blue);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.eyebrow.light { color: rgba(255,255,255,0.78); }

h1, h2, h3, .logo-word, .logo-subword {
  font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
}
h2 {
  margin-bottom: 22px;
  font-size: clamp(2.25rem, 5vw, 4.8rem);
  font-weight: 300;
  line-height: 0.98;
  letter-spacing: -0.045em;
}
h3 { letter-spacing: 0.02em; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(237, 232, 228, 0.94);
  border-bottom: 1px solid rgba(4,32,71,0.08);
  backdrop-filter: blur(12px);
}
.header-inner {
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}
/*.brand { color: var(--navy); flex: 0 0 230px; }*/
.brand-logo { width: 215px; }
.logo-word { fill: currentColor; stroke: none; font-size: 19px; letter-spacing: 1.3px; }
.logo-subword { fill: currentColor; stroke: none; font-size: 12px; font-weight: 700; letter-spacing: 3px; }
.primary-nav { display: flex; align-items: center; gap: 25px; font-family: Arial, Helvetica, sans-serif; font-size: 0.9rem; }
.primary-nav a { position: relative; }
.primary-nav a:not(.nav-cta)::after {
  content: ""; position: absolute; left: 0; right: 100%; bottom: -7px; height: 1px; background: var(--navy); transition: right 180ms ease;
}
.primary-nav a:hover::after { right: 0; }
.nav-cta { padding: 10px 17px; color: var(--white); background: var(--navy); border-radius: 999px; }

/* =========================================================
   WIX HERO
   Reference proportions: approximately 994px × 846px
   ========================================================= */

#main-content.wix-page .hero-title-primary {
    color: #000000;
}

@media (prefers-color-scheme: dark) {
    #main-content.wix-page .hero-title-primary {
        color: #ffffff;
    }
}

#main-content.wix-page .wix-hero {
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
    overflow: hidden;
    color: #ffffff;
    /*background: #111111;*/
}

/* -------------------------
   Main two-line heading
   ------------------------- */

#main-content.wix-page .hero-title {
    position: relative;
    z-index: 10;

    height: clamp(98px, 11.67vw, 138px);
    margin: 0;

    font-family:
        "Avenir Next",
        Avenir,
        "Helvetica Neue",
        Arial,
        sans-serif;

    font-weight: 300;
    text-align: center;
    letter-spacing: -0.035em;
    color: #ffffff;
    /*background: #111111;*/
}

#main-content.wix-page .hero-title-primary {
    display: block;

    font-size: clamp(70px, 10.8vw, 126px);
    font-weight: 300;
    line-height: 1;
    white-space: nowrap;
}

#main-content.wix-page .hero-title-secondary {
    position: absolute;
    z-index: 10;
    top: 100%;
    left: 50%;

    display: block;

    transform: translateX(-50%);

    font-size: clamp(66px, 10.2vw, 120px);
    font-weight: 300;
    line-height: 0.93;
    white-space: nowrap;
}

/* -------------------------
   Background-image stage
   ------------------------- */

#main-content.wix-page .hero-stage {
    position: relative;

    width: calc(100% - 20px);
    aspect-ratio: 1011 / 748;
    margin: 0 10px 13px;

    overflow: hidden;
    background: #8baee0;
}

#main-content.wix-page .hero-background {
    position: absolute;
    z-index: 0;
    inset: 0;

    width: 100%;
    height: 100%;

    display: block;
    object-fit: cover;
}

/* -------------------------
   Black text panels
   ------------------------- */

#main-content.wix-page .hero-copy-grid {
    position: absolute;
    z-index: 3;

    top: 26.5%;
    left: 15.2%;

    display: grid;
    grid-template-columns: 48.3fr 51.7fr;
    column-gap: 15px;

    width: 75.7%;
    height: 29.7%;

    background: transparent;
}

#main-content.wix-page .hero-copy {
    position: relative;
    z-index: 3;

    display: flex;
    flex-direction: column;
    justify-content: center;

    background: #101010;
    color: #ffffff;

    font-family:
        "Avenir Next",
        Avenir,
        "Helvetica Neue",
        Arial,
        sans-serif;

    font-size: clamp(11px, 1.45vw, 17px);
    font-weight: 400;
    line-height: 1.13;
}

#main-content.wix-page .hero-copy p {
    margin: 0;
}

#main-content.wix-page .hero-copy-left {
    padding: 5.5% 8%;
    text-align: left;
    background: #ffffff;
}

#main-content.wix-page .hero-copy-right {
    padding: 5.5% 8%;
    text-align: right;
    background: #ffffff;
}

#main-content.wix-page .hero-copy-intro {
    margin-bottom: 1.25em !important;
}

/* -------------------------
   Graduation cap overlay
   ------------------------- */

#main-content.wix-page .hero-cap {
    position: absolute;
    z-index: 6;

    top: 20%;
    left: 50%;

    width: 52%;
    height: auto;

    display: block;
    transform: translateX(-50%);
    pointer-events: none;
}

/* -------------------------
   Centre separator and credit
   ------------------------- */

#main-content.wix-page .hero-divider {
    position: absolute;
    z-index: 2;

    top: 56.15%;
    left: 0;

    width: 100%;
    height: 2.45%;

    background: #111111;
}

#main-content.wix-page .hero-credit {
    position: absolute;
    z-index: 7;

    top: 57.35%;
    left: 50%;

    transform: translate(-50%, -50%);

    color: #ffffff;

    font-family: Arial, sans-serif;
    font-size: clamp(4px, 0.48vw, 7px);
    font-weight: 400;
    line-height: 1;
    white-space: nowrap;
}

/* -------------------------
   Bottom marquee
   ------------------------- */

#main-content.wix-page .hero-marquee {
    position: absolute;
    z-index: 8;
    right: 0;
    bottom: 4.7%;
    left: 0;

    width: 100%;
    overflow: hidden;

    color: #ffffff;
    font-family:
        "Avenir Next",
        Avenir,
        "Helvetica Neue",
        Arial,
        sans-serif;
    font-size: clamp(12px, 1.8vw, 21px);
    font-weight: 300;
    line-height: 1.2;
    white-space: nowrap;
}

#main-content.wix-page .hero-marquee-track {
    display: inline-flex;
    align-items: center;
    width: max-content;

    animation-name: wix-hero-marquee;
    animation-duration: 18s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;

    will-change: transform;
}

#main-content.wix-page .hero-marquee-item {
    display: inline-block;
    flex: 0 0 auto;
    padding-right: 40px;
    white-space: nowrap;
}

@keyframes wix-hero-marquee {
    from {
        transform: translate3d(0, 0, 0);
    }

    to {
        transform: translate3d(-50%, 0, 0);
    }
}

/*@media (prefers-reduced-motion: reduce) {
    #main-content.wix-page .hero-marquee-track {
        animation: none;
    }
}*/

@media (max-width: 700px) {
    #main-content.wix-page .hero-title {
        height: 78px;
    }

    #main-content.wix-page .hero-title-primary {
        font-size: clamp(54px, 14vw, 76px);
    }

    #main-content.wix-page .hero-title-secondary {
        font-size: clamp(49px, 13vw, 70px);
    }

    #main-content.wix-page .hero-copy-grid {
        top: 27%;
        left: 8%;

        width: 84%;
        height: 34%;
    }

    #main-content.wix-page .hero-copy {
        font-size: clamp(8px, 2.1vw, 12px);
    }

    #main-content.wix-page .hero-cap {
        top: 19%;
        width: 57%;
    }

    #main-content.wix-page .hero-divider {
        top: 61%;
    }

    #main-content.wix-page .hero-credit {
        top: 62.2%;
    }

    #main-content.wix-page .hero-marquee {
        bottom: 4%;
        font-size: 12px;
    }
}


.cap-mark { position: relative; z-index: 2; height: 112px; }
.cap-top {
  position: absolute; left: 50%; top: 14px; width: 105px; height: 55px;
  transform: translateX(-50%) rotate(3deg) skewX(-15deg);
  background: linear-gradient(145deg, var(--navy), #1b4d90);
  clip-path: polygon(50% 0, 100% 35%, 50% 70%, 0 35%);
  filter: drop-shadow(0 12px 10px rgba(4,32,71,.35));
}
.cap-band { position: absolute; left: 50%; top: 48px; width: 55px; height: 42px; transform: translateX(-50%); background: var(--navy); border-radius: 2px 2px 28px 28px; }
.cap-tassel { position: absolute; left: calc(50% + 48px); top: 41px; width: 2px; height: 57px; background: var(--navy); transform: rotate(-8deg); transform-origin: top; }
.cap-tassel::after { content:""; position:absolute; left:-4px; bottom:-8px; width:10px; height:16px; background:var(--navy); border-radius: 0 0 7px 7px; }
.hero-note { margin: 0; font-size: .98rem; letter-spacing: .04em; }

.intro { min-height: 520px; display: grid; align-items: center; }
.intro h2 { color: var(--navy); }
.intro-logo { width: 235px; margin: 25px auto 18px; color: var(--navy); }
.intro-copy { max-width: 610px; margin: 0 auto; color: var(--muted); }

.capabilities { padding-top: 70px; }
.section-heading { max-width: 800px; margin-bottom: 48px; }
.section-heading.center { margin-inline: auto; }
.section-heading p:last-child { color: var(--muted); }
.capability-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.capability-card {
  position: relative;
  min-height: 310px;
  padding: 42px 34px;
  overflow: hidden;
  border-radius: var(--radius);
  box-shadow: 0 14px 35px rgba(4,32,71,.08);
  transition: transform 180ms ease, box-shadow 180ms ease;
}
.capability-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.capability-card h3 { margin: 70px 0 22px; font-size: 2rem; font-weight: 400; }
.capability-card p { margin: 0; }
.card-number { position: absolute; top: 25px; right: 27px; color: rgba(4,32,71,.35); font-family: Arial, Helvetica, sans-serif; font-size: .8rem; font-weight: 700; }
.capability-qualify { background: #b7c6e4; }
.capability-score { background: #e1d9d3; }
.capability-guide { background: #f0f0ef; }

.automation-section { padding: 145px 0; color: var(--white); background: var(--blue); overflow: hidden; }
.automation-layout { min-height: 360px; display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 50px; }
.automation-art { position: relative; min-height: 330px; }
.orbit { position: absolute; inset: 50% auto auto 50%; border: 1px solid rgba(247,232,200,.48); border-radius: 50%; transform: translate(-50%,-50%) rotate(-18deg); }
.orbit-one { width: 330px; height: 130px; }
.orbit-two { width: 260px; height: 230px; transform: translate(-50%,-50%) rotate(35deg); }
.orbit-three { width: 180px; height: 310px; transform: translate(-50%,-50%) rotate(70deg); }
.node { position: absolute; width: 18px; height: 18px; background: var(--cream); border-radius: 50%; box-shadow: 0 0 0 8px rgba(247,232,200,.12); }
.node-a { left: 17%; top: 39%; } .node-b { right: 18%; top: 28%; } .node-c { left: 48%; top: 16%; } .node-d { right: 28%; bottom: 17%; } .node-e { left: 33%; bottom: 21%; }
.automation-card { padding: 46px; color: var(--ink); background: var(--cream); box-shadow: var(--shadow); }
.automation-card h2 { color: var(--navy); font-size: clamp(2rem, 4vw, 3.5rem); }
.automation-card ul { margin: 28px 0 0; padding: 0; list-style: none; }
.automation-card li { position: relative; padding: 10px 0 10px 31px; border-top: 1px solid rgba(4,32,71,.12); }
.automation-card li::before { content: "✓"; position: absolute; left: 2px; color: var(--blue); font-family: Arial, sans-serif; font-weight: 700; }

.statement-section { min-height: 430px; padding: 105px 0; display: grid; align-items: center; background: var(--cream); }
.statement-section blockquote { margin: 0; color: var(--navy); font-size: clamp(1.8rem, 4.2vw, 3.7rem); line-height: 1.18; }

.advantage { background: var(--warm-white); }
.metrics-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.metric-card { min-height: 240px; padding: 34px; background: var(--white); border-radius: var(--radius); border: 1px solid rgba(4,32,71,.06); }
.metric-card strong { display: block; color: var(--navy); font-family: "Arial Narrow", Arial, sans-serif; font-size: clamp(3.2rem, 7vw, 6.4rem); font-weight: 700; line-height: .9; letter-spacing: -.05em; }
.metric-card h3 { margin: 26px 0 8px; font-size: 1.08rem; text-transform: uppercase; }
.metric-card p { margin: 0; color: var(--muted); }
.prototype-note { margin: 18px 0 0; color: var(--muted); font-size: .75rem; font-style: italic; }

.process { background: var(--white); }
.process-panel { max-width: 800px; margin: 0 auto; padding: 35px 48px; color: var(--white); background: linear-gradient(145deg, var(--blue), #506da4); box-shadow: var(--shadow); }
.process-panel article { position: relative; padding: 23px 0 23px 72px; border-bottom: 1px solid rgba(255,255,255,.25); }
.process-panel article:last-child { border-bottom: 0; }
.process-panel span { position: absolute; left: 0; top: 23px; width: 44px; height: 44px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.5); border-radius: 50%; font-family: Arial, sans-serif; font-size: .75rem; }
.process-panel h3 { margin-bottom: 6px; font-size: 1.2rem; }
.process-panel p { margin: 0; color: rgba(255,255,255,.78); }

.dashboard-section { background: #e8eef9; }
.dashboard-shell { overflow: hidden; border: 1px solid rgba(4,32,71,.09); border-radius: 14px; background: var(--white); box-shadow: var(--shadow); }
.dashboard-tabs { display: grid; grid-template-columns: repeat(5, 1fr); gap: 8px; padding: 18px; background: #eef2f9; font-family: Arial, Helvetica, sans-serif; font-size: .74rem; text-transform: uppercase; letter-spacing: .05em; }
.dashboard-tabs span { padding: 12px 8px; text-align: center; background: #c7d3ee; border-radius: 5px; }
.dashboard-tabs .active { color: var(--white); background: var(--blue); }
.dashboard-body { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; padding: 26px; }
.dash-card { padding: 24px; border: 1px solid var(--line); border-radius: 10px; background: var(--white); }
.dash-summary small { display: block; color: var(--muted); font-family: Arial, sans-serif; text-transform: uppercase; letter-spacing: .06em; }
.dash-summary strong { display: block; margin: 8px 0 2px; color: var(--navy); font-family: Arial, sans-serif; font-size: 2.3rem; }
.dash-summary span { color: var(--blue); font-size: .78rem; }
.dash-chart { grid-column: span 3; }
.dash-queue { grid-column: span 1; }
.dash-card h3 { margin-bottom: 20px; color: var(--navy); font-size: 1rem; }
.bar-row { display: grid; grid-template-columns: 140px 1fr 30px; align-items: center; gap: 12px; margin: 12px 0; font-size: .78rem; }
.bar-row i { display: block; height: 9px; overflow: hidden; background: #edf1f8; border-radius: 20px; }
.bar-row i::before { content:""; display:block; width:var(--bar); height:100%; background:var(--blue); border-radius:inherit; }
.bar-row b { color: var(--navy); font-family: Arial, sans-serif; }
.dash-queue p { display: flex; align-items: center; gap: 9px; padding: 12px 0; margin: 0; border-top: 1px solid var(--line); font-size: .84rem; }
.status-dot { width: 9px; height: 9px; flex: 0 0 auto; border-radius: 50%; }
.urgent { background: #ad5360; } .warning { background: #d9a938; } .good { background: #62856d; }

.contact-section { padding: 85px 0; color: var(--white); background: var(--navy); }
.contact-layout { display: flex; justify-content: space-between; align-items: center; gap: 40px; }
.contact-layout h2 { margin: 0; max-width: 760px; font-size: clamp(2.2rem, 5vw, 4.6rem); }
.button { flex: 0 0 auto; padding: 15px 23px; color: var(--navy); background: var(--cream); border-radius: 999px; font-family: Arial, sans-serif; font-weight: 700; }
.site-footer { padding: 28px 0; background: var(--warm-white); color: var(--navy); font-size: .8rem; }
.footer-layout { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 24px; }
.footer-links { justify-self: end; display: flex; gap: 20px; }

@media (max-width: 920px) {
  .primary-nav a:not(.nav-cta) { display: none; }
  .brand { flex-basis: 190px; }
  .brand-logo { width: 180px; }
  .hero-proposition { grid-template-columns: 1fr; max-width: 620px; }
  .hero-proposition article:first-child, .hero-proposition article:last-child { border-radius: 12px; }
  .cap-mark { height: 90px; margin: -12px 0; }
  .capability-grid, .automation-layout { grid-template-columns: 1fr; }
  .automation-art { min-height: 260px; }
  .dashboard-body { grid-template-columns: repeat(2, 1fr); }
  .dash-chart, .dash-queue { grid-column: span 2; }
  .contact-layout { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 620px) {
  :root { --page: min(100% - 28px, 1180px); }
  .section-space { padding: 76px 0; }
  .header-inner { min-height: 70px; }
  .brand { flex-basis: 155px; }
  .brand-logo { width: 152px; }
  .nav-cta { padding: 9px 12px; font-size: .78rem; }
  .hero { min-height: 730px; }
  .hero-content { padding-top: 45px; }
  .hero h1 { font-size: clamp(3.7rem, 20vw, 6rem); line-height: .78; }
  .hero-proposition article { padding: 22px; }
  .capability-grid, .metrics-grid { grid-template-columns: 1fr; }
  .capability-card { min-height: 260px; }
  .automation-section { padding: 90px 0; }
  .automation-card { padding: 32px 24px; }
  .statement-section { min-height: 360px; padding: 75px 0; }
  .process-panel { padding: 24px; }
  .process-panel article { padding-left: 58px; }
  .dashboard-tabs { grid-template-columns: repeat(2, 1fr); }
  .dashboard-tabs span:last-child { grid-column: span 2; }
  .dashboard-body { grid-template-columns: 1fr; padding: 16px; }
  .dash-card, .dash-chart, .dash-queue { grid-column: span 1; }
  .bar-row { grid-template-columns: 105px 1fr 26px; }
  .footer-layout { grid-template-columns: 1fr; text-align: center; }
  .footer-links { justify-self: center; }
}

.wix-page {
    background: #ffffff;
    color: #042047;
}

.wix-page .hero {
    min-height: 700px;
}

.wix-page .section-title {
    font-size: 3rem;
}

.wix-page .cta-button {
    background: #374d78;
}