.elementor-15 .elementor-element.elementor-element-4b2229a{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-8018ad5 */:root {
      --bg: #101318;
      --bg-soft: #141922;
      --panel: #171d27;
      --panel-2: #1b2230;
      --line: rgba(255,255,255,.09);
      --line-strong: rgba(255,255,255,.16);
      --text: #f2f5f8;
      --muted: #9ca7b7;
      --muted-2: #6f7c8e;
      --blue: #5d8cff;
      --blue-2: #7ba6ff;
      --blue-dark: #244681;
      --cyan: #70d4ff;
      --success: #7cd7b0;
      --shadow: 0 28px 80px rgba(0,0,0,.32);
      --radius-sm: 12px;
      --radius: 18px;
      --radius-lg: 26px;
      --container: 1240px;
      --ease: cubic-bezier(.2,.8,.2,1);
    }

    * { box-sizing: border-box; }
    html { scroll-behavior: smooth; }
    body {
      margin: 0;
      color: var(--text);
      background:
        radial-gradient(circle at 12% -8%, rgba(68,99,164,.22), transparent 27%),
        radial-gradient(circle at 92% 14%, rgba(33,70,128,.16), transparent 29%),
        linear-gradient(180deg, #11151b 0%, #0f1217 100%);
      font-family: "Outfit", sans-serif;
      -webkit-font-smoothing: antialiased;
      overflow-x: hidden;
    }

    img { display: block; width: 100%; }
    a { color: inherit; text-decoration: none; }
    button, input, textarea, select { font: inherit; }
    button { cursor: pointer; }

    ::selection {
      background: rgba(93,140,255,.35);
      color: #fff;
    }

    .container {
      width: min(calc(100% - 40px), var(--container));
      margin-inline: auto;
    }

    .section {
      position: relative;
      padding: 76px 0;
    }

    .section--tight {
      padding: 60px 0;
    }

    .eyebrow {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      margin-bottom: 22px;
      color: #c7d7ff;
      font-size: 13px;
      line-height: 1;
      font-weight: 600;
      letter-spacing: .16em;
      text-transform: uppercase;
    }


    h1, h2, h3, h4 {
      margin: 0;
      font-family: "Outfit", sans-serif;
      letter-spacing: -.03em;
    }

    h1 {
      max-width: 940px;
      font-size: clamp(34px, 4.1vw, 58px);
      line-height: 1.12;
      font-weight: 600;
    }

    h2 {
      font-size: clamp(25px, 2.7vw, 39px);
      line-height: 1.02;
      font-weight: 600;
    }

    h3 {
      font-size: 17px;
      line-height: 1.2;
      font-weight: 600;
    }

    p {
      margin: 0;
      color: var(--muted);
      font-size: 16px;
      line-height: 1.72;
    }

    .lead {
      max-width: 640px;
      font-size: 13px;
      color: #b4bfce;
    }

    .gradient-text {
      background: linear-gradient(110deg, #ffffff 14%, #93b2ff 60%, #6fd5ff 100%);
      -webkit-background-clip: text;
      background-clip: text;
      color: transparent;
      font-weight: inherit;
    }

    .btn {
      min-height: 46px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 9px;
      padding: 0 18px;
      border: 1px solid rgba(255,255,255,.14);
      border-radius: 10px;
      color: #f7f9fc;
      background: #2a3444;
      box-shadow:
        inset 0 1px 0 rgba(255,255,255,.055),
        0 5px 14px rgba(0,0,0,.16);
      font-weight: 600;
      letter-spacing: -.01em;
      transition:
        transform .22s var(--ease),
        background .22s var(--ease),
        border-color .22s var(--ease);
    }

    .btn:hover {
      transform: translateY(-1px);
      background: #354154;
      border-color: rgba(158,184,239,.34);
    }

    .btn--ghost {
      background: rgba(255,255,255,.025);
      border-color: rgba(255,255,255,.11);
      box-shadow: inset 0 1px 0 rgba(255,255,255,.025);
      color: #dce3ec;
    }

    .btn--ghost:hover {
      background: rgba(255,255,255,.055);
      border-color: rgba(255,255,255,.18);
      color: #fff;
      box-shadow: inset 0 1px 0 rgba(255,255,255,.045);
    }

    .btn svg { width: 18px; height: 18px; }

    .nav-wrap {
      position: fixed;
      z-index: 50;
      inset: 18px 0 auto;
      pointer-events: none;
    }

    .nav {
      width: min(calc(100% - 30px), 1270px);
      margin-inline: auto;
      min-height: 70px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 30px;
      padding: 0 18px 0 24px;
      border: 1px solid rgba(255,255,255,.085);
      border-radius: 18px;
      background: rgba(18,22,29,.75);
      backdrop-filter: blur(18px);
      box-shadow: 0 18px 45px rgba(0,0,0,.18);
      pointer-events: auto;
      transition: background .3s ease, border-color .3s ease, transform .3s ease;
    }

    .nav.scrolled {
      background: rgba(14,18,24,.92);
      border-color: rgba(255,255,255,.13);
    }

    .brand {
      display: inline-flex;
      align-items: center;
      gap: 13px;
      font-family: "Outfit", sans-serif;
      font-weight: 600;
      letter-spacing: -.03em;
    }

    .brand-mark {
      width: 34px;
      height: 34px;
      position: relative;
      border-radius: 10px;
      background:
        linear-gradient(145deg, rgba(130,171,255,.95), rgba(53,95,177,.9)),
        #416ec7;
      box-shadow: inset 0 1px rgba(255,255,255,.28), 0 10px 28px rgba(65,110,199,.3);
      overflow: hidden;
    }

    .brand-mark::before,
    .brand-mark::after {
      content: "";
      position: absolute;
      background: #0f141b;
      border-radius: 2px;
      transform: rotate(-28deg);
    }

    .brand-mark::before {
      width: 8px;
      height: 38px;
      left: 9px;
      top: -4px;
    }

    .brand-mark::after {
      width: 8px;
      height: 38px;
      right: 8px;
      bottom: -4px;
    }

    .nav-links {
      display: flex;
      align-items: center;
      gap: 28px;
    }

    .nav-links a {
      color: #b9c1cd;
      font-size: 13px;
      font-weight: 600;
      transition: color .25s ease;
    }

    .nav-links a:hover { color: #fff; }

    .nav-actions {
      display: flex;
      align-items: center;
      gap: 10px;
    }

    .nav .btn {
      min-height: 42px;
      padding-inline: 17px;
      font-size: 13px;
    }

    .menu-btn {
      display: none;
      width: 43px;
      height: 43px;
      border-radius: 12px;
      border: 1px solid var(--line);
      background: rgba(255,255,255,.04);
      color: #fff;
    }

    .hero {
      position: relative;
      min-height: 760px;
      display: flex;
      align-items: center;
      padding: 132px 0 56px;
      overflow: hidden;
    }

    .hero-grid {
      position: relative;
      z-index: 2;
      display: grid;
      grid-template-columns: 1.06fr .94fr;
      align-items: center;
      gap: 48px;
    }

    .hero-copy {
      padding-top: 54px;
    }

    .hero-copy .lead {
      margin-top: 22px;
      max-width: 610px;
    }

    .hero-actions {
      display: flex;
      flex-wrap: wrap;
      gap: 12px;
      margin-top: 28px;
    }

    .hero-proof {
      display: flex;
      align-items: center;
      flex-wrap: wrap;
      gap: 18px;
      margin-top: 32px;
      color: #8f9aac;
      font-size: 13px;
    }

    .avatars {
      display: flex;
    }

    .avatars img {
      width: 38px;
      height: 38px;
      border-radius: 50%;
      object-fit: cover;
      border: 3px solid #12161c;
      margin-left: -9px;
    }

    .avatars img:first-child { margin-left: 0; }

    .hero-visual {
      position: relative;
      min-height: 660px;
    }

    .hero-image-shell {
      position: absolute;
      inset: 40px 0 0 40px;
      overflow: hidden;
      border: 1px solid rgba(255,255,255,.12);
      border-radius: 28px;
      background: #1b2028;
      box-shadow: var(--shadow);
      transform: rotate(1.2deg);
    }

    .hero-image-shell::after {
      content: "";
      position: absolute;
      inset: 0;
      background:
        linear-gradient(180deg, transparent 45%, rgba(10,13,18,.62)),
        linear-gradient(120deg, rgba(59,100,181,.12), transparent 45%);
      pointer-events: none;
    }

    .hero-image-shell img {
      height: 100%;
      object-fit: cover;
      filter: saturate(.72) contrast(1.04) brightness(.82);
    }

    .floating-card {
      position: absolute;
      z-index: 3;
      border: 1px solid rgba(255,255,255,.12);
      background: rgba(20,26,35,.88);
      backdrop-filter: blur(14px);
      box-shadow: 0 18px 50px rgba(0,0,0,.3);
    }

    .floating-card--metric {
      left: -20px;
      bottom: 66px;
      width: 250px;
      padding: 19px;
      border-radius: 18px;
    }

    .metric-top {
      display: flex;
      align-items: center;
      justify-content: space-between;
      color: #c9d2de;
      font-size: 13px;
    }

    .metric-value {
      margin-top: 14px;
      font-family: "Outfit", sans-serif;
      font-size: 24px;
      line-height: 1;
      font-weight: 600;
      letter-spacing: -.05em;
    }

    .metric-change {
      color: var(--success);
      font-size: 13px;
      font-weight: 600;
    }

    .sparkline {
      display: flex;
      align-items: end;
      gap: 5px;
      height: 44px;
      margin-top: 18px;
    }

    .sparkline span {
      width: 100%;
      border-radius: 3px 3px 1px 1px;
      background: linear-gradient(180deg, #75a1ff, #345cae);
      opacity: .9;
    }

    .floating-card--talent {
      top: 16px;
      right: -28px;
      width: 230px;
      padding: 18px;
      border-radius: 18px;
    }

    .talent-row {
      display: flex;
      align-items: center;
      gap: 12px;
    }

    .talent-row img {
      width: 48px;
      height: 48px;
      border-radius: 14px;
      object-fit: cover;
    }

    .talent-row strong {
      display: block;
      font-size: 13px;
    }

    .talent-row span {
      display: block;
      margin-top: 4px;
      color: #8995a6;
      font-size: 12px;
    }

    .status {
      margin-left: auto;
      width: 9px;
      height: 9px;
      border-radius: 50%;
      background: #67d5a7;
      box-shadow: 0 0 0 6px rgba(103,213,167,.1);
    }

    .hero-orbit {
      position: absolute;
      z-index: 0;
      width: 920px;
      height: 920px;
      top: 35px;
      right: -450px;
      border: 1px solid rgba(91,139,255,.14);
      border-radius: 50%;
      pointer-events: none;
    }

    .hero-orbit::before,
    .hero-orbit::after {
      content: "";
      position: absolute;
      border: 1px solid rgba(91,139,255,.08);
      border-radius: 50%;
    }

    .hero-orbit::before { inset: 110px; }
    .hero-orbit::after { inset: 220px; }

    .client-strip {
      position: relative;
      z-index: 2;
      background: rgba(255,255,255,.012);
    }

    .client-strip::before,
    .client-strip::after {
      content: "";
      position: absolute;
      left: 0;
      right: 0;
      height: 90px;
      pointer-events: none;
    }

    .client-strip::before {
      top: -90px;
      background: linear-gradient(180deg, transparent, rgba(0,0,0,.22));
    }

    .client-strip::after {
      bottom: -90px;
      background: linear-gradient(180deg, rgba(0,0,0,.22), transparent);
    }

    .section--tinted {
      overflow: hidden;
      background: linear-gradient(
        180deg,
        var(--bg) 0%,
        var(--bg-soft) 14%,
        var(--bg-soft) 86%,
        var(--bg) 100%
      );
    }

    .mini-orbit {
      position: absolute;
      width: 520px;
      height: 520px;
      border: 1px solid rgba(91,139,255,.11);
      border-radius: 50%;
      pointer-events: none;
      z-index: 0;
    }

    .mini-orbit::before,
    .mini-orbit::after {
      content: "";
      position: absolute;
      border: 1px solid rgba(91,139,255,.08);
      border-radius: 50%;
    }

    .mini-orbit::before { inset: 90px; }
    .mini-orbit::after { inset: 180px; }

    .mini-orbit .orbit-light {
      position: absolute;
      left: 50%;
      top: 50%;
      width: 11px;
      height: 11px;
      border-radius: 50%;
      background: rgba(165,194,255,.95);
      box-shadow:
        0 0 14px rgba(133,171,255,.8),
        0 0 28px rgba(91,139,255,.42);
      transform: translate(-50%, -50%);
      animation: miniOrbitBreath 7s ease-in-out infinite;
    }

    .mini-orbit .orbit-light--a {
      width: 9px;
      height: 9px;
      opacity: .82;
      animation: miniOrbitOuter 13s linear infinite, miniOrbitBreath 7s ease-in-out infinite;
    }

    .mini-orbit .orbit-light--b {
      width: 7px;
      height: 7px;
      opacity: .62;
      animation: miniOrbitInner 9s linear infinite reverse, miniOrbitBreath 7s ease-in-out infinite;
    }

    @keyframes miniOrbitOuter {
      from { transform: translate(-50%, -50%) rotate(0deg) translateY(-260px) rotate(0deg); }
      to   { transform: translate(-50%, -50%) rotate(360deg) translateY(-260px) rotate(-360deg); }
    }

    @keyframes miniOrbitInner {
      from { transform: translate(-50%, -50%) rotate(0deg) translateY(-170px) rotate(0deg); }
      to   { transform: translate(-50%, -50%) rotate(360deg) translateY(-170px) rotate(-360deg); }
    }

    @keyframes miniOrbitBreath {
      0%, 100% { opacity: .55; filter: brightness(.9); }
      50% { opacity: .9; filter: brightness(1.1); }
    }

    @media (prefers-reduced-motion: reduce) {
      .mini-orbit .orbit-light,
      .mini-orbit .orbit-light--a,
      .mini-orbit .orbit-light--b {
        animation: none !important;
      }
    }

    @media (max-width: 900px) {
      .mini-orbit {
        width: 340px;
        height: 340px;
      }

      .mini-orbit::before { inset: 60px; }
      .mini-orbit::after { inset: 120px; }
    }

    @media (max-width: 640px) {
      .mini-orbit { display: none; }
    }

    .client-row {
      min-height: 64px;
      display: grid;
      grid-template-columns: auto 1fr;
      align-items: center;
      gap: 48px;
      padding-block: 14px;
    }

    .client-row p {
      font-size: 12px;
      font-weight: 500;
      letter-spacing: .12em;
      text-transform: uppercase;
      color: var(--muted);
      white-space: nowrap;
    }

    .logo-marquee {
      position: relative;
      overflow: hidden;
      -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 64px, #000 calc(100% - 64px), transparent 100%);
      mask-image: linear-gradient(90deg, transparent 0, #000 64px, #000 calc(100% - 64px), transparent 100%);
    }

    .logo-track {
      display: flex;
      align-items: center;
      width: max-content;
      animation: logoScroll 20s linear infinite;
      animation-play-state: running !important;
      will-change: transform;
      backface-visibility: hidden;
    }


    .logo-track span {
      display: block;
      color: #b7c1d1;
      font-family: "Outfit", sans-serif;
      font-size: 13px;
      font-weight: 500;
      letter-spacing: .02em;
      text-align: center;
      white-space: nowrap;
      opacity: .92;
      margin-right: 56px;
    }

    @keyframes logoScroll {
      from { transform: translateX(0); }
      to { transform: translateX(-50%); }
    }

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

    .section-head {
      display: grid;
      grid-template-columns: 1.05fr .95fr;
      align-items: end;
      gap: 50px;
      margin-bottom: 46px;
    }

    .section-head p {
      max-width: 580px;
      justify-self: end;
    }

    .industry-grid {
      display: grid;
      grid-template-columns: repeat(12, 1fr);
      gap: 18px;
    }

    .industry-card {
      position: relative;
      min-height: 330px;
      overflow: hidden;
      border: 1px solid var(--line);
      border-radius: var(--radius);
      background: var(--panel);
      isolation: isolate;
      transition: transform .45s var(--ease), border-color .45s var(--ease), box-shadow .45s var(--ease);
    }

    .industry-card:hover {
      transform: translateY(-7px);
      border-color: rgba(123,166,255,.28);
      box-shadow: 0 0 0 1px rgba(123,166,255,.12), 0 26px 70px rgba(93,140,255,.18);
    }

    .industry-card:nth-child(1),
    .industry-card:nth-child(4) { grid-column: span 7; }

    .industry-card:nth-child(2),
    .industry-card:nth-child(3) { grid-column: span 5; }

    .industry-card img {
      position: absolute;
      inset: 0;
      height: 100%;
      object-fit: cover;
      filter: saturate(.65) contrast(1.05) brightness(.64);
      transition: transform .7s var(--ease), filter .7s var(--ease);
      z-index: -2;
    }

    .industry-card:hover img {
      transform: scale(1.045);
      filter: saturate(.78) contrast(1.05) brightness(.68);
    }

    .industry-card::after {
      content: "";
      position: absolute;
      inset: 0;
      background: linear-gradient(180deg, rgba(10,13,17,.04), rgba(10,13,17,.88));
      z-index: -1;
    }

    .industry-content {
      position: absolute;
      inset: auto 26px 26px;
      display: flex;
      align-items: end;
      justify-content: space-between;
      gap: 18px;
    }

    .industry-content p {
      max-width: 460px;
      margin-top: 8px;
      font-size: 13px;
      color: #aab4c0;
    }

    .card-index {
      min-width: 42px;
      height: 42px;
      display: grid;
      place-items: center;
      border: 1px solid rgba(255,255,255,.14);
      border-radius: 50%;
      background: rgba(16,20,27,.52);
      backdrop-filter: blur(10px);
      color: #dbe3ef;
      font-size: 13px;
      font-weight: 600;
    }

    .service-layout {
      display: grid;
      grid-template-columns: .9fr 1.1fr;
      gap: 70px;
      align-items: start;
    }

    .service-sticky {
      position: sticky;
      top: 130px;
    }

    .service-sticky p {
      margin-top: 26px;
      max-width: 480px;
    }

    .service-sticky .btn {
      margin-top: 34px;
    }

    .service-list {
      border-top: 1px solid var(--line);
    }

    .service-item {
      display: grid;
      grid-template-columns: 58px 1fr auto;
      gap: 20px;
      padding: 28px 6px;
      border-bottom: 1px solid var(--line);
      transition: padding .35s var(--ease), background .35s var(--ease);
    }

    .service-item:hover {
      padding-left: 18px;
      padding-right: 18px;
      background: linear-gradient(90deg, rgba(93,140,255,.07), transparent);
    }

    .service-number {
      color: #6f7d91;
      font-size: 13px;
      font-weight: 600;
      padding-top: 5px;
    }

    .service-copy p {
      margin-top: 10px;
      max-width: 590px;
      font-size: 13px;
    }

    .service-arrow {
      width: 42px;
      height: 42px;
      display: grid;
      place-items: center;
      border: 1px solid var(--line);
      border-radius: 50%;
      color: #9db8f7;
      transition: transform .35s var(--ease), background .35s var(--ease);
    }

    .service-item:hover .service-arrow {
      transform: rotate(45deg);
      background: rgba(93,140,255,.1);
    }

    .process-wrap {
      overflow: hidden;
      border: 1px solid var(--line);
      border-radius: var(--radius-lg);
      background:
        radial-gradient(circle at 85% 5%, rgba(70,112,201,.18), transparent 28%),
        linear-gradient(145deg, #171d26, #12171e);
      box-shadow: var(--shadow);
    }

    .process-head {
      display: grid;
      grid-template-columns: .9fr 1.1fr;
      min-height: 490px;
    }

    .process-copy {
      display: flex;
      flex-direction: column;
      justify-content: center;
      padding: 62px;
    }

    .process-copy p {
      margin-top: 24px;
      max-width: 500px;
    }

    .process-image {
      position: relative;
      min-height: 490px;
      overflow: hidden;
    }

    .process-image img {
      height: 100%;
      object-fit: cover;
      filter: saturate(.55) brightness(.64);
    }

    .process-image::after {
      content: "";
      position: absolute;
      inset: 0;
      background: linear-gradient(90deg, #151b23 0%, transparent 28%);
    }

    .steps {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      border-top: 1px solid var(--line);
    }

    .step {
      position: relative;
      min-height: 280px;
      padding: 34px;
      border-right: 1px solid var(--line);
    }

    .step:last-child { border-right: 0; }

    .step span {
      color: #668ddd;
      font-family: "Outfit", sans-serif;
      font-size: 13px;
      font-weight: 600;
      letter-spacing: .12em;
    }

    .step h3 { margin-top: 54px; }

    .step p {
      margin-top: 14px;
      font-size: 13px;
    }

    .step::after {
      content: "";
      position: absolute;
      left: 34px;
      top: 72px;
      width: calc(100% - 68px);
      height: 1px;
      background: linear-gradient(90deg, rgba(94,139,255,.72), rgba(255,255,255,.05));
    }

    .metrics-grid {
      display: grid;
      grid-template-columns: 1.15fr .85fr;
      gap: 18px;
      align-items: stretch;
    }

    .metrics-main,
    .metrics-side > div {
      border: 1px solid var(--line);
      border-radius: var(--radius);
      background: var(--panel);
    }

    .metrics-main {
      position: relative;
      min-height: 560px;
      overflow: hidden;
      padding: 48px;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      text-align: center;
      transition: box-shadow .4s var(--ease), border-color .4s var(--ease);
    }

    .metrics-main:hover {
      border-color: rgba(123,166,255,.32);
      box-shadow: 0 0 0 1px rgba(123,166,255,.1), 0 30px 90px rgba(93,140,255,.16);
    }

    .metrics-main::after {
      content: "";
      position: absolute;
      width: 430px;
      height: 430px;
      border: 1px solid rgba(123,166,255,.12);
      border-radius: 50%;
      right: -150px;
      bottom: -150px;
      box-shadow: 0 0 0 90px rgba(123,166,255,.03), 0 0 0 180px rgba(123,166,255,.02);
      animation: metricsGlowPulse 6s ease-in-out infinite;
    }

    @keyframes metricsGlowPulse {
      0%, 100% { opacity: .7; }
      50% { opacity: 1; }
    }

    .big-number {
      margin-top: 76px;
      font-family: "Outfit", sans-serif;
      font-size: clamp(52px, 6.8vw, 88px);
      line-height: .85;
      font-weight: 600;
      letter-spacing: -.085em;
    }

    .metrics-main p {
      max-width: 470px;
      margin-top: 28px;
    }

    .metrics-side {
      display: grid;
      gap: 18px;
    }

    .metric-box {
      min-height: 271px;
      padding: 36px;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      text-align: center;
      transition: box-shadow .4s var(--ease), border-color .4s var(--ease), transform .4s var(--ease);
    }

    .metric-box:hover {
      border-color: rgba(123,166,255,.32);
      box-shadow: 0 0 0 1px rgba(123,166,255,.1), 0 22px 60px rgba(93,140,255,.16);
      transform: translateY(-3px);
    }

    .metric-box strong {
      display: block;
      font-family: "Outfit", sans-serif;
      font-size: 36px;
      line-height: 1;
      letter-spacing: -.06em;
    }

    .metric-box p {
      margin-top: 18px;
      max-width: 380px;
    }

    .why-grid {
      display: grid;
      grid-template-columns: 1.02fr .98fr;
      gap: 78px;
      align-items: center;
    }

    .why-visual {
      position: relative;
      min-height: 680px;
    }

    .why-image {
      position: absolute;
      inset: 0 70px 0 0;
      overflow: hidden;
      border-radius: 28px;
      border: 1px solid var(--line);
      box-shadow: var(--shadow);
    }

    .why-image img {
      height: 100%;
      object-fit: cover;
      filter: saturate(.62) brightness(.72);
    }

    .why-note {
      position: absolute;
      right: 0;
      bottom: 58px;
      width: 280px;
      padding: 24px;
      border: 1px solid var(--line-strong);
      border-radius: 18px;
      background: rgba(18,23,31,.92);
      backdrop-filter: blur(15px);
      box-shadow: 0 20px 50px rgba(0,0,0,.3);
    }

    .why-note strong {
      display: block;
      font-size: 17px;
    }

    .why-note p {
      margin-top: 10px;
      font-size: 13px;
    }

    .about-grid {
      display: grid;
      grid-template-columns: .92fr 1.08fr;
      gap: 78px;
      align-items: center;
    }

    .about-gallery {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      grid-template-rows: repeat(2, 1fr);
      gap: 14px;
      height: 460px;
    }

    .about-gallery figure {
      margin: 0;
      position: relative;
      overflow: hidden;
      border-radius: 20px;
      border: 1px solid var(--line);
      box-shadow: var(--shadow);
    }

    .about-gallery img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      filter: saturate(.72) brightness(.78);
      transition: transform .5s var(--ease), filter .5s var(--ease);
    }

    .about-gallery figure:hover img {
      transform: scale(1.06);
      filter: saturate(.9) brightness(.86);
    }

    .about-gallery figcaption {
      position: absolute;
      left: 14px;
      bottom: 12px;
      font-size: 12px;
      font-weight: 500;
      letter-spacing: .06em;
      text-transform: uppercase;
      color: #f2f5f8;
      text-shadow: 0 2px 10px rgba(0,0,0,.6);
    }

    .about-facts {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 24px;
      margin-top: 32px;
      padding-top: 28px;
      border-top: 1px solid var(--line);
    }

    .about-facts strong {
      display: block;
      font-size: 20px;
      color: var(--text);
    }

    .about-facts span {
      display: block;
      margin-top: 6px;
      font-size: 12.5px;
      color: var(--muted);
      line-height: 1.4;
    }

    .check-list {
      display: grid;
      gap: 0;
      margin-top: 32px;
      border-top: 1px solid var(--line);
    }

    .check-item {
      display: grid;
      grid-template-columns: 30px 1fr;
      gap: 16px;
      padding: 22px 0;
      border-bottom: 1px solid var(--line);
    }

    .check-icon {
      width: 30px;
      height: 30px;
      display: grid;
      place-items: center;
      border-radius: 50%;
      background: rgba(93,140,255,.11);
      color: #85abff;
      font-size: 13px;
    }

    .check-item strong {
      display: block;
      font-size: 16px;
    }

    .check-item p {
      margin-top: 7px;
      font-size: 13px;
    }

    .pricing-top {
      max-width: 790px;
      margin-bottom: 52px;
    }

    .pricing-top p {
      margin-top: 22px;
      max-width: 650px;
    }

    .pricing-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 18px;
      align-items: stretch;
    }

    .price-card {
      position: relative;
      min-height: 610px;
      display: flex;
      flex-direction: column;
      padding: 34px;
      border: 1px solid var(--line);
      border-radius: var(--radius);
      background: linear-gradient(180deg, #171d26, #141920);
      transition: transform .45s var(--ease), border-color .45s var(--ease);
    }

    .price-card:hover {
      transform: translateY(-7px);
      border-color: rgba(123,166,255,.28);
    }

    .price-card.featured {
      background:
        radial-gradient(circle at 85% 0%, rgba(77,126,242,.22), transparent 30%),
        linear-gradient(180deg, #1a2230, #141922);
      border-color: rgba(103,149,255,.34);
      box-shadow: 0 26px 70px rgba(29,57,112,.2);
    }

    .price-badge {
      position: absolute;
      top: 22px;
      right: 22px;
      padding: 8px 11px;
      border-radius: 999px;
      background: rgba(93,140,255,.12);
      color: #aac4ff;
      font-size: 11px;
      font-weight: 600;
      letter-spacing: .1em;
      text-transform: uppercase;
    }

    .price-card > p {
      margin-top: 14px;
      font-size: 13px;
    }

    .price {
      margin-top: 34px;
      font-family: "Outfit", sans-serif;
      font-size: 34px;
      line-height: 1;
      font-weight: 600;
      letter-spacing: -.06em;
    }

    .price small {
      color: #7f8b9c;
      font-family: "Outfit", sans-serif;
      font-size: 13px;
      font-weight: 500;
      letter-spacing: 0;
    }

    .price-features {
      display: grid;
      gap: 15px;
      margin: 34px 0 30px;
      padding: 28px 0 0;
      border-top: 1px solid var(--line);
    }

    .price-features span {
      display: flex;
      gap: 11px;
      color: #b9c4d1;
      font-size: 13px;
      line-height: 1.4;
    }

    .price-features svg {
      width: 17px;
      min-width: 17px;
      color: #77a1ff;
    }

    .price-card .btn {
      margin-top: auto;
      width: 100%;
    }

    .comparison {
      margin-top: 26px;
      overflow-x: auto;
      border: 1px solid var(--line);
      border-radius: var(--radius);
      background: var(--panel);
    }

    table {
      width: 100%;
      min-width: 790px;
      border-collapse: collapse;
    }

    th, td {
      padding: 21px 24px;
      border-bottom: 1px solid var(--line);
      text-align: left;
    }

    th {
      color: #e7edf7;
      font-family: "Outfit", sans-serif;
      font-size: 13px;
      letter-spacing: .03em;
    }

    td {
      color: #9da9b9;
      font-size: 13px;
    }

    tr:last-child td { border-bottom: 0; }

    td:not(:first-child),
    th:not(:first-child) {
      text-align: center;
    }

    .yes { color: #8ee0bb; }
    .no { color: #637082; }


    .comparison-intro {
      max-width: 760px;
      margin-bottom: 44px;
    }

    .comparison-intro p {
      margin-top: 18px;
      max-width: 650px;
    }

    .comparison-table {
      overflow-x: auto;
      border: 1px solid var(--line);
      border-radius: var(--radius);
      background:
        radial-gradient(circle at 85% 0%, rgba(77,126,242,.12), transparent 28%),
        var(--panel);
      box-shadow: var(--shadow);
    }

    .comparison-table table {
      min-width: 920px;
    }

    .comparison-table th:first-child,
    .comparison-table td:first-child {
      width: 31%;
      text-align: left;
    }

    .comparison-table th:nth-child(2),
    .comparison-table td:nth-child(2) {
      background: rgba(93,140,255,.055);
    }

    .comparison-table th {
      padding-top: 25px;
      padding-bottom: 25px;
      font-size: 12px;
      text-transform: uppercase;
      letter-spacing: .08em;
      color: #d9e3f3;
    }

    .comparison-table td {
      padding-top: 20px;
      padding-bottom: 20px;
      vertical-align: middle;
    }

    .comparison-table td:first-child {
      color: #d8e0ea;
      font-weight: 600;
    }

    .comparison-table .brand-cell {
      color: #9fbcff;
      font-weight: 600;
    }

    .comparison-table .positive {
      color: #8ee0bb;
      font-weight: 600;
    }

    .comparison-table .neutral {
      color: #9ba7b8;
    }

    .comparison-table .negative {
      color: #d89595;
    }

    .comparison-note {
      margin-top: 18px;
      color: #748092;
      font-size: 12px;
      line-height: 1.6;
    }

    .metric-strip {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 18px;
      margin-top: 28px;
    }

    .metric-strip article {
      padding: 26px;
      border: 1px solid var(--line);
      border-radius: var(--radius-sm);
      background: rgba(255,255,255,.025);
    }

    .metric-strip strong {
      display: block;
      font-family: "Outfit", sans-serif;
      font-size: 22px;
      letter-spacing: -.05em;
    }

    .metric-strip span {
      display: block;
      margin-top: 10px;
      color: var(--muted);
      font-size: 13px;
      line-height: 1.5;
    }

    @media (max-width: 900px) {
      .metric-strip {
        grid-template-columns: 1fr 1fr;
      }
    }

    @media (max-width: 560px) {
      .metric-strip {
        grid-template-columns: 1fr;
      }
    }


    .model-compare {
      display: grid;
      grid-template-columns: .92fr 1.16fr .92fr;
      gap: 18px;
      align-items: stretch;
      margin-bottom: 28px;
      perspective: 1400px;
    }

    .model-card {
      position: relative;
      display: flex;
      flex-direction: column;
      min-height: 500px;
      padding: 28px;
      border: 1px solid var(--line);
      border-radius: 22px;
      background: linear-gradient(180deg, #181e27, #141920);
      box-shadow:
        0 18px 36px rgba(0,0,0,.22),
        inset 0 1px 0 rgba(255,255,255,.035);
      transform-style: preserve-3d;
      transition: transform .4s var(--ease), box-shadow .4s var(--ease), border-color .4s var(--ease);
    }

    .model-card:hover {
      transform: translateY(-6px);
      border-color: rgba(123,166,255,.34);
      box-shadow:
        0 18px 36px rgba(0,0,0,.22),
        0 0 0 1px rgba(123,166,255,.12),
        0 30px 80px rgba(93,140,255,.18),
        inset 0 1px 0 rgba(255,255,255,.035);
    }

    .model-card--side {
      margin-top: 28px;
      margin-bottom: 28px;
      opacity: .88;
    }

    .model-card--featured {
      z-index: 2;
      border-color: rgba(151,181,244,.42);
      background:
        linear-gradient(180deg, rgba(45,58,79,.98), rgba(23,29,39,.98));
      box-shadow:
        0 28px 70px rgba(0,0,0,.34),
        0 0 0 1px rgba(157,185,245,.09),
        inset 0 1px 0 rgba(255,255,255,.08);
      transform: translateZ(26px);
    }

    .model-card--featured::before {
      content: "";
      position: absolute;
      inset: 12px;
      border: 1px solid rgba(255,255,255,.045);
      border-radius: 16px;
      pointer-events: none;
    }

    .model-kicker {
      color: #8e9bad;
      font-size: 11px;
      font-weight: 600;
      letter-spacing: .12em;
      text-transform: uppercase;
    }

    .model-badge {
      align-self: flex-start;
      margin-bottom: 18px;
      padding: 7px 10px;
      border: 1px solid rgba(157,185,245,.25);
      border-radius: 999px;
      background: rgba(157,185,245,.10);
      color: #c6d6fa;
      font-size: 10px;
      font-weight: 600;
      letter-spacing: .08em;
      text-transform: uppercase;
    }

    .model-card h3 {
      margin-top: 12px;
      font-size: 22px;
    }

    .model-summary {
      margin-top: 12px;
      font-size: 13px;
      line-height: 1.62;
    }

    .model-list {
      display: grid;
      gap: 0;
      margin: 26px 0 28px;
      padding: 0;
      list-style: none;
      border-top: 1px solid var(--line);
    }

    .model-list li {
      display: grid;
      grid-template-columns: 1fr auto;
      gap: 18px;
      padding: 15px 0;
      border-bottom: 1px solid var(--line);
      font-size: 12px;
    }

    .model-list span {
      color: #8591a2;
    }

    .model-list strong {
      color: #e7ecf4;
      font-weight: 600;
      text-align: right;
    }

    .model-card--featured .model-list strong {
      color: #bcd0fb;
    }

    .model-card .btn {
      width: 100%;
      margin-top: auto;
    }

    .comparison-table {
      box-shadow:
        0 16px 34px rgba(0,0,0,.22),
        inset 0 1px 0 rgba(255,255,255,.035);
    }

    .comparison-table th:nth-child(3),
    .comparison-table td:nth-child(3) {
      background: rgba(157,185,245,.065);
      border-left: 1px solid rgba(157,185,245,.12);
      border-right: 1px solid rgba(157,185,245,.12);
    }

    .comparison-table th:nth-child(2),
    .comparison-table td:nth-child(2) {
      background: transparent;
    }

    @media (max-width: 980px) {
      .model-compare {
        grid-template-columns: 1fr;
      }

      .model-card--side {
        margin: 0;
        opacity: 1;
      }

      .model-card--featured {
        order: -1;
        transform: none;
      }
    }

    .faq-layout {
      display: grid;
      grid-template-columns: .8fr 1.2fr;
      gap: 70px;
      align-items: start;
    }

    .faq-intro {
      position: sticky;
      top: 130px;
    }

    .faq-intro p {
      margin-top: 22px;
      max-width: 430px;
    }

    .faq-list {
      border-top: 1px solid var(--line);
    }

    .faq-item {
      border-bottom: 1px solid var(--line);
    }

    .faq-question {
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 24px;
      padding: 25px 0;
      border: 0;
      background: transparent;
      color: #eef2f7;
      text-align: left;
      font-family: "Outfit", sans-serif;
      font-size: 13px;
      font-weight: 600;
    }

    .faq-icon {
      width: 32px;
      height: 32px;
      position: relative;
      flex: 0 0 32px;
      border: 1px solid var(--line);
      border-radius: 50%;
    }

    .faq-icon::before,
    .faq-icon::after {
      content: "";
      position: absolute;
      left: 50%;
      top: 50%;
      width: 12px;
      height: 1px;
      background: #a9b7ca;
      transform: translate(-50%, -50%);
      transition: transform .3s ease;
    }

    .faq-icon::after {
      transform: translate(-50%, -50%) rotate(90deg);
    }

    .faq-item.open .faq-icon::after {
      transform: translate(-50%, -50%) rotate(0);
    }

    .faq-answer {
      max-height: 0;
      overflow: hidden;
      transition: max-height .45s var(--ease);
    }

    .faq-answer p {
      padding: 0 52px 26px 0;
      font-size: 13px;
    }

    .contact-panel {
      display: grid;
      grid-template-columns: .94fr 1.06fr;
      overflow: hidden;
      border: 1px solid var(--line);
      border-radius: var(--radius-lg);
      background:
        radial-gradient(circle at 10% 10%, rgba(82,128,226,.18), transparent 34%),
        #151b23;
      box-shadow: var(--shadow);
    }

    .contact-copy {
      min-height: 670px;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      padding: 62px;
      border-right: 1px solid var(--line);
    }

    .contact-copy p {
      max-width: 480px;
      margin-top: 24px;
    }

    .contact-meta {
      display: grid;
      gap: 16px;
      margin-top: 50px;
    }

    .contact-meta a,
    .contact-meta span {
      color: #b9c4d2;
      font-size: 13px;
    }

    .contact-form-wrap {
      padding: 54px;
      background: rgba(10,13,18,.18);
    }

    .form-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 18px;
    }

    .field {
      display: grid;
      gap: 9px;
    }

    .field--full { grid-column: 1 / -1; }

    label {
      color: #c5ceda;
      font-size: 13px;
      font-weight: 600;
    }

    input,
    textarea,
    select {
      width: 100%;
      border: 1px solid var(--line);
      border-radius: 13px;
      outline: none;
      background: #11161d;
      color: #f2f5f8;
      transition: border-color .25s ease, box-shadow .25s ease;
    }

    input, select {
      height: 53px;
      padding: 0 15px;
    }

    textarea {
      min-height: 145px;
      padding: 15px;
      resize: vertical;
    }

    input:focus,
    textarea:focus,
    select:focus {
      border-color: rgba(108,155,255,.65);
      box-shadow: 0 0 0 4px rgba(93,140,255,.08);
    }

    .form-note {
      margin-top: 16px;
      font-size: 12px;
      color: #748092;
    }

    .contact-form-wrap .btn {
      margin-top: 22px;
      width: 100%;
    }

    footer {
      padding: 40px 0 28px;
    }

    .footer-top {
      display: grid;
      grid-template-columns: 1.2fr .8fr;
      gap: 50px;
      padding: 52px 0;
      border-bottom: 1px solid var(--line);
    }

    .footer-top p {
      max-width: 500px;
      margin-top: 18px;
      font-size: 13px;
    }

    .footer-links {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 28px;
    }

    .footer-column strong {
      display: block;
      margin-bottom: 15px;
      font-size: 13px;
    }

    .footer-column a {
      display: block;
      margin-top: 10px;
      color: #8692a2;
      font-size: 13px;
    }

    .footer-column a:hover { color: #fff; }

    .footer-bottom {
      display: flex;
      justify-content: space-between;
      gap: 20px;
      padding-top: 24px;
      color: #667283;
      font-size: 12px;
    }

    .reveal {
      opacity: 0;
      transform: translateY(28px);
      transition: opacity .8s var(--ease), transform .8s var(--ease);
    }

    .reveal.in-view {
      opacity: 1;
      transform: translateY(0);
    }

    .reveal-delay-1 { transition-delay: .08s; }
    .reveal-delay-2 { transition-delay: .16s; }
    .reveal-delay-3 { transition-delay: .24s; }

    .cursor-glow {
      position: fixed;
      z-index: -1;
      width: 260px;
      height: 260px;
      border-radius: 50%;
      pointer-events: none;
      background: radial-gradient(circle, rgba(70,108,188,.1), transparent 68%);
      transform: translate(-50%, -50%);
      transition: opacity .3s ease;
    }

    @media (max-width: 1100px) {
      .nav-links { display: none; }
      .menu-btn { display: grid; place-items: center; }

      .hero {
        min-height: auto;
        padding-top: 145px;
      }

      .hero-grid,
      .section-head,
      .service-layout,
      .about-grid {
        grid-template-columns: 1fr;
        gap: 40px;
      }

      .about-gallery { height: 340px; }

      .about-facts {
        grid-template-columns: repeat(2, 1fr);
        gap: 22px 20px;
      }

      .why-grid,
      .faq-layout,
      .contact-panel {
        grid-template-columns: 1fr;
      }

      .hero-grid { gap: 20px; }
      .hero-visual { min-height: 610px; }
      .hero-image-shell { inset: 30px 20px 0 80px; }

      .section-head p { justify-self: start; }

      .service-sticky,
      .faq-intro { position: static; }

      .process-head {
        grid-template-columns: 1fr;
      }

      .process-image { min-height: 380px; }

      .steps { grid-template-columns: 1fr 1fr; }
      .step:nth-child(2) { border-right: 0; }
      .step:nth-child(-n+2) { border-bottom: 1px solid var(--line); }

      .contact-copy {
        min-height: auto;
        border-right: 0;
        border-bottom: 1px solid var(--line);
      }
    }

    @media (max-width: 820px) {
      .section { padding: 88px 0; }
      .nav { padding-left: 16px; }
      .nav-actions .btn { display: none; }

      h1 { font-size: clamp(32px, 8vw, 46px); }

      .hero-copy { padding-top: 18px; }
      .hero-visual { min-height: 520px; }
      .hero-image-shell { inset: 30px 0 0 30px; }
      .floating-card--talent { right: -8px; }
      .floating-card--metric { left: 0; bottom: 30px; }

      .client-row {
        grid-template-columns: 1fr;
        gap: 10px;
        padding-block: 14px;
      }

      .logo-track span {
        margin-right: 40px;
      }

      .industry-card,
      .industry-card:nth-child(n) {
        grid-column: span 12;
      }

      .metrics-grid,
      .pricing-grid,
      .footer-top {
        grid-template-columns: 1fr;
      }

      .metrics-main { min-height: 450px; }
      .why-visual { min-height: 560px; }
      .why-image { right: 24px; }
      .why-note { width: 245px; }

      .steps { grid-template-columns: 1fr; }
      .step {
        border-right: 0;
        border-bottom: 1px solid var(--line);
      }
      .step:last-child { border-bottom: 0; }

      .process-copy,
      .contact-copy,
      .contact-form-wrap {
        padding: 34px;
      }

      .form-grid { grid-template-columns: 1fr; }
      .field--full { grid-column: auto; }

      .footer-links { grid-template-columns: 1fr 1fr; }
    }

    @media (max-width: 560px) {
      .container {
        width: min(calc(100% - 24px), var(--container));
      }

      .nav-wrap { inset: 10px 0 auto; }
      .nav { width: calc(100% - 18px); }

      .hero {
        padding-top: 120px;
      }

      .hero-actions,
      .hero-actions .btn {
        width: 100%;
      }

      .hero-visual { min-height: 470px; }
      .hero-image-shell { inset: 20px 0 0; }

      .floating-card--talent {
        width: 205px;
        right: -4px;
        top: 4px;
      }

      .floating-card--metric {
        width: 215px;
        left: 10px;
      }

      .section-head { gap: 22px; }
      .industry-card { min-height: 290px; }
      .industry-content { inset: auto 20px 20px; }

      .service-item {
        grid-template-columns: 42px 1fr;
      }

      .service-arrow { display: none; }

      .process-copy,
      .contact-copy,
      .contact-form-wrap,
      .metrics-main,
      .metric-box,
      .price-card {
        padding: 26px;
      }

      .why-visual { min-height: 470px; }
      .why-image { right: 0; }
      .why-note {
        right: 10px;
        bottom: 18px;
      }

      .footer-top { padding-top: 30px; }
      .footer-links { grid-template-columns: 1fr; }
      .footer-bottom { flex-direction: column; }
    }

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

      .reveal {
        opacity: 1;
        transform: none;
      }
    }

/* Restore intended typography weights */
  body {
    font-weight: 400;
  }

  h1,
  h2,
  h3,
  h4 {
    font-weight: 500;
  }

  h1 {
    font-weight: 500;
  }

  .brand,
  .btn,
  .nav-links a,
  .eyebrow,
  .check-item strong,
  .model-list strong,
  .faq-question,
  th {
    font-weight: 500;
  }

  p,
  .lead,
  td,
  .service-copy p,
  .model-summary,
  .faq-answer p {
    font-weight: 400;
  }

  /* Ensure hero title is always visible */
  .hero h1,
  .hero h1 *,
  .hero .gradient-text {
    opacity: 1 !important;
    visibility: visible !important;
    filter: none !important;
  }

  /* Softer element-level text entrance, without splitting words */
  .hero-copy .eyebrow,
  .hero-copy h1,
  .hero-copy .lead,
  .hero-actions,
  .hero-proof {
    opacity: 0;
    transform: translateY(14px);
    transition:
      opacity .7s cubic-bezier(.22,.75,.2,1),
      transform .7s cubic-bezier(.22,.75,.2,1);
  }

  .hero-copy.in-view .eyebrow,
  .hero-copy.in-view h1,
  .hero-copy.in-view .lead,
  .hero-copy.in-view .hero-actions,
  .hero-copy.in-view .hero-proof {
    opacity: 1;
    transform: translateY(0);
  }

  .hero-copy .eyebrow { transition-delay: .04s; }
  .hero-copy h1 { transition-delay: .11s; }
  .hero-copy .lead { transition-delay: .18s; }
  .hero-copy .hero-actions { transition-delay: .25s; }
  .hero-copy .hero-proof { transition-delay: .31s; }

  /* Keep the mouse glow, but balanced */
  .cursor-glow {
    width: 280px !important;
    height: 280px !important;
    opacity: .68;
    background: radial-gradient(
      circle,
      rgba(79,118,190,.10) 0%,
      rgba(67,101,162,.052) 35%,
      rgba(52,78,126,.018) 58%,
      transparent 74%
    ) !important;
    filter: blur(4px);
    transition: opacity .3s ease !important;
  }

  /* Continuous loop */
  .client-strip {
    border-top: 1px solid rgba(255,255,255,.075);
    border-bottom: 1px solid rgba(255,255,255,.075);
  }

  .client-row {
    min-height: 60px !important;
    padding-block: 9px !important;
  }

  .logo-marquee {
    overflow: hidden;
    -webkit-mask-image: linear-gradient(
      90deg,
      transparent 0,
      #000 42px,
      #000 calc(100% - 42px),
      transparent 100%
    ) !important;
    mask-image: linear-gradient(
      90deg,
      transparent 0,
      #000 42px,
      #000 calc(100% - 42px),
      transparent 100%
    ) !important;
  }

  .logo-track {
    display: flex !important;
    width: max-content;
    animation: skarnetBalancedMarquee 18s linear infinite !important;
    animation-play-state: running !important;
    will-change: transform;
    transform: translate3d(0,0,0);
  }

  .logo-group {
    display: flex;
    flex: 0 0 auto;
    align-items: center;
  }

  .logo-group span {
    position: relative;
    min-width: 150px;
    margin: 0 !important;
    padding: 0 34px;
    color: #c0cad9 !important;
    font-size: 11px !important;
    font-weight: 500 !important;
    letter-spacing: .07em !important;
    text-align: center;
    white-space: nowrap;
    opacity: .9 !important;
  }

  .logo-group span::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: rgba(126,164,237,.75);
    box-shadow: 0 0 6px rgba(126,164,237,.32);
    transform: translateY(-50%);
  }

  @keyframes skarnetBalancedMarquee {
    from { transform: translate3d(0,0,0); }
    to   { transform: translate3d(-50%,0,0); }
  }

  /* Balanced reveal animations */
  .reveal {
    opacity: 0;
    transform: translateY(16px);
    filter: blur(2px);
    transition:
      opacity .68s var(--ease),
      transform .68s var(--ease),
      filter .68s var(--ease) !important;
  }

  .reveal.in-view {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
  }

  /* Restore subtle card glow on hover */
  .industry-card:hover {
    transform: translateY(-4px) !important;
    border-color: rgba(123,166,255,.25) !important;
    box-shadow:
      0 0 0 1px rgba(123,166,255,.07),
      0 18px 42px rgba(42,73,132,.16) !important;
  }

  .industry-card:hover img {
    transform: scale(1.025) !important;
    filter: saturate(.75) contrast(1.04) brightness(.68) !important;
  }

  .model-card:hover {
    transform: translateY(-4px) !important;
    border-color: rgba(123,166,255,.25) !important;
    box-shadow:
      0 0 0 1px rgba(123,166,255,.06),
      0 21px 48px rgba(42,73,132,.16),
      inset 0 1px 0 rgba(255,255,255,.035) !important;
  }

  .metric-box:hover,
  .metrics-main:hover {
    border-color: rgba(123,166,255,.24) !important;
    box-shadow:
      0 0 0 1px rgba(123,166,255,.055),
      0 17px 38px rgba(42,73,132,.14) !important;
  }

  .metric-box:hover {
    transform: translateY(-3px) !important;
  }

  .about-gallery figure:hover img {
    transform: scale(1.035) !important;
    filter: saturate(.82) brightness(.83) !important;
  }

  .service-item:hover {
    padding-left: 13px !important;
    padding-right: 13px !important;
    background: linear-gradient(
      90deg,
      rgba(93,140,255,.045),
      transparent 74%
    ) !important;
  }

  .service-item:hover .service-arrow {
    transform: rotate(28deg) !important;
    background: rgba(93,140,255,.065) !important;
  }

  .btn:hover {
    transform: translateY(-1px) !important;
    background: #344154 !important;
    border-color: rgba(157,184,239,.27) !important;
    box-shadow:
      inset 0 1px 0 rgba(255,255,255,.045),
      0 7px 17px rgba(25,43,75,.20) !important;
  }

  .btn--ghost:hover {
    background: rgba(255,255,255,.045) !important;
    border-color: rgba(255,255,255,.16) !important;
  }

  @media (max-width: 820px) {
    .logo-group span {
      min-width: 125px;
      padding-inline: 25px;
    }
  }

  @media (prefers-reduced-motion: reduce) {
    .logo-track {
      animation: none !important;
    }

    .hero-copy .eyebrow,
    .hero-copy h1,
    .hero-copy .lead,
    .hero-actions,
    .hero-proof {
      opacity: 1 !important;
      transform: none !important;
      transition: none !important;
    }
  }

/* Slightly stronger, still controlled cursor glow */
  .cursor-glow {
    width: 340px !important;
    height: 340px !important;
    opacity: .78 !important;
    background: radial-gradient(
      circle,
      rgba(82,126,205,.135) 0%,
      rgba(70,107,174,.075) 34%,
      rgba(57,85,137,.03) 58%,
      transparent 76%
    ) !important;
    filter: blur(3px) !important;
  }

  /* Slower hero orbits */
  .orbit-ring--outer {
    animation-duration: 22s !important;
  }

  .orbit-ring--middle {
    animation-duration: 17s !important;
  }

  .orbit-ring--inner {
    animation-duration: 13s !important;
  }

  /* WHY SKARNET — subtle pop-out cards instead of flat rows */
  .check-list {
    gap: 10px !important;
    border-top: 0 !important;
  }

  .check-item {
    position: relative;
    margin: 0 !important;
    padding: 18px 18px !important;
    border: 1px solid rgba(255,255,255,.055) !important;
    border-radius: 14px;
    background: rgba(255,255,255,.018);
    overflow: hidden;
    transition:
      transform .32s var(--ease),
      border-color .32s var(--ease),
      background .32s var(--ease),
      box-shadow .32s var(--ease) !important;
  }

  .check-item::before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: 0;
    background:
      radial-gradient(circle at 8% 50%, rgba(94,138,225,.11), transparent 34%),
      linear-gradient(90deg, rgba(82,121,198,.045), transparent 60%);
    transition: opacity .32s ease;
    pointer-events: none;
  }

  .check-item:hover {
    transform: translateY(-4px) scale(1.008);
    border-color: rgba(126,164,237,.20) !important;
    background: rgba(255,255,255,.026);
    box-shadow:
      0 0 0 1px rgba(126,164,237,.045),
      0 16px 34px rgba(25,46,86,.15);
  }

  .check-item:hover::before {
    opacity: 1;
  }

  .check-icon {
    position: relative;
    z-index: 1;
    background: rgba(86,127,211,.12) !important;
    border: 1px solid rgba(126,164,237,.12);
    transition:
      transform .32s var(--ease),
      background .32s var(--ease),
      border-color .32s var(--ease);
  }

  .check-item:hover .check-icon {
    transform: translateY(-2px) scale(1.06);
    background: rgba(86,127,211,.17) !important;
    border-color: rgba(126,164,237,.22);
  }

  .check-item > div:last-child {
    position: relative;
    z-index: 1;
  }

  /* PROCESS — soften the rigid table look */
  .process-wrap {
    border-color: rgba(255,255,255,.075) !important;
    background:
      radial-gradient(circle at 84% 6%, rgba(74,112,186,.13), transparent 30%),
      linear-gradient(145deg, #151b23, #11161d) !important;
    box-shadow:
      0 26px 64px rgba(0,0,0,.27),
      inset 0 1px 0 rgba(255,255,255,.025) !important;
  }

  .steps {
    gap: 12px;
    padding: 12px;
    border-top: 1px solid rgba(255,255,255,.055) !important;
    background: rgba(7,10,14,.12);
  }

  .step {
    min-height: 250px !important;
    padding: 26px !important;
    border: 1px solid rgba(255,255,255,.055) !important;
    border-radius: 14px;
    background:
      linear-gradient(180deg, rgba(255,255,255,.018), rgba(255,255,255,.008));
    overflow: hidden;
    transition:
      transform .34s var(--ease),
      border-color .34s var(--ease),
      background .34s var(--ease),
      box-shadow .34s var(--ease) !important;
  }

  .step::before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: 0;
    background:
      radial-gradient(circle at 18% 10%, rgba(89,132,219,.11), transparent 32%),
      linear-gradient(145deg, rgba(90,133,219,.03), transparent 52%);
    transition: opacity .34s ease;
    pointer-events: none;
  }

  .step:hover {
    transform: translateY(-5px);
    border-color: rgba(123,166,255,.19) !important;
    background:
      linear-gradient(180deg, rgba(255,255,255,.028), rgba(255,255,255,.012));
    box-shadow:
      0 0 0 1px rgba(123,166,255,.035),
      0 18px 38px rgba(30,54,99,.14);
  }

  .step:hover::before {
    opacity: 1;
  }

  .step span,
  .step h3,
  .step p {
    position: relative;
    z-index: 1;
  }

  .step span {
    color: #7ea4f1 !important;
  }

  .step h3 {
    margin-top: 38px !important;
    transition: transform .3s var(--ease), color .3s var(--ease);
  }

  .step:hover h3 {
    transform: translateY(-2px);
    color: #f6f8fc;
  }

  .step::after {
    left: 26px !important;
    top: 66px !important;
    width: calc(100% - 52px) !important;
    background: linear-gradient(
      90deg,
      rgba(94,139,255,.52),
      rgba(255,255,255,.045)
    ) !important;
    transition: opacity .3s ease, transform .3s ease;
  }

  .step:hover::after {
    opacity: .9;
    transform: scaleX(.98);
  }

  @media (max-width: 1100px) {
    .steps {
      grid-template-columns: 1fr 1fr !important;
    }
  }

  @media (max-width: 700px) {
    .steps {
      grid-template-columns: 1fr !important;
    }

    .step {
      min-height: auto !important;
    }
  }

/* Uppercase process labels */
  .step > span {
    text-transform: uppercase;
    letter-spacing: .14em !important;
    font-size: 12px !important;
    font-weight: 500 !important;
  }

  /* Fade the process image into the dark panel from roughly the middle */
  .process-image {
    position: relative;
    isolation: isolate;
  }

  .process-image::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 2;
    pointer-events: none;
    background:
      linear-gradient(
        90deg,
        #151b23 0%,
        rgba(21,27,35,.98) 10%,
        rgba(21,27,35,.92) 20%,
        rgba(21,27,35,.72) 31%,
        rgba(21,27,35,.46) 41%,
        rgba(21,27,35,.18) 50%,
        transparent 62%
      );
  }

  .process-image::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 3;
    pointer-events: none;
    background:
      linear-gradient(
        180deg,
        rgba(12,16,22,.04) 0%,
        transparent 55%,
        rgba(12,16,22,.16) 100%
      );
  }

  .process-image img {
    position: relative;
    z-index: 1;
  }

  /* Make the text/image transition feel like one continuous frame */
  .process-head {
    position: relative;
    overflow: hidden;
  }

  .process-copy {
    position: relative;
    z-index: 4;
    background:
      linear-gradient(
        90deg,
        #151b23 0%,
        #151b23 78%,
        rgba(21,27,35,.88) 90%,
        transparent 100%
      );
  }

  /* Slightly cleaner hover for the four process cards */
  .step:hover {
    transform: translateY(-6px) scale(1.008) !important;
  }

  .step:hover::after {
    transform: scaleX(1) !important;
    opacity: 1 !important;
  }

  @media (max-width: 1100px) {
    .process-image::before {
      background:
        linear-gradient(
          180deg,
          rgba(21,27,35,.92) 0%,
          rgba(21,27,35,.58) 22%,
          rgba(21,27,35,.18) 42%,
          transparent 58%
        );
    }

    .process-copy {
      background: #151b23;
    }
  }

/* Remove the bottom outer frame completely */
  .process-wrap {
    overflow: visible !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  /* Keep only the top image/text block visually grouped */
  .process-head {
    overflow: hidden !important;
    border: 1px solid rgba(255,255,255,.075) !important;
    border-radius: 22px !important;
    background: #11161d !important;
    box-shadow:
      0 22px 58px rgba(0,0,0,.24),
      inset 0 1px 0 rgba(255,255,255,.025) !important;
  }

  /* Smaller, more refined process title */
  .process-copy h2,
  .process-content h2 {
    font-size: clamp(34px, 3.5vw, 50px) !important;
    line-height: 1.08 !important;
    letter-spacing: -.03em !important;
  }

  /* Exact fade from left/middle into the image */
  .process-image {
    position: relative !important;
    overflow: hidden !important;
  }

  .process-image::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 2;
    pointer-events: none;
    background:
      linear-gradient(
        90deg,
        #11161d 0%,
        rgba(17,22,29,.98) 8%,
        rgba(17,22,29,.92) 16%,
        rgba(17,22,29,.72) 24%,
        rgba(17,22,29,.45) 33%,
        rgba(17,22,29,.18) 42%,
        transparent 56%
      ) !important;
  }

  .process-image::after {
    display: none !important;
  }

  .process-copy {
    background: #11161d !important;
  }

  /* Cards no longer sit inside one framed table */
  .steps {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 16px !important;
    margin-top: 18px !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
  }

  .step {
    min-height: 250px !important;
    padding: 28px !important;
    border: 1px solid rgba(255,255,255,.065) !important;
    border-radius: 16px !important;
    background:
      linear-gradient(
        180deg,
        rgba(255,255,255,.018),
        rgba(255,255,255,.008)
      ) !important;
    box-shadow: none !important;
    transition:
      transform .35s ease,
      border-color .35s ease,
      box-shadow .35s ease,
      background .35s ease !important;
  }

  .step:hover {
    transform: translateY(-8px) !important;
    border-color: rgba(112,150,255,.22) !important;
    box-shadow: 0 18px 55px rgba(48,79,146,.14) !important;
    background:
      linear-gradient(
        180deg,
        rgba(255,255,255,.03),
        rgba(255,255,255,.01)
      ) !important;
  }

  /* Uppercase enterprise-style step numbers */
  .step > span,
  .step-number {
    font-size: 13px !important;
    text-transform: uppercase !important;
    letter-spacing: .18em !important;
    font-weight: 500 !important;
    color: #8EAFFF !important;
  }

  /* Animated blue line */
  .step::after {
    content: "";
    position: absolute;
    left: 28px !important;
    top: 72px !important;
    width: 42% !important;
    height: 1px !important;
    opacity: .58 !important;
    background:
      linear-gradient(
        90deg,
        #7FA7FF,
        rgba(127,167,255,0)
      ) !important;
    transform: none !important;
    transition:
      width .35s ease,
      opacity .35s ease !important;
  }

  .step:hover::after {
    width: calc(100% - 56px) !important;
    opacity: 1 !important;
    background:
      linear-gradient(
        90deg,
        #7FA7FF,
        rgba(127,167,255,0)
      ) !important;
  }

  .step h3 {
    margin-top: 48px !important;
  }

  @media (max-width: 1100px) {
    .steps {
      grid-template-columns: 1fr 1fr !important;
    }

    .process-image::before {
      background:
        linear-gradient(
          180deg,
          rgba(17,22,29,.92) 0%,
          rgba(17,22,29,.62) 24%,
          rgba(17,22,29,.22) 44%,
          transparent 62%
        ) !important;
    }
  }

  @media (max-width: 700px) {
    .steps {
      grid-template-columns: 1fr !important;
    }

    .step {
      min-height: auto !important;
    }
  }

.about-clean-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    gap: 64px;
    align-items: center;
  }

  .about-clean-copy {
    max-width: 650px;
  }

  .about-clean-copy h2 {
    max-width: 610px;
  }

  .about-clean-lead {
    margin-top: 24px;
    color: #b8c2d0;
  }

  .about-clean-copy > p:not(.about-clean-lead) {
    margin-top: 15px;
  }

  .about-facts--clean {
    margin-top: 28px;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px 24px;
  }

  .about-founder-stack {
    display: grid;
    gap: 16px;
  }

  .about-founder-card {
    display: grid;
    grid-template-columns: 190px 1fr;
    min-height: 220px;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.07);
    border-radius: 18px;
    background:
      linear-gradient(145deg, rgba(255,255,255,.022), rgba(255,255,255,.008));
    box-shadow:
      0 16px 38px rgba(0,0,0,.18),
      inset 0 1px 0 rgba(255,255,255,.025);
    transition:
      transform .34s var(--ease),
      border-color .34s var(--ease),
      box-shadow .34s var(--ease),
      background .34s var(--ease);
  }

  .about-founder-card:hover {
    transform: translateY(-5px);
    border-color: rgba(123,166,255,.20);
    background:
      linear-gradient(145deg, rgba(255,255,255,.03), rgba(255,255,255,.012));
    box-shadow:
      0 0 0 1px rgba(123,166,255,.04),
      0 22px 50px rgba(36,64,116,.15);
  }

  .about-founder-card__image {
    position: relative;
    min-height: 220px;
    overflow: hidden;
    background: #121820;
  }

  .about-founder-card__image::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
      linear-gradient(90deg, transparent 68%, rgba(18,24,32,.34) 100%),
      linear-gradient(180deg, transparent 72%, rgba(9,12,17,.22) 100%);
    pointer-events: none;
  }

  .about-founder-card__image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    background: #121820;
    filter: saturate(.72) contrast(1.02) brightness(.82);
    transition:
      transform .5s var(--ease),
      filter .5s var(--ease);
  }

  .about-founder-card:hover .about-founder-card__image img {
    transform: scale(1.018);
    filter: saturate(.8) contrast(1.02) brightness(.86);
  }

  .about-founder-card__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 26px;
  }

  .about-founder-card__content > span {
    color: #789be2;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: .09em;
    text-transform: uppercase;
  }

  .about-founder-card__content h3 {
    margin-top: 10px;
    font-size: 21px;
  }

  .about-founder-card__content p {
    max-width: 420px;
    margin-top: 10px;
    font-size: 12.5px;
  }

  @media (max-width: 980px) {
    .about-clean-grid {
      grid-template-columns: 1fr;
      gap: 34px;
    }

    .about-clean-copy {
      max-width: none;
    }
  }

  @media (max-width: 620px) {
    .about-founder-card {
      grid-template-columns: 1fr;
    }

    .about-founder-card__image {
      min-height: 300px;
    }

    .about-facts--clean {
      grid-template-columns: 1fr 1fr;
    }
  }

.section-accent {
    color: #739cff;
    background: linear-gradient(110deg, #82a7ff, #5e83e8);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  .about-clean-copy h2 {
    max-width: 620px;
    line-height: 1.08;
  }

  .about-clean-copy p {
    max-width: 610px;
    color: #aeb9ca;
  }

  .about-clean-lead {
    color: #c1cad7 !important;
  }

  .about-founder-card {
    background:
      radial-gradient(circle at 90% 0%, rgba(72,112,197,.08), transparent 30%),
      linear-gradient(145deg, #171e28, #111720) !important;
  }

  .about-founder-card__image {
    background: #0f151d !important;
  }

  .about-founder-card__image img {
    object-fit: cover !important;
    object-position: center !important;
    background: #0f151d !important;
    filter: saturate(.82) contrast(1.04) brightness(.86) !important;
  }

  .about-founder-card__content > span {
    color: #789eff !important;
  }

  .about-founder-card__content h3 {
    color: #f4f7fb;
  }

  .hero-image-shell img,
  .process-image img,
  .why-image img,
  .industry-card img,
  .about-gallery img {
    filter: saturate(.78) contrast(1.04) brightness(.78);
  }

  .industry-card:hover img,
  .about-gallery figure:hover img {
    filter: saturate(.88) contrast(1.04) brightness(.83) !important;
  }

  .industry-card,
  .founder-card,
  .about-founder-card {
    border-color: rgba(116,154,232,.11);
  }

  .industry-card:hover,
  .about-founder-card:hover {
    border-color: rgba(116,154,232,.24) !important;
    box-shadow:
      0 0 0 1px rgba(116,154,232,.045),
      0 22px 48px rgba(31,57,108,.15) !important;
  }

  .eyebrow {
    color: #85a8ff !important;
  }

  .btn {
    background: #26344b;
    border-color: rgba(118,155,232,.24);
  }

  .btn:hover {
    background: #30415e !important;
    border-color: rgba(130,169,246,.34) !important;
  }

  @media (max-width: 620px) {
    .about-founder-card__image {
      min-height: 320px;
    }
  }

.hero-image-shell img {
    object-position: center 42% !important;
    filter: saturate(.92) contrast(1.03) brightness(.88) !important;
  }

  .avatars img {
    object-position: center top !important;
    filter: saturate(.9) contrast(1.04) brightness(.94);
  }

  .industry-card img {
    object-position: center !important;
    filter: saturate(.9) contrast(1.04) brightness(.76) !important;
  }

  .industry-card:hover img {
    filter: saturate(.98) contrast(1.04) brightness(.81) !important;
  }

  .process-image img {
    object-position: center !important;
    filter: saturate(.88) contrast(1.04) brightness(.76) !important;
  }

  .why-image img {
    object-position: center !important;
    filter: saturate(.88) contrast(1.04) brightness(.76) !important;
  }

  .about-founder-card__image img,
  .founder-inline-card__image img,
  .founder-card__image img {
    object-fit: cover !important;
    object-position: center top !important;
    filter: saturate(.9) contrast(1.04) brightness(.87) !important;
  }

.about-founder-stack {
    gap: 22px !important;
  }

  .about-founder-card {
    position: relative;
    display: grid !important;
    grid-template-columns: 230px minmax(0, 1fr) !important;
    min-height: 320px !important;
    overflow: hidden;
    border: 1px solid rgba(135,170,238,.11) !important;
    border-radius: 24px !important;
    background:
      radial-gradient(circle at 92% 8%, rgba(83,125,210,.10), transparent 30%),
      linear-gradient(145deg, rgba(27,35,48,.98), rgba(16,22,31,.98)) !important;
    box-shadow:
      0 18px 44px rgba(0,0,0,.22),
      inset 0 1px 0 rgba(255,255,255,.035) !important;
    transition:
      transform .36s var(--ease),
      border-color .36s var(--ease),
      box-shadow .36s var(--ease) !important;
  }

  .about-founder-card::before {
    content: "";
    position: absolute;
    inset: 11px;
    z-index: 0;
    border: 1px solid rgba(255,255,255,.028);
    border-radius: 17px;
    pointer-events: none;
  }

  .about-founder-card:hover {
    transform: translateY(-6px) !important;
    border-color: rgba(125,164,241,.25) !important;
    box-shadow:
      0 0 0 1px rgba(125,164,241,.045),
      0 26px 62px rgba(33,61,116,.17),
      inset 0 1px 0 rgba(255,255,255,.045) !important;
  }

  .about-founder-card__image {
    position: relative;
    z-index: 1;
    min-height: 320px !important;
    overflow: hidden;
    background: #111720 !important;
    border-right: 1px solid rgba(255,255,255,.055);
  }

  .about-founder-card__image::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
      linear-gradient(90deg, transparent 65%, rgba(15,21,30,.20) 100%),
      linear-gradient(180deg, transparent 72%, rgba(8,12,18,.24) 100%);
    pointer-events: none;
  }

  .about-founder-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover !important;
    object-position: center 18% !important;
    background: #111720 !important;
    filter: saturate(.88) contrast(1.03) brightness(.88) !important;
    transition:
      transform .6s var(--ease),
      filter .6s var(--ease);
  }

  .about-founder-card:hover .about-founder-card__image img {
    transform: scale(1.025);
    filter: saturate(.96) contrast(1.03) brightness(.92) !important;
  }

  .about-founder-card__content {
    position: relative;
    z-index: 1;
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 38px 40px !important;
  }

  .about-founder-card__content::before {
    content: "SKARNET MEDIA";
    display: block;
    margin-bottom: 16px;
    color: rgba(145,176,241,.62);
    font-size: 9px;
    line-height: 1;
    font-weight: 500;
    letter-spacing: .20em;
  }

  .about-founder-card__content > span {
    order: 2;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 12px;
    color: #86a9f5 !important;
    font-size: 11px !important;
    line-height: 1.4;
    font-weight: 500 !important;
    letter-spacing: .045em !important;
    text-transform: none !important;
  }

  .about-founder-card__content > span::before {
    content: "";
    width: 18px;
    height: 1px;
    background: linear-gradient(90deg, #7ea4f1, transparent);
  }

  .about-founder-card__content h3 {
    order: 1;
    margin: 0 !important;
    color: #f4f7fb;
    font-size: clamp(27px, 2.3vw, 34px) !important;
    line-height: 1.03 !important;
    font-weight: 500 !important;
    letter-spacing: -.035em !important;
  }

  .about-founder-card__content p {
    order: 3;
    max-width: 590px !important;
    margin-top: 22px !important;
    color: #aeb9ca;
    font-size: 14px !important;
    line-height: 1.72 !important;
  }

  .about-founder-card__content::after {
    content: "";
    order: 4;
    width: 48px;
    height: 1px;
    margin-top: 25px;
    background: linear-gradient(90deg, rgba(126,164,241,.75), transparent);
    transition: width .35s var(--ease);
  }

  .about-founder-card:hover .about-founder-card__content::after {
    width: 86px;
  }

  @media (max-width: 860px) {
    .about-founder-card {
      grid-template-columns: 200px minmax(0, 1fr) !important;
    }

    .about-founder-card__content {
      padding: 30px !important;
    }
  }

  @media (max-width: 680px) {
    .about-founder-card {
      grid-template-columns: 1fr !important;
    }

    .about-founder-card__image {
      min-height: 390px !important;
      border-right: 0;
      border-bottom: 1px solid rgba(255,255,255,.055);
    }

    .about-founder-card__content {
      padding: 28px !important;
    }

    .about-founder-card__content h3 {
      font-size: 27px !important;
    }
  }

.about-founder-card__content::before,
  .about-founder-card__content::after,
  .about-founder-card__content > span::before {
    display: none !important;
  }

  .about-founder-card__content {
    justify-content: center !important;
    padding: 34px 38px !important;
  }

  .about-founder-card__content h3 {
    order: 1 !important;
    margin: 0 !important;
    color: #f4f7fb !important;
    font-size: clamp(22px, 1.8vw, 28px) !important;
    line-height: 1.08 !important;
    font-weight: 500 !important;
    letter-spacing: .075em !important;
    text-transform: uppercase !important;
  }

  .about-founder-card__content > span {
    order: 2 !important;
    display: block !important;
    margin-top: 14px !important;
    color: #88a8f2 !important;
    font-size: 10.5px !important;
    line-height: 1.45 !important;
    font-weight: 500 !important;
    letter-spacing: .11em !important;
    text-transform: uppercase !important;
  }

  .about-founder-card__content p {
    order: 3 !important;
    margin-top: 22px !important;
    max-width: 560px !important;
    color: #aeb9ca !important;
    font-size: 13px !important;
    line-height: 1.68 !important;
  }

  @media (max-width: 680px) {
    .about-founder-card__content {
      padding: 28px !important;
    }

    .about-founder-card__content h3 {
      font-size: 22px !important;
    }
  }

.about-founder-card__content h3 {
    margin: 0 !important;
    color: #f4f7fb !important;
    font-size: 22px !important;
    line-height: 1.15 !important;
    font-weight: 500 !important;
    letter-spacing: -.02em !important;
    text-transform: none !important;
  }

  .about-founder-card__content > span {
    margin-top: 14px !important;
    color: #8eafff !important;
    font-size: 10px !important;
    line-height: 1.4 !important;
    font-weight: 600 !important;
    letter-spacing: .18em !important;
    text-transform: uppercase !important;
  }

  .about-founder-card__content::before,
  .about-founder-card__content::after,
  .about-founder-card__content > span::before {
    display: none !important;
  }

.hero-image-shell img {
    object-fit: cover !important;
    object-position: center 42% !important;
    filter: saturate(.78) contrast(1.04) brightness(.72) !important;
  }

  .process-image img {
    object-fit: cover !important;
    object-position: center !important;
    filter: saturate(.72) contrast(1.04) brightness(.68) !important;
  }

  .why-image img {
    object-fit: cover !important;
    object-position: center !important;
    filter: saturate(.74) contrast(1.04) brightness(.67) !important;
  }

  .hero-image-shell::after {
    background:
      linear-gradient(180deg, rgba(8,11,16,.04) 24%, rgba(8,11,16,.62) 100%),
      linear-gradient(120deg, rgba(42,77,145,.13), transparent 48%) !important;
  }

  .process-image::before {
    background:
      linear-gradient(
        90deg,
        #11161d 0%,
        rgba(17,22,29,.98) 8%,
        rgba(17,22,29,.92) 16%,
        rgba(17,22,29,.72) 24%,
        rgba(17,22,29,.45) 33%,
        rgba(17,22,29,.18) 42%,
        transparent 56%
      ) !important;
  }

  .why-image::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
      linear-gradient(180deg, rgba(7,10,15,.04), rgba(7,10,15,.34)),
      linear-gradient(120deg, rgba(42,77,145,.08), transparent 46%);
  }

.hero-proof--contact {
    display: flex !important;
    align-items: center;
    gap: 16px !important;
    padding: 12px 14px;
    width: fit-content;
    max-width: 100%;
    border: 1px solid rgba(255,255,255,.07);
    border-radius: 14px;
    background: rgba(255,255,255,.018);
  }

  .hero-proof--contact .avatars {
    flex: 0 0 auto;
  }

  .hero-proof--contact .avatars img {
    width: 42px !important;
    height: 42px !important;
    border-width: 2px !important;
    object-position: center top;
    filter: saturate(.88) contrast(1.03) brightness(.9);
  }

  .hero-proof__copy {
    display: grid;
    gap: 3px;
    min-width: 0;
  }

  .hero-proof__copy strong {
    color: #edf2f8;
    font-size: 12px;
    font-weight: 500;
  }

  .hero-proof__copy span {
    color: #8793a4;
    font-size: 11px;
    line-height: 1.45;
  }

  .channel-orbit {
    position: absolute;
    z-index: 5;
    right: -54px;
    top: 188px;
    display: grid;
    gap: 10px;
    pointer-events: none;
  }

  .channel-badge {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 142px;
    padding: 10px 13px;
    border: 1px solid rgba(255,255,255,.11);
    border-radius: 13px;
    background: rgba(15,20,28,.86);
    backdrop-filter: blur(15px);
    box-shadow: 0 15px 38px rgba(0,0,0,.24);
    color: #cbd4e1;
    font-size: 11px;
    font-weight: 500;
    animation: channelFloat 5.8s ease-in-out infinite;
  }

  .channel-badge:nth-child(2) {
    transform: translateX(22px);
    animation-delay: -1.7s;
  }

  .channel-badge:nth-child(3) {
    transform: translateX(-8px);
    animation-delay: -3.3s;
  }

  .channel-icon {
    width: 29px;
    height: 29px;
    flex: 0 0 29px;
    display: grid;
    place-items: center;
    border-radius: 9px;
    background: rgba(255,255,255,.045);
  }

  .channel-icon--meta {
    color: #78a5ff;
  }

  .channel-icon--meta svg {
    width: 23px;
  }

  .channel-icon--linkedin {
    background: #2867b2;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    font-family: Arial, sans-serif;
  }

  .channel-icon--google {
    position: relative;
    background: rgba(255,255,255,.06);
  }

  .channel-icon--google i,
  .channel-icon--google b,
  .channel-icon--google em {
    position: absolute;
    display: block;
  }

  .channel-icon--google i {
    width: 6px;
    height: 21px;
    left: 9px;
    top: 4px;
    border-radius: 999px;
    background: #4285f4;
    transform: rotate(29deg);
  }

  .channel-icon--google b {
    width: 6px;
    height: 17px;
    right: 7px;
    top: 6px;
    border-radius: 999px;
    background: #34a853;
    transform: rotate(-29deg);
  }

  .channel-icon--google em {
    width: 7px;
    height: 7px;
    right: 4px;
    bottom: 4px;
    border-radius: 50%;
    background: #fbbc04;
  }

  @keyframes channelFloat {
    0%, 100% { translate: 0 0; }
    50% { translate: 0 -7px; }
  }

  .talent-row img {
    object-position: center top !important;
  }

  .industry-card img {
    filter: saturate(.74) contrast(1.04) brightness(.62) !important;
  }

  .industry-card:hover img {
    filter: saturate(.88) contrast(1.04) brightness(.69) !important;
  }

  .industry-content p {
    max-width: 540px !important;
  }

  .process-v2 {
    overflow: hidden;
  }

  .process-v2__head {
    display: grid;
    grid-template-columns: 1fr .86fr;
    align-items: end;
    gap: 64px;
    margin-bottom: 30px;
  }

  .process-v2__head p {
    max-width: 570px;
    justify-self: end;
  }

  .process-v2__visual {
    position: relative;
    min-height: 430px;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.075);
    border-radius: 24px;
    background: #151b23;
    box-shadow:
      0 24px 64px rgba(0,0,0,.25),
      inset 0 1px 0 rgba(255,255,255,.025);
  }

  .process-v2__visual img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 42%;
    filter: saturate(.72) contrast(1.03) brightness(.63);
  }

  .process-v2__visual::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
      linear-gradient(90deg, rgba(13,18,25,.94) 0%, rgba(13,18,25,.62) 36%, rgba(13,18,25,.10) 68%, rgba(13,18,25,.28) 100%),
      linear-gradient(180deg, transparent 55%, rgba(9,12,17,.58));
  }

  .process-v2__visual-copy {
    position: absolute;
    z-index: 2;
    left: 42px;
    bottom: 40px;
    max-width: 520px;
  }

  .process-v2__visual-copy span {
    display: block;
    margin-bottom: 12px;
    color: #82a7f6;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: .15em;
    text-transform: uppercase;
  }

  .process-v2__visual-copy strong {
    display: block;
    color: #f2f5f9;
    font-size: clamp(21px, 2.1vw, 31px);
    line-height: 1.18;
    font-weight: 500;
    letter-spacing: -.025em;
  }

  .process-v2__steps {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 12px;
    margin-top: 16px;
  }

  .process-v2__step {
    position: relative;
    min-height: 235px;
    padding: 22px;
    border: 1px solid rgba(255,255,255,.06);
    border-radius: 16px;
    background:
      linear-gradient(180deg, rgba(255,255,255,.018), rgba(255,255,255,.007));
    transition:
      transform .34s var(--ease),
      border-color .34s var(--ease),
      box-shadow .34s var(--ease),
      background .34s var(--ease);
  }

  .process-v2__step:hover {
    transform: translateY(-6px);
    border-color: rgba(119,158,237,.21);
    background:
      linear-gradient(180deg, rgba(255,255,255,.028), rgba(255,255,255,.01));
    box-shadow: 0 19px 42px rgba(31,56,104,.14);
  }

  .process-v2__step > span {
    width: 34px;
    height: 34px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(117,158,244,.25);
    border-radius: 50%;
    color: #82a9fb;
    background: rgba(80,119,204,.08);
    font-size: 11px;
    font-weight: 500;
  }

  .process-v2__step h3 {
    margin-top: 28px;
    font-size: 15px;
  }

  .process-v2__step p {
    margin-top: 11px;
    font-size: 12px;
    line-height: 1.65;
  }

  .process-v2__cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    margin-top: 16px;
    padding: 22px 24px;
    border: 1px solid rgba(121,160,239,.13);
    border-radius: 16px;
    background:
      radial-gradient(circle at 90% 0%, rgba(78,116,194,.10), transparent 33%),
      rgba(255,255,255,.016);
  }

  .process-v2__cta div {
    display: grid;
    gap: 6px;
  }

  .process-v2__cta strong {
    color: #eef2f8;
    font-size: 15px;
    font-weight: 500;
  }

  .process-v2__cta span {
    color: #8f9aac;
    font-size: 12px;
  }

  @media (max-width: 1120px) {
    .channel-orbit {
      right: 4px;
      top: 210px;
    }

    .process-v2__steps {
      grid-template-columns: repeat(2, 1fr);
    }

    .process-v2__step:last-child {
      grid-column: span 2;
    }
  }

  @media (max-width: 900px) {
    .channel-orbit {
      display: none;
    }

    .process-v2__head {
      grid-template-columns: 1fr;
      gap: 18px;
    }

    .process-v2__head p {
      justify-self: start;
    }
  }

  @media (max-width: 620px) {
    .hero-proof--contact {
      align-items: flex-start;
    }

    .process-v2__visual {
      min-height: 360px;
    }

    .process-v2__visual-copy {
      left: 24px;
      right: 24px;
      bottom: 26px;
    }

    .process-v2__steps {
      grid-template-columns: 1fr;
    }

    .process-v2__step:last-child {
      grid-column: auto;
    }

    .process-v2__cta {
      align-items: flex-start;
      flex-direction: column;
    }
  }

.hero-visual {
    min-height: 660px !important;
  }

  .hero-image-shell {
    display: block !important;
  }

  .hero-image-shell img {
    object-fit: cover !important;
    object-position: center 44% !important;
    filter: saturate(.80) contrast(1.04) brightness(.72) !important;
  }

  .channel-orbit {
    z-index: 6 !important;
    right: -50px !important;
    top: 172px !important;
  }

  .floating-card--talent,
  .floating-card--metric {
    z-index: 7 !important;
  }

  .talent-row img {
    object-fit: cover !important;
    object-position: center 18% !important;
    filter: saturate(.9) contrast(1.03) brightness(.9) !important;
  }

  .process-v2__visual img {
    object-position: center !important;
    filter: saturate(.76) contrast(1.04) brightness(.66) !important;
  }

  @media (max-width: 1120px) {
    .channel-orbit {
      right: 8px !important;
      top: 188px !important;
    }
  }

.hero-image-shell img {
    object-position: center 45% !important;
    filter: saturate(.82) contrast(1.04) brightness(.72) !important;
  }

  .why-image img {
    object-position: center 46% !important;
    filter: saturate(.80) contrast(1.04) brightness(.69) !important;
  }

  .floating-card--social {
    width: 285px !important;
    padding: 16px !important;
  }

  .social-badge-row {
    display: flex;
    align-items: center;
    gap: 13px;
  }

  .social-badge-icons {
    position: relative;
    width: 58px;
    height: 48px;
    flex: 0 0 58px;
  }

  .social-mini {
    position: absolute;
    width: 31px;
    height: 31px;
    display: grid;
    place-items: center;
    border: 2px solid #171d27;
    border-radius: 10px;
    box-shadow: 0 7px 16px rgba(0,0,0,.18);
  }

  .social-mini--meta {
    left: 0;
    top: 0;
    color: #79a5ff;
    background: #202a3a;
    z-index: 3;
  }

  .social-mini--meta svg {
    width: 23px;
  }

  .social-mini--linkedin {
    left: 22px;
    top: 8px;
    z-index: 2;
    background: #2867b2;
    color: #fff;
    font-family: Arial, sans-serif;
    font-size: 15px;
    font-weight: 700;
  }

  .social-mini--google {
    left: 11px;
    top: 19px;
    z-index: 1;
    background: #202632;
  }

  .social-mini--google i,
  .social-mini--google b,
  .social-mini--google em {
    position: absolute;
    display: block;
  }

  .social-mini--google i {
    width: 5px;
    height: 20px;
    left: 10px;
    top: 5px;
    border-radius: 999px;
    background: #4285f4;
    transform: rotate(29deg);
  }

  .social-mini--google b {
    width: 5px;
    height: 16px;
    right: 8px;
    top: 7px;
    border-radius: 999px;
    background: #34a853;
    transform: rotate(-29deg);
  }

  .social-mini--google em {
    width: 6px;
    height: 6px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    background: #fbbc04;
  }

  .social-badge-copy {
    min-width: 0;
    flex: 1;
  }

  .social-badge-copy strong {
    display: block;
    color: #f0f4fa;
    font-size: 13px;
    font-weight: 600;
  }

  .social-badge-copy span {
    display: block;
    margin-top: 5px;
    color: #8f9bad;
    font-size: 11px;
    line-height: 1.4;
  }

  .floating-card--social .status {
    flex: 0 0 auto;
  }

  @media (max-width: 720px) {
    .floating-card--social {
      width: 250px !important;
    }
  }

.hero-image-shell img {
    object-fit: cover !important;
    object-position: center 46% !important;
    filter: saturate(.78) contrast(1.04) brightness(.70) !important;
  }

  .why-image img {
    object-fit: cover !important;
    object-position: center 42% !important;
    filter: saturate(.76) contrast(1.04) brightness(.68) !important;
  }

  .hero-image-shell::after {
    background:
      linear-gradient(180deg, rgba(8,11,16,.02) 30%, rgba(8,11,16,.62) 100%),
      linear-gradient(120deg, rgba(40,73,140,.12), transparent 48%) !important;
  }

  .why-image::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
      linear-gradient(180deg, rgba(8,11,16,.03), rgba(8,11,16,.38)),
      linear-gradient(120deg, rgba(40,73,140,.08), transparent 46%);
  }

.hero-image-shell img {
    object-fit: cover !important;
    object-position: center 48% !important;
    filter: saturate(.76) contrast(1.05) brightness(.67) !important;
  }

  .why-image img {
    object-fit: cover !important;
    object-position: center 46% !important;
    filter: saturate(.74) contrast(1.05) brightness(.66) !important;
  }

  .hero-image-shell::after {
    background:
      linear-gradient(180deg, rgba(8,11,16,.02) 28%, rgba(8,11,16,.65) 100%),
      linear-gradient(120deg, rgba(40,73,140,.10), transparent 48%) !important;
  }

  .why-image::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
      linear-gradient(180deg, rgba(8,11,16,.02), rgba(8,11,16,.40)),
      linear-gradient(120deg, rgba(40,73,140,.07), transparent 46%);
  }

.hero-image-shell img {
    object-fit: cover !important;
    object-position: center !important;
    filter: saturate(.86) contrast(1.05) brightness(.72) !important;
  }

  .why-image img {
    object-fit: cover !important;
    object-position: center 45% !important;
    filter: saturate(.78) contrast(1.04) brightness(.70) !important;
  }

  .hero-image-shell::after {
    background:
      linear-gradient(180deg, rgba(7,10,15,.02) 25%, rgba(7,10,15,.62) 100%),
      linear-gradient(120deg, rgba(45,82,158,.10), transparent 48%) !important;
  }

  .why-image::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
      linear-gradient(180deg, rgba(7,10,15,.02), rgba(7,10,15,.36)),
      linear-gradient(120deg, rgba(45,82,158,.08), transparent 48%);
  }

.industry-card img {
    object-fit: cover !important;
    filter: saturate(.80) contrast(1.04) brightness(.64) !important;
  }

  .industry-card:hover img {
    filter: saturate(.94) contrast(1.04) brightness(.71) !important;
  }

  .industry-card:nth-child(1) img {
    object-position: center 47% !important;
  }

  .industry-card:nth-child(2) img {
    object-position: center 46% !important;
  }

  .industry-card:nth-child(3) img {
    object-position: center 45% !important;
  }

  .industry-card:nth-child(4) img {
    object-position: center 48% !important;
  }

  .industry-card::after {
    background:
      linear-gradient(
        180deg,
        rgba(8,11,16,.03) 12%,
        rgba(8,11,16,.16) 45%,
        rgba(8,11,16,.90) 100%
      ) !important;
  }

body {
    font-weight: 400;
  }

  h1,
  h2,
  h3,
  h4 {
    font-weight: 600;
  }

  h1 {
    font-weight: 600;
  }

  h2 {
    font-weight: 550;
  }

  h3 {
    font-weight: 550;
  }

  p,
  .lead,
  .service-copy p,
  .model-summary,
  .faq-answer p,
  td {
    font-weight: 400;
  }

  .eyebrow,
  .nav-links a,
  .btn,
  .brand,
  .price-badge,
  .model-badge,
  .model-kicker,
  th,
  .check-item strong,
  .model-list strong {
    font-weight: 500;
  }

  .metric-value,
  .big-number,
  .metric-box strong,
  .metric-strip strong {
    font-weight: 600;
  }

  .model-card h3 {
    font-weight: 600;
  }

  .hero-orbit,
  .hero-orbit::before,
  .hero-orbit::after {
    animation: orbitBreath 8s ease-in-out infinite;
  }

  .hero-orbit {
    overflow: visible;
  }

  .hero-orbit .orbit-light {
    position: absolute;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: rgba(165,194,255,.95);
    box-shadow:
      0 0 16px rgba(133,171,255,.85),
      0 0 34px rgba(91,139,255,.48);
    transform: translate(-50%, -50%);
    pointer-events: none;
  }

  .hero-orbit .orbit-light--outer {
    left: 50%;
    top: 50%;
    animation: orbitOuter 10s linear infinite;
  }

  .hero-orbit .orbit-light--middle {
    left: 50%;
    top: 50%;
    width: 10px;
    height: 10px;
    animation: orbitMiddle 7.5s linear infinite reverse;
    opacity: .78;
  }

  .hero-orbit .orbit-light--inner {
    left: 50%;
    top: 50%;
    width: 8px;
    height: 8px;
    animation: orbitInner 5.8s linear infinite;
    opacity: .58;
  }

  @keyframes orbitOuter {
    from {
      transform:
        translate(-50%, -50%)
        rotate(0deg)
        translateY(-460px)
        rotate(0deg);
    }
    to {
      transform:
        translate(-50%, -50%)
        rotate(360deg)
        translateY(-460px)
        rotate(-360deg);
    }
  }

  @keyframes orbitMiddle {
    from {
      transform:
        translate(-50%, -50%)
        rotate(0deg)
        translateY(-350px)
        rotate(0deg);
    }
    to {
      transform:
        translate(-50%, -50%)
        rotate(360deg)
        translateY(-350px)
        rotate(-360deg);
    }
  }

  @keyframes orbitInner {
    from {
      transform:
        translate(-50%, -50%)
        rotate(0deg)
        translateY(-240px)
        rotate(0deg);
    }
    to {
      transform:
        translate(-50%, -50%)
        rotate(360deg)
        translateY(-240px)
        rotate(-360deg);
    }
  }

  @keyframes orbitBreath {
    0%, 100% {
      opacity: .62;
      filter: brightness(.92);
    }
    50% {
      opacity: .9;
      filter: brightness(1.08);
    }
  }

  @media (max-width: 1100px) {
    .hero-orbit .orbit-light--outer {
      animation-duration: 11s;
    }
  }

  @media (prefers-reduced-motion: reduce) {
    .hero-orbit,
    .hero-orbit::before,
    .hero-orbit::after,
    .hero-orbit .orbit-light {
      animation: none !important;
    }
  }

/* Final weight pass — forces thinner text everywhere, previous overrides
     were losing to more specific .elementor-15 .elementor-element.elementor-element-8018ad5s in the base stylesheet. */
  *, *::before, *::after {
    font-weight: 400 !important;
  }

  h2, h3, h4,
  .brand,
  .btn,
  .price-badge,
  .model-badge,
  th,
  strong,
  .metric-value,
  .big-number {
    font-weight: 500 !important;
  }

  h1 {
    font-weight: 700 !important;
  }

  h1 .gradient-text {
    font-weight: inherit !important;
  }

  .big-number {
    font-size: clamp(64px, 8.5vw, 108px) !important;
    letter-spacing: -.02em !important;
    font-weight: 700 !important;
  }

  .metric-box strong {
    font-size: 44px !important;
    letter-spacing: -.015em !important;
    font-weight: 700 !important;
  }

.model-card--featured .btn,
  .contact-form-wrap .btn,
  .hero-actions .btn:first-child {
    background: #34445d;
    border-color: rgba(156,184,239,.28);
    color: #f6f8fb;
  }

  .model-card--featured .btn:hover,
  .contact-form-wrap .btn:hover,
  .hero-actions .btn:first-child:hover {
    background: #3d4f6b;
    border-color: rgba(170,196,246,.42);
  }

  .nav .btn {
    min-height: 38px;
    padding-inline: 14px;
    border-radius: 9px;
    font-size: 12px;
  }

  .eyebrow {
    font-size: 11px;
    letter-spacing: .14em;
    margin-bottom: 16px;
  }

  .lead {
    font-size: 16px;
    line-height: 1.65;
  }

  p {
    line-height: 1.65;
  }

  .service-item,
  .check-item,
  th,
  td {
    padding-top: 17px;
    padding-bottom: 17px;
  }

  .model-card {
    min-height: 460px;
    padding: 24px;
  }

  .model-card h3 {
    font-size: 20px;
  }

  .metric-box {
    min-height: 230px;
  }

  .industry-card {
    min-height: 290px;
  }

  .process-copy,
  .contact-copy {
    padding: 48px;
  }

  .contact-copy {
    min-height: 590px;
  }

  @media (max-width: 560px) {
    .process-copy,
    .contact-copy,
    .contact-form-wrap,
    .metrics-main,
    .metric-box,
    .price-card {
      padding: 22px;
    }
  }
  
  
  /* ===========================
   FORCE WHITE TEXT
=========================== */

.hero h1,
.hero h2,
.hero h3,
.hero p,
.hero span,
.hero strong,
.hero li,
.section h1,
.section h2,
.section h3,
.section h4,
.section p,
.section span,
.section li{
    color:#ffffff !important;
}

/* Ostavi gradient samo gdje ga eksplicitno koristiš */
.gradient-text{
    background:linear-gradient(90deg,#ffffff 0%,#dfe8ff 40%,#8fd7ff 100%);
    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
    background-clip:text;
    color:transparent !important;
}

/* Hero naslov */
.hero h1{
    color:#fff !important;
}

/* Svi podnaslovi */
h2,h3,h4{
    color:#fff;
}

/* Paragrafi */
p{
    color:#ffffff;
    opacity:.88;
}

/* Navigacija */
.nav-links a{
    color:#ffffff;
}

.nav-links a:hover{
    color:#9fc7ff;
}

/* Footer */
footer,
footer p,
footer a,
footer span,
footer strong{
    color:#ffffff;
}

/* =========================================
   DARK CONTACT FORM OVERRIDE
   Keeps all contact fields aligned with the dark site design.
========================================= */
.contact-form-wrap input,
.contact-form-wrap textarea,
.contact-form-wrap select,
.contact-panel input,
.contact-panel textarea,
.contact-panel select {
  background: linear-gradient(180deg, #171d26 0%, #141920 100%) !important;
  color: #f2f5f8 !important;
  border: 1px solid rgba(255,255,255,.09) !important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.025),
    0 8px 22px rgba(0,0,0,.12) !important;
}

.contact-form-wrap input::placeholder,
.contact-form-wrap textarea::placeholder,
.contact-panel input::placeholder,
.contact-panel textarea::placeholder {
  color: #7f8b9c !important;
  opacity: 1 !important;
}

.contact-form-wrap input:focus,
.contact-form-wrap textarea:focus,
.contact-form-wrap select:focus,
.contact-panel input:focus,
.contact-panel textarea:focus,
.contact-panel select:focus {
  background: #1b2230 !important;
  border-color: rgba(108,155,255,.68) !important;
  box-shadow:
    0 0 0 4px rgba(93,140,255,.09),
    inset 0 1px 0 rgba(255,255,255,.035) !important;
}

/* =========================================
   FAQ – DARK CARD STYLE
   Removes the bright blue open state and
   matches the dark bordered card styling.
========================================= */

.faq-list {
  display: grid;
  gap: 18px;
  border-top: 0 !important;
}

.faq-item {
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.09) !important;
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(26,32,42,.96), rgba(18,23,31,.96)) !important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.025),
    0 14px 34px rgba(0,0,0,.18);
  transition:
    border-color .3s ease,
    box-shadow .3s ease,
    background .3s ease,
    transform .3s ease;
}

.faq-item:hover {
  border-color: rgba(123,166,255,.20) !important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.035),
    0 18px 42px rgba(0,0,0,.22);
}

.faq-item.open {
  border-color: rgba(123,166,255,.26) !important;
  background:
    radial-gradient(circle at 0% 0%, rgba(93,140,255,.10), transparent 34%),
    linear-gradient(180deg, #1b2230 0%, #171d27 100%) !important;
  box-shadow:
    0 0 0 1px rgba(123,166,255,.05),
    0 20px 50px rgba(0,0,0,.24),
    inset 0 1px 0 rgba(255,255,255,.04);
}

.faq-question {
  min-height: 92px;
  padding: 24px 28px !important;
  color: #f2f5f8 !important;
  background: transparent !important;
  border: 0 !important;
  font-size: 17px !important;
  line-height: 1.35;
}

.faq-item.open .faq-question {
  background: transparent !important;
  color: #f2f5f8 !important;
}

.faq-answer {
  background: transparent !important;
}

.faq-answer p {
  padding: 0 84px 28px 28px !important;
  color: #b8c2cf !important;
  font-size: 15px !important;
  line-height: 1.7;
}

.faq-icon {
  width: 48px !important;
  height: 48px !important;
  flex: 0 0 48px !important;
  border: 1px solid rgba(123,166,255,.22) !important;
  background: rgba(93,140,255,.08) !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.03);
}

.faq-icon::before,
.faq-icon::after {
  width: 14px !important;
  background: #dce7ff !important;
}

.faq-item.open .faq-icon {
  background: rgba(93,140,255,.12) !important;
  border-color: rgba(123,166,255,.30) !important;
}

@media (max-width: 640px) {
  .faq-list {
    gap: 14px;
  }

  .faq-question {
    min-height: 78px;
    padding: 20px !important;
    font-size: 15px !important;
  }

  .faq-answer p {
    padding: 0 20px 22px !important;
    font-size: 14px !important;
  }

  .faq-icon {
    width: 42px !important;
    height: 42px !important;
    flex-basis: 42px !important;
  }
}

/* =========================================
   FAQ – SLIMMER CARD SPACING
========================================= */

.faq-list {
  gap: 12px !important;
}

.faq-item {
  border-radius: 18px !important;
}

.faq-question {
  min-height: 70px !important;
  padding: 17px 22px !important;
  font-size: 15px !important;
}

.faq-icon {
  width: 40px !important;
  height: 40px !important;
  flex: 0 0 40px !important;
}

.faq-icon::before,
.faq-icon::after {
  width: 12px !important;
}

.faq-answer p {
  padding: 0 74px 20px 22px !important;
  font-size: 14px !important;
  line-height: 1.72 !important;
}

@media (max-width: 640px) {
  .faq-list {
    gap: 10px !important;
  }

  .faq-question {
    min-height: 64px !important;
    padding: 15px 16px !important;
    font-size: 14px !important;
  }

  .faq-icon {
    width: 36px !important;
    height: 36px !important;
    flex-basis: 36px !important;
  }

  .faq-answer p {
    padding: 0 16px 18px !important;
    font-size: 13px !important;
  }
}



/* =========================================
   FINAL NAVBAR LOGO SIZE
========================================= */

.brand-logo {
  display: block !important;
  width: auto !important;
  height: 24px !important;
  max-width: 170px !important;
  object-fit: contain !important;
  flex: 0 0 auto;
}

.nav .brand {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  min-width: 170px;
  line-height: 1;
}

footer .brand-logo,
.footer-top .brand-logo {
  height: 28px !important;
  max-width: 190px !important;
}

@media (max-width: 900px) {
  .brand-logo {
    height: 22px !important;
    max-width: 150px !important;
  }

  .nav .brand {
    min-width: auto;
  }
}

@media (max-width: 640px) {
  .brand-logo {
    height: 20px !important;
    max-width: 135px !important;
  }

  footer .brand-logo,
  .footer-top .brand-logo {
    height: 24px !important;
    max-width: 160px !important;
  }
}


/* =========================================
   INDUSTRY IMAGE POSITION
   Keeps the logistics worker's full head visible.
========================================= */

.industry-card:nth-child(1) img {
  object-position: center 24% !important;
}

/* Keep the remaining industry images naturally centered. */
.industry-card:nth-child(2) img,
.industry-card:nth-child(3) img,
.industry-card:nth-child(4) img {
  object-position: center center;
}

@media (max-width: 900px) {
  .industry-card:nth-child(1) img {
    object-position: center 20% !important;
  }
}

@media (max-width: 640px) {
  .industry-card:nth-child(1) img {
    object-position: center 18% !important;
  }
}



/* =========================================
   FINAL LOGO SIZE (UPDATED)
========================================= */
.brand-logo{
  display:block!important;
  width:auto!important;
  height:48px!important;
  max-width:340px!important;
  object-fit:contain!important;
}
footer .brand-logo,
.footer-top .brand-logo{
  height:52px!important;
  max-width:360px!important;
}
@media (max-width:768px){
  .brand-logo{
    height:40px!important;
    max-width:280px!important;
  }
  footer .brand-logo,
  .footer-top .brand-logo{
    height:44px!important;
    max-width:300px!important;
  }
}

/* =========================================
   FOOTER ALIGNMENT FIX
========================================= */

.footer-top {
  align-items: start !important;
}

.footer-top > div:first-child {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}

.footer-top .brand {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  width: auto !important;
  min-width: 0 !important;
  margin: 0 0 22px 0 !important;
  line-height: 1 !important;
}

.footer-top .brand-logo,
footer .brand-logo {
  display: block !important;
  width: auto !important;
  height: 44px !important;
  max-width: 260px !important;
  object-fit: contain !important;
  object-position: left center !important;
  margin: 0 !important;
}

.footer-top p {
  margin-top: 0 !important;
  max-width: 640px !important;
}

.footer-links {
  align-items: start !important;
}

.footer-column {
  align-self: start !important;
}

@media (max-width: 900px) {
  .footer-top {
    grid-template-columns: 1fr !important;
    gap: 36px !important;
  }

  .footer-top .brand-logo,
  footer .brand-logo {
    height: 40px !important;
    max-width: 230px !important;
  }
}

@media (max-width: 640px) {
  .footer-top .brand-logo,
  footer .brand-logo {
    height: 36px !important;
    max-width: 210px !important;
  }

  .footer-links {
    grid-template-columns: 1fr 1fr !important;
    row-gap: 28px !important;
  }
}

/* ===========================
   FINAL FIX v2 — HEADER SPACING + LOGO SIZES + FOOTER ALIGNMENT
=========================== */

/* --- Header odmaknut od vrha (logo veličina NETAKNUTA — ostaje 48px kao prije) --- */
.nav-wrap {
  inset: 34px 0 auto !important;
}

.hero {
  padding-top: 150px !important;
}

@media (max-width: 1100px) {
  .hero { padding-top: 162px !important; }
}

@media (max-width: 820px) {
  .nav-wrap { inset: 22px 0 auto !important; }
  .hero { padding-top: 134px !important; }
}

@media (max-width: 560px) {
  .nav-wrap { inset: 16px 0 auto !important; }
  .hero { padding-top: 120px !important; }
}

/* --- Footer logo veći od header loga --- */
.footer-top .brand-logo,
footer .brand-logo {
  height: 58px !important;
  max-width: 320px !important;
  width: auto !important;
  object-fit: contain !important;
  object-position: left center !important;
  margin: 0 !important;
}

/* --- Footer poravnanje: reset SVEGA što bi moglo gurati logo/tekst udesno ili na centar --- */
.footer-top,
.footer-top * {
  text-align: left !important;
}

.footer-top {
  align-items: start !important;
  justify-items: start !important;
}

.footer-top > div:first-child {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  justify-content: flex-start !important;
  text-align: left !important;
  padding: 0 !important;
  margin: 0 !important;
  width: 100% !important;
}

.footer-top .brand,
.footer-top a.brand {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  width: auto !important;
  min-width: 0 !important;
  max-width: none !important;
  padding: 0 !important;
  margin: 0 0 20px -12px !important;
  line-height: 1 !important;
  float: none !important;
}

.footer-top > div:first-child p {
  margin: 0 !important;
  padding: 0 !important;
  text-align: left !important;
  max-width: 640px !important;
}

.footer-links {
  align-items: start !important;
  justify-items: start !important;
}

.footer-column {
  align-self: start !important;
  text-align: left !important;
}

@media (max-width: 900px) {
  .footer-top {
    grid-template-columns: 1fr !important;
    gap: 36px !important;
  }
  .footer-top .brand-logo,
  footer .brand-logo {
    height: 48px !important;
    max-width: 260px !important;
  }
}

@media (max-width: 640px) {
  .footer-top .brand-logo,
  footer .brand-logo {
    height: 42px !important;
    max-width: 230px !important;
  }
  .footer-links {
    grid-template-columns: 1fr 1fr !important;
    row-gap: 28px !important;
  }
}

.footer-top .brand-logo,
footer .brand-logo {
  transform: translateX(-5px) !important;
}

.footer-links{
    display:grid;
    grid-template-columns:repeat(3,max-content);
    gap:70px;
    justify-self:end !important;
    margin-left:auto !important;
}


/* =========================================
   FINAL BUTTON SYSTEM - Graphite Blue
========================================= */

.btn,
a.btn,
button.btn,
input[type="submit"].btn{
    min-height:46px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:9px;
    padding:0 20px;

    border:1px solid rgba(110,135,185,.55)!important;
    border-radius:12px;

    background:linear-gradient(135deg,#2b3b56 0%,#354867 55%,#43577a 100%)!important;
    color:#ffffff!important;

    box-shadow:
        inset 0 1px 0 rgba(255,255,255,.08),
        0 12px 30px rgba(0,0,0,.26);

    font-weight:600;
    transition:all .25s var(--ease);
}

.btn svg,
a.btn svg,
button.btn svg{
    color:currentColor!important;
    stroke:currentColor!important;
}

.btn:hover,
a.btn:hover,
button.btn:hover,
input[type="submit"].btn:hover{

    background:linear-gradient(135deg,#eef2f7,#dde5ef)!important;
    color:#24344e!important;
    border-color:#cfd8e6!important;

    transform:translateY(-2px);

    box-shadow:
        0 16px 38px rgba(0,0,0,.22),
        inset 0 1px 0 rgba(255,255,255,.55);
}

.btn:hover svg,
a.btn:hover svg,
button.btn:hover svg{
    color:#24344e!important;
    stroke:#24344e!important;
}

.btn:active,
a.btn:active,
button.btn:active{
    transform:translateY(0);
}

.btn--ghost,
a.btn--ghost,
button.btn--ghost{
    background:rgba(255,255,255,.035)!important;
    border:1px solid rgba(255,255,255,.12)!important;
    color:#edf2fa!important;
}

.btn--ghost:hover,
a.btn--ghost:hover,
button.btn--ghost:hover{
    background:#e9eef5!important;
    color:#24344e!important;
    border-color:#d3dce8!important;
}

.faq-question,
.menu-btn{
    box-shadow:none!important;
}

/* =========================================
   FINAL RESPONSIVE MOBILE NAVIGATION
========================================= */

.mobile-menu,
.mobile-menu-backdrop {
  display: none;
}

.menu-btn__line {
  display: block;
  width: 18px;
  height: 1.5px;
  border-radius: 999px;
  background: currentColor;
  transition:
    transform .28s var(--ease),
    opacity .22s ease,
    width .28s var(--ease);
}

@media (max-width: 900px) {
  body.mobile-menu-open {
    overflow: hidden !important;
    touch-action: none;
  }

  .nav-wrap {
    inset: 10px 0 auto !important;
    z-index: 9999 !important;
  }

  .nav {
    width: calc(100% - 20px) !important;
    min-height: 64px !important;
    padding: 0 10px 0 16px !important;
    gap: 12px !important;
    border-radius: 17px !important;
    background: rgba(17,22,30,.94) !important;
    border-color: rgba(255,255,255,.11) !important;
    box-shadow:
      0 14px 38px rgba(0,0,0,.28),
      inset 0 1px 0 rgba(255,255,255,.035) !important;
    backdrop-filter: blur(22px) !important;
  }

  .nav .brand {
    min-width: 0 !important;
    max-width: calc(100% - 62px);
  }

  .nav .brand-logo {
    width: auto !important;
    height: 34px !important;
    max-width: 190px !important;
    object-fit: contain !important;
  }

  .nav-links,
  .nav-cta {
    display: none !important;
  }

  .nav-actions {
    margin-left: auto;
  }

  .menu-btn {
    position: relative;
    z-index: 10003;
    width: 44px !important;
    height: 44px !important;
    display: inline-flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    flex: 0 0 44px;
    padding: 0 !important;
    border: 1px solid rgba(255,255,255,.12) !important;
    border-radius: 12px !important;
    background: linear-gradient(180deg, #202b3d, #182231) !important;
    color: #f5f7fb !important;
    box-shadow:
      inset 0 1px 0 rgba(255,255,255,.07),
      0 8px 20px rgba(0,0,0,.20) !important;
  }

  .menu-btn:hover {
    transform: none !important;
    background: linear-gradient(180deg, #29374d, #1d293a) !important;
    color: #fff !important;
  }

  .menu-btn.is-open .menu-btn__line:nth-child(1) {
    transform: translateY(6.5px) rotate(45deg);
  }

  .menu-btn.is-open .menu-btn__line:nth-child(2) {
    opacity: 0;
    width: 0;
  }

  .menu-btn.is-open .menu-btn__line:nth-child(3) {
    transform: translateY(-6.5px) rotate(-45deg);
  }

  .mobile-menu-backdrop {
    position: fixed;
    z-index: 9997;
    inset: 0;
    display: block;
    visibility: hidden;
    opacity: 0;
    background: rgba(4,7,11,.62);
    backdrop-filter: blur(7px);
    pointer-events: none;
    transition:
      opacity .3s ease,
      visibility .3s ease;
  }

  .mobile-menu-backdrop.is-open {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
  }

  .mobile-menu {
    position: fixed;
    z-index: 9998;
    top: 82px;
    left: 10px;
    right: 10px;
    display: block;
    max-height: calc(100dvh - 94px);
    overflow-y: auto;
    visibility: hidden;
    opacity: 0;
    transform: translateY(-14px) scale(.985);
    transform-origin: top center;
    pointer-events: none;
    border: 1px solid rgba(255,255,255,.11);
    border-radius: 20px;
    background:
      radial-gradient(circle at 100% 0%, rgba(72,111,190,.15), transparent 34%),
      linear-gradient(180deg, rgba(25,32,43,.99), rgba(15,20,27,.99));
    box-shadow:
      0 28px 80px rgba(0,0,0,.48),
      inset 0 1px 0 rgba(255,255,255,.045);
    transition:
      opacity .3s var(--ease),
      transform .3s var(--ease),
      visibility .3s ease;
  }

  .mobile-menu.is-open {
    visibility: visible;
    opacity: 1;
    transform: translateY(0) scale(1);
    pointer-events: auto;
  }

  .mobile-menu__inner {
    padding: 20px;
  }

  .mobile-menu__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(255,255,255,.08);
  }

  .mobile-menu__top > span {
    color: #8794a7;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .15em;
    text-transform: uppercase;
  }

  .mobile-menu__close {
    width: 36px;
    height: 36px;
    position: relative;
    display: grid;
    place-items: center;
    padding: 0;
    border: 1px solid rgba(255,255,255,.10);
    border-radius: 10px;
    background: rgba(255,255,255,.035);
    color: #eef3fa;
  }

  .mobile-menu__close span {
    position: absolute;
    width: 15px;
    height: 1.5px;
    border-radius: 999px;
    background: currentColor;
  }

  .mobile-menu__close span:first-child {
    transform: rotate(45deg);
  }

  .mobile-menu__close span:last-child {
    transform: rotate(-45deg);
  }

  .mobile-menu__links {
    display: grid;
    padding: 8px 0 14px;
  }

  .mobile-menu__links a {
    min-height: 58px;
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 0 4px;
    border-bottom: 1px solid rgba(255,255,255,.07);
    color: #f2f5f8;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: -.025em;
    transition:
      color .22s ease,
      padding-left .22s ease,
      background .22s ease;
  }

  .mobile-menu__links a span {
    min-width: 24px;
    color: #6f85aa;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .08em;
  }

  .mobile-menu__links a:hover {
    padding-left: 10px;
    color: #fff;
    background: linear-gradient(90deg, rgba(93,140,255,.08), transparent);
  }

  .mobile-menu__cta {
    width: 100% !important;
    min-height: 50px !important;
    margin-top: 8px;
    border-radius: 13px !important;
  }

  .mobile-menu__legal {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 18px;
    padding-top: 18px;
  }

  .mobile-menu__legal a {
    color: #7f8b9c;
    font-size: 12px;
    transition: color .2s ease;
  }

  .mobile-menu__legal a:hover {
    color: #dfe7f3;
  }

  .hero {
    padding-top: 112px !important;
  }
}

@media (max-width: 480px) {
  .nav .brand-logo {
    height: 31px !important;
    max-width: 165px !important;
  }

  .mobile-menu__inner {
    padding: 17px;
  }

  .mobile-menu__links a {
    min-height: 54px;
    font-size: 18px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .mobile-menu,
  .mobile-menu-backdrop,
  .menu-btn__line {
    transition: none !important;
  }
}

/* =========================================
   FINAL MOBILE FOOTER LAYOUT
========================================= */

@media (max-width: 700px) {
  footer {
    overflow: hidden;
  }

  footer .container {
    width: min(calc(100% - 32px), var(--container)) !important;
  }

  .footer-top {
    display: block !important;
    padding: 48px 0 36px !important;
  }

  .footer-top > div:first-child {
    width: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    margin: 0 !important;
  }

  .footer-top .brand,
  .footer-top a.brand {
    width: auto !important;
    margin: 0 0 22px !important;
  }

  .footer-top .brand-logo,
  footer .brand-logo {
    width: auto !important;
    height: 38px !important;
    max-width: 220px !important;
    object-position: left center !important;
  }

  .footer-top > div:first-child p {
    max-width: 100% !important;
    margin: 0 !important;
    color: #b7c0cc !important;
    font-size: 14px !important;
    line-height: 1.65 !important;
  }

  .footer-links {
    width: 100% !important;
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 0 !important;
    margin: 38px 0 0 !important;
    padding: 0 !important;
    transform: none !important;
    justify-self: stretch !important;
  }

  .footer-column {
    width: 100% !important;
    min-width: 0 !important;
    padding: 22px 0 !important;
    border-top: 1px solid rgba(255,255,255,.08);
  }

  .footer-column:last-child {
    border-bottom: 1px solid rgba(255,255,255,.08);
  }

  .footer-column strong {
    display: block !important;
    margin: 0 0 14px !important;
    color: #f3f6fa !important;
    font-size: 15px !important;
  }

  .footer-column a {
    display: inline-flex !important;
    margin: 0 20px 10px 0 !important;
    color: #8f9bad !important;
    font-size: 14px !important;
    line-height: 1.45 !important;
  }

  .footer-column a:hover {
    color: #ffffff !important;
  }

  .footer-bottom {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 10px !important;
    padding: 24px 0 30px !important;
    text-align: left !important;
  }

  .footer-bottom span {
    width: 100% !important;
    color: #7f8b9c !important;
    font-size: 12px !important;
    line-height: 1.5 !important;
  }
}

@media (max-width: 420px) {
  footer .container {
    width: min(calc(100% - 26px), var(--container)) !important;
  }

  .footer-top {
    padding-top: 40px !important;
  }

  .footer-top .brand-logo,
  footer .brand-logo {
    height: 34px !important;
    max-width: 195px !important;
  }

  .footer-column a {
    margin-right: 15px !important;
    font-size: 13px !important;
  }
}

/* =========================================
   FINAL FULL MOBILE OPTIMIZATION
========================================= */

@media (max-width: 700px) {
  :root {
    --mobile-side: 16px;
  }

  html,
  body {
    max-width: 100%;
    overflow-x: hidden;
  }

  .container {
    width: calc(100% - (var(--mobile-side) * 2)) !important;
  }

  .section {
    padding: 54px 0 !important;
  }

  .section--tight {
    padding: 44px 0 !important;
  }

  h1 {
    max-width: 100% !important;
    font-size: clamp(34px, 10.8vw, 48px) !important;
    line-height: 1.04 !important;
    letter-spacing: -.055em !important;
    overflow-wrap: anywhere;
  }

  h2 {
    font-size: clamp(27px, 8.3vw, 38px) !important;
    line-height: 1.08 !important;
  }

  h3 {
    font-size: 18px !important;
  }

  p,
  .lead {
    font-size: 15px !important;
    line-height: 1.65 !important;
  }

  .eyebrow {
    margin-bottom: 17px !important;
    font-size: 11px !important;
    letter-spacing: .13em !important;
  }

  /* HERO */
  .hero {
    min-height: auto !important;
    padding: 106px 0 48px !important;
  }

  .hero-grid {
    display: flex !important;
    flex-direction: column !important;
    gap: 38px !important;
  }

  .hero-copy {
    width: 100% !important;
    padding-top: 20px !important;
  }

  .hero-copy .lead {
    max-width: 100% !important;
    margin-top: 19px !important;
  }

  .hero-actions {
    width: 100%;
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 10px !important;
    margin-top: 24px !important;
  }

  .hero-actions .btn {
    width: 100% !important;
  }

  .hero-proof {
    width: 100%;
    align-items: flex-start !important;
    gap: 13px !important;
    margin-top: 25px !important;
  }

  .hero-proof__copy {
    min-width: 0;
    flex: 1;
  }

  .hero-proof__copy strong,
  .hero-proof__copy span {
    white-space: normal !important;
  }

  .hero-visual {
    width: 100% !important;
    min-height: 460px !important;
  }

  .hero-image-shell {
    inset: 16px 0 0 !important;
    height: 390px !important;
    border-radius: 21px !important;
    transform: none !important;
  }

  .hero-image-shell img {
    object-position: center center !important;
  }

  .channel-orbit {
    transform: scale(.74);
    transform-origin: top left;
  }

  .floating-card--metric {
    left: 10px !important;
    bottom: 18px !important;
    width: min(210px, 66vw) !important;
    padding: 15px !important;
  }

  .floating-card--talent {
    top: 0 !important;
    right: 8px !important;
    width: min(205px, 64vw) !important;
    padding: 14px !important;
  }

  .hero-orbit {
    width: 560px !important;
    height: 560px !important;
    right: -390px !important;
    top: 50px !important;
  }

  /* CLIENT STRIP */
  .client-row {
    grid-template-columns: 1fr !important;
    gap: 12px !important;
    padding-block: 16px !important;
  }

  .client-row p {
    white-space: normal !important;
  }

  /* SECTION HEADS */
  .section-head,
  .process-v2__head,
  .faq-layout,
  .service-layout,
  .why-grid,
  .about-clean-grid {
    grid-template-columns: 1fr !important;
    gap: 28px !important;
  }

  .section-head {
    margin-bottom: 30px !important;
  }

  .section-head p {
    justify-self: start !important;
    max-width: 100% !important;
  }

  /* INDUSTRY CARDS */
  .industry-grid {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 14px !important;
  }

  .industry-card,
  .industry-card:nth-child(1),
  .industry-card:nth-child(2),
  .industry-card:nth-child(3),
  .industry-card:nth-child(4) {
    grid-column: auto !important;
    min-height: 360px !important;
  }

  .industry-content {
    inset: auto 18px 18px !important;
    gap: 12px !important;
  }

  .industry-content p {
    font-size: 13px !important;
  }

  /* SERVICES */
  .service-sticky {
    position: static !important;
  }

  .service-sticky .btn {
    width: 100% !important;
    margin-top: 24px !important;
  }

  .service-item {
    grid-template-columns: 38px 1fr auto !important;
    gap: 12px !important;
    padding: 22px 0 !important;
  }

  .service-arrow {
    width: 36px !important;
    height: 36px !important;
  }

  /* PROCESS */
  .process-v2__visual {
    min-height: 420px !important;
    border-radius: 20px !important;
  }

  .process-v2__visual-copy {
    left: 18px !important;
    right: 18px !important;
    bottom: 18px !important;
  }

  .process-v2__steps {
    grid-template-columns: 1fr !important;
    gap: 12px !important;
  }

  .process-v2__step {
    min-height: 0 !important;
    padding: 22px !important;
  }

  .process-v2__cta {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 18px !important;
    padding: 24px 20px !important;
  }

  .process-v2__cta .btn {
    width: 100% !important;
  }

  /* METRICS */
  .metrics-grid {
    grid-template-columns: 1fr !important;
  }

  .metrics-main {
    min-height: 390px !important;
    padding: 30px 20px !important;
  }

  .metrics-side {
    grid-template-columns: 1fr !important;
  }

  .metric-box {
    min-height: 210px !important;
    padding: 26px 20px !important;
  }

  .big-number {
    margin-top: 45px !important;
  }

  /* WHY SECTION */
  .why-visual {
    min-height: 430px !important;
  }

  .why-image {
    inset: 0 !important;
    border-radius: 22px !important;
  }

  .why-note {
    right: 12px !important;
    left: 12px !important;
    bottom: 12px !important;
    width: auto !important;
    padding: 18px !important;
  }

  /* ABOUT / DEJAN + AMELA */
  .about-founder-stack {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 16px !important;
  }

  .about-founder-card {
    display: grid !important;
    grid-template-columns: 112px minmax(0, 1fr) !important;
    min-height: 0 !important;
    overflow: hidden !important;
    border-radius: 18px !important;
  }

  .about-founder-card__image {
    min-height: 170px !important;
    height: 100% !important;
  }

  .about-founder-card__image img {
    width: 100% !important;
    height: 100% !important;
    min-height: 170px !important;
    object-fit: cover !important;
    object-position: center 24% !important;
  }

  .about-founder-card__content {
    padding: 18px 16px !important;
  }

  .about-founder-card__content > span {
    font-size: 10px !important;
    line-height: 1.35 !important;
  }

  .about-founder-card__content h3 {
    margin-top: 8px !important;
    font-size: 19px !important;
  }

  .about-founder-card__content p {
    margin-top: 9px !important;
    font-size: 12.5px !important;
    line-height: 1.55 !important;
  }

  .about-facts,
  .about-facts--clean {
    grid-template-columns: 1fr 1fr !important;
    gap: 0 !important;
    margin-top: 26px !important;
  }

  .about-facts > div,
  .about-facts--clean > div {
    padding: 18px 12px !important;
  }

  /* COMPARISON */
  .model-compare {
    grid-template-columns: 1fr !important;
    gap: 14px !important;
  }

  .model-card {
    min-height: 0 !important;
    padding: 24px 20px !important;
  }

  .model-card--featured {
    transform: none !important;
  }

  .model-card .btn {
    width: 100% !important;
  }

  .metric-strip {
    grid-template-columns: 1fr 1fr !important;
  }

  .metric-strip article {
    min-height: 130px !important;
    padding: 20px 14px !important;
  }

  /* FAQ */
  .faq-intro {
    position: static !important;
  }

  .faq-question {
    min-height: 64px !important;
    padding: 15px 16px !important;
    font-size: 14px !important;
  }

  .faq-answer p {
    padding: 0 16px 18px !important;
    font-size: 13px !important;
  }

  /* CONTACT */
  .contact-panel {
    grid-template-columns: 1fr !important;
    border-radius: 20px !important;
  }

  .contact-copy,
  .contact-form-wrap {
    padding: 28px 20px !important;
  }

  .form-grid {
    grid-template-columns: 1fr !important;
  }

  .field,
  .field--full {
    grid-column: auto !important;
  }

  .contact-form-wrap .btn {
    width: 100% !important;
  }

  /* BUTTONS */
  .btn {
    min-height: 48px !important;
    padding-inline: 17px !important;
    text-align: center;
  }
}

@media (max-width: 430px) {
  :root {
    --mobile-side: 13px;
  }

  h1 {
    font-size: clamp(31px, 10.5vw, 42px) !important;
  }

  .hero-visual {
    min-height: 420px !important;
  }

  .hero-image-shell {
    height: 350px !important;
  }

  .about-founder-card {
    grid-template-columns: 96px minmax(0, 1fr) !important;
  }

  .about-founder-card__image,
  .about-founder-card__image img {
    min-height: 160px !important;
  }

  .about-founder-card__content {
    padding: 15px 13px !important;
  }

  .about-founder-card__content p {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .metric-strip {
    grid-template-columns: 1fr !important;
  }
}

/* =========================================
   FINAL MOBILE HERO POSITION FIX
   Moves the hero content higher on phones.
========================================= */

@media (max-width: 700px) {
  .hero {
    min-height: auto !important;
    padding-top: 72px !important;
    padding-bottom: 38px !important;
  }

  .hero-grid {
    gap: 24px !important;
  }

  .hero-copy {
    padding-top: 0 !important;
  }

  .hero-copy .eyebrow {
    margin-bottom: 14px !important;
  }

  .hero-copy .lead {
    margin-top: 16px !important;
  }

  .hero-actions {
    margin-top: 18px !important;
  }

  .hero-proof {
    margin-top: 18px !important;
  }

  .hero-orbit {
    top: -10px !important;
  }
}

@media (max-width: 430px) {
  .hero {
    padding-top: 62px !important;
    padding-bottom: 34px !important;
  }

  .hero-grid {
    gap: 20px !important;
  }

  .hero-copy .eyebrow {
    margin-bottom: 12px !important;
  }

  .hero-copy .lead {
    margin-top: 14px !important;
  }

  .hero-actions {
    margin-top: 16px !important;
  }

  .hero-proof {
    margin-top: 16px !important;
  }
}

/* =========================================
   FINAL MOBILE HEADER + ABOUT FIX
========================================= */

@media (max-width: 700px) {

  /* Restore comfortable spacing below the fixed header */
  .hero {
    min-height: auto !important;
    padding-top: 104px !important;
    padding-bottom: 42px !important;
  }

  .hero-copy {
    padding-top: 12px !important;
  }

  .hero-grid {
    gap: 30px !important;
  }

  .hero-copy .eyebrow {
    margin-bottom: 17px !important;
  }

  .hero-copy .lead {
    margin-top: 19px !important;
  }

  .hero-actions {
    margin-top: 22px !important;
  }

  .hero-proof {
    margin-top: 22px !important;
  }

  .hero-orbit {
    top: 34px !important;
  }

  /* About section: Dejan first, then Amela, each as a full card */
  .about-clean-grid {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 38px !important;
  }

  .about-founder-stack {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 24px !important;
    width: 100% !important;
  }

  .about-founder-card {
    display: block !important;
    width: 100% !important;
    min-height: 0 !important;
    overflow: hidden !important;
    border: 1px solid rgba(255,255,255,.10) !important;
    border-radius: 22px !important;
    background:
      radial-gradient(circle at 100% 0%, rgba(93,140,255,.10), transparent 34%),
      linear-gradient(180deg, #19212d 0%, #141a23 100%) !important;
    box-shadow:
      inset 0 1px 0 rgba(255,255,255,.035),
      0 18px 48px rgba(0,0,0,.22) !important;
  }

  .about-founder-card__image {
    width: 100% !important;
    height: 420px !important;
    min-height: 420px !important;
    overflow: hidden !important;
    background: #131820 !important;
  }

  .about-founder-card__image img {
    width: 100% !important;
    height: 100% !important;
    min-height: 0 !important;
    object-fit: cover !important;
    object-position: center 22% !important;
    filter: saturate(.82) contrast(1.02) brightness(.84) !important;
  }

  .about-founder-card__content {
    padding: 26px 22px 28px !important;
  }

  .about-founder-card__content > span {
    display: block !important;
    color: #9db8f7 !important;
    font-size: 12px !important;
    line-height: 1.45 !important;
    font-weight: 600 !important;
    letter-spacing: .08em !important;
    text-transform: uppercase !important;
  }

  .about-founder-card__content h3 {
    margin-top: 10px !important;
    color: #f5f7fb !important;
    font-size: 25px !important;
    line-height: 1.15 !important;
  }

  .about-founder-card__content p {
    display: block !important;
    margin-top: 14px !important;
    color: #b8c2cf !important;
    font-size: 16px !important;
    line-height: 1.7 !important;
    overflow: visible !important;
    -webkit-line-clamp: unset !important;
    -webkit-box-orient: initial !important;
  }
}

@media (max-width: 430px) {
  .hero {
    padding-top: 96px !important;
    padding-bottom: 38px !important;
  }

  .hero-copy {
    padding-top: 8px !important;
  }

  .about-founder-card__image {
    height: 360px !important;
    min-height: 360px !important;
  }

  .about-founder-card__content {
    padding: 23px 19px 25px !important;
  }

  .about-founder-card__content h3 {
    font-size: 23px !important;
  }

  .about-founder-card__content p {
    font-size: 16px !important;
    line-height: 1.68 !important;
  }
}

/* =========================================
   FINAL MOBILE STABILITY FIX
========================================= */

@media (max-width: 900px) {
  .nav-wrap {
    z-index: 99999 !important;
  }

  .nav {
    min-height: 72px !important;
    padding: 0 10px 0 16px !important;
  }

  .nav .brand {
    display: inline-flex !important;
    align-items: center !important;
    max-width: calc(100% - 64px) !important;
  }

  .nav .brand-logo {
    width: auto !important;
    height: 42px !important;
    max-width: 230px !important;
    min-width: 0 !important;
    object-fit: contain !important;
  }

  .menu-btn {
    position: relative !important;
    z-index: 100002 !important;
    display: inline-flex !important;
    visibility: visible !important;
    opacity: 1 !important;
    pointer-events: auto !important;
  }

  .mobile-menu,
  .mobile-menu-backdrop {
    pointer-events: none;
  }

  .mobile-menu.is-open,
  .mobile-menu-backdrop.is-open {
    pointer-events: auto;
  }
}

@media (max-width: 700px) {
  footer {
    padding: 28px 0 22px !important;
  }

  .footer-top {
    padding: 42px 0 34px !important;
  }

  .footer-top .brand-logo,
  footer .brand-logo {
    width: auto !important;
    height: 43px !important;
    max-width: 230px !important;
  }

  .footer-top p {
    max-width: 100% !important;
    margin-top: 20px !important;
    color: #b8c2cf !important;
    font-size: 16px !important;
    line-height: 1.68 !important;
  }

  .footer-links {
    margin-top: 34px !important;
  }

  .footer-column {
    padding: 22px 0 !important;
  }

  .footer-column strong {
    margin-bottom: 15px !important;
    font-size: 17px !important;
    line-height: 1.3 !important;
  }

  .footer-column a {
    margin: 0 20px 12px 0 !important;
    color: #a4afbf !important;
    font-size: 16px !important;
    line-height: 1.5 !important;
  }

  .footer-bottom {
    gap: 12px !important;
    padding: 24px 0 12px !important;
  }

  .footer-bottom span {
    font-size: 14px !important;
    line-height: 1.55 !important;
  }
}

@media (max-width: 430px) {
  .nav .brand-logo {
    height: 39px !important;
    max-width: 205px !important;
  }

  .footer-top .brand-logo,
  footer .brand-logo {
    height: 40px !important;
    max-width: 215px !important;
  }
}/* End custom CSS */