:root {
  --font-family--primary-font: "Inter Tight", sans-serif;
  --color--dark-blue: #081122;
  --color--black: #05070b;
  --color--white-colour: #fff;
  --color--canvas-soft: #f6f5fa;
  --color--accent: #6746b5;
  --color--accent-soft: #ece8f6;
  --color--yellow-colour: var(--color--accent);
  --color--secondary-blue: #08112299;
  --typography--base-size: 14px;
  --typography--base-height: 20px;
  --typography--h-01-size: 72px;
  --typography--h-01-height: 80px;
  --typography--h-01-space: -1.44px;
  --typography--h-02-size: 56px;
  --typography--h-02-height: 60px;
  --typography--h-02-space: -0.56px;
  --typography--h-03-size: 42px;
  --typography--h-03-height: 50px;
  --typography--h-03-space: -0.84px;
  --typography--h-04-size: 32px;
  --typography--h-04-height: 40px;
  --typography--h-04-space: -0.64px;
  --typography--h-05-size: 24px;
  --typography--h-05-height: 34px;
  --typography--h-05-space: -0.48px;
  --color--purple-light: #dad6ff;
  --color--gray-bg: #fbfaf9;
  --space--space-8: 8px;
  --space--space-80: 80px;
  --space--space-120: 52px;
  --space--space-160: 160px;
  --typography--p-01-size: 20px;
  --typography--p-01-height: 30px;
  --typography--p-01-space: -0.2px;
  --typography--p-02-size: 16px;
  --typography--p-02-height: 24px;
  --typography--p-03-size: 14px;
  --typography--p-03-height: 20px;
  --weight--weight-400: 400;
  --weight--weight-500: 500;
  --space--space-6: 6px;
  --space--space-10: 10px;
  --space--space-12: 12px;
  --space--space-16: 16px;
  --color--light-blue: #b0e0ff;
  --color--light-green: #bcffb0;
  --space--space-20: 20px;
  --space--space-24: 24px;
  --space--space-30: 30px;
  --space--space-32: 32px;
  --space--space-40: 40px;
  --space--space-50: 50px;
  --space--space-60: 60px;
  --reveal-ease: cubic-bezier(0.16, 1, 0.3, 1);
}

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

html,
body {
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

#about,
#services,
#vision,
#reviews,
#insights,
#contact,
#e-komercija,
#atbalsts,
#ai,
#izstrade,
#virzieni,
#katalogs,
#izstrade,
#e-komercija,
#atbalsts,
#ai,
#process,
#izaugsme,
#izaicinajums,
#pirms-pec,
#darbs,
#brauciena-lapa,
#mobilais,
#rezultats,
#kam,
#ieklauts,
#tehnologijas,
#buj,
#talk {
  scroll-margin-top: 128px;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

body {
  font-family: var(--font-family--primary-font);
  color: var(--color--dark-blue);
  font-size: var(--typography--base-size);
  line-height: var(--typography--base-height);
  font-weight: var(--weight--weight-400);
  background: #050a08;
  -webkit-font-smoothing: antialiased;
}

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

a {
  color: inherit;
  text-decoration: none;
}

button {
  font: inherit;
  color: inherit;
  background: none;
  border: 0;
  padding: 0;
  cursor: pointer;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.h-01 {
  font-size: var(--typography--h-01-size);
  line-height: var(--typography--h-01-height);
  font-weight: var(--weight--weight-500);
  letter-spacing: var(--typography--h-01-space);
  margin: 0;
}

.h-01.extra-height {
  line-height: 92px;
}

.h-02 {
  font-size: var(--typography--h-02-size);
  line-height: var(--typography--h-02-height);
  font-weight: var(--weight--weight-500);
  letter-spacing: var(--typography--h-02-space);
  margin: 0;
}

.h-03 {
  font-size: var(--typography--h-03-size);
  line-height: var(--typography--h-03-height);
  font-weight: var(--weight--weight-500);
  letter-spacing: var(--typography--h-03-space);
  margin: 0;
}

.ink-reveal {
  overflow-wrap: break-word;
}

.ink-reveal__char {
  color: rgba(8, 17, 34, 0.16);
  transition: color 0.22s linear;
}

.ink-reveal__char.is-on {
  color: var(--color--dark-blue);
}

.h-04 {
  font-size: var(--typography--h-04-size);
  line-height: var(--typography--h-04-height);
  font-weight: var(--weight--weight-500);
  letter-spacing: var(--typography--h-04-space);
  margin: 0;
}

.h-05 {
  font-size: var(--typography--h-05-size);
  line-height: var(--typography--h-05-height);
  font-weight: var(--weight--weight-500);
  letter-spacing: var(--typography--h-05-space);
  margin: 0;
}

.color-sec-blue {
  color: var(--color--secondary-blue);
}

.p-text-01,
.p-text-01-m {
  font-size: var(--typography--p-01-size);
  line-height: var(--typography--p-01-height);
  letter-spacing: var(--typography--p-01-space);
  margin: 0;
}

.p-text-01 {
  font-weight: var(--weight--weight-400);
}

.p-text-01-m {
  font-weight: var(--weight--weight-500);
}

.p-text-02,
.p-text-02-m,
.primary-button-text {
  font-size: var(--typography--p-02-size);
  line-height: var(--typography--p-02-height);
  margin: 0;
}

.p-text-02 {
  font-weight: var(--weight--weight-400);
}

.p-text-02-m,
.primary-button-text {
  font-weight: var(--weight--weight-500);
}

/* Header — transparent over hero */
.nav-header {
  z-index: 100;
  background-color: transparent;
  justify-content: center;
  width: 100%;
  padding: 18px 40px;
  display: flex;
  position: fixed;
  inset: 0 0 auto;
  overflow: visible;
  border-bottom: 1px solid transparent;
  transition:
    background-color 0.45s cubic-bezier(0.4, 0, 0.2, 1),
    border-color 0.45s cubic-bezier(0.4, 0, 0.2, 1),
    box-shadow 0.45s cubic-bezier(0.4, 0, 0.2, 1),
    backdrop-filter 0.45s cubic-bezier(0.4, 0, 0.2, 1),
    -webkit-backdrop-filter 0.45s cubic-bezier(0.4, 0, 0.2, 1),
    padding 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.nav-header.is-scrolled:not(.is-light) {
  background-color: rgba(16, 12, 10, 0.28);
  -webkit-backdrop-filter: blur(18px) saturate(160%);
  backdrop-filter: blur(18px) saturate(160%);
  border-bottom-color: rgba(255, 255, 255, 0.12);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.nav-header.is-light {
  padding: 16px 40px;
  background-color: rgba(255, 255, 255, 0.78);
  -webkit-backdrop-filter: blur(22px) saturate(160%);
  backdrop-filter: blur(22px) saturate(160%);
  border-bottom-color: rgba(8, 17, 34, 0.08);
  box-shadow: none;
}

.nav-header.is-light .pages-drop-btn,
.nav-header.is-light .lang-menu [data-lang],
.nav-header.is-light .has-mega,
.nav-header.is-light .mega-toggle {
  color: var(--color--dark-blue);
}

.nav-header.is-light .menu-icon span {
  background: var(--color--dark-blue);
}

.nav-header.is-light .lang-menu {
  background: rgba(255, 255, 255, 0.92);
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  border-color: rgba(8, 17, 34, 0.1);
}

.nav-header.is-light .lang-menu [data-lang]:hover,
.nav-header.is-light .lang-menu [data-lang][aria-selected="true"] {
  background: rgba(8, 17, 34, 0.06);
}

.nav-header.is-light .nav-brand-logo.is-white {
  opacity: 0;
}

.nav-header.is-light .nav-brand-logo.is-color {
  opacity: 1;
}

.nav-header.is-light .nav-left.is-open .pages-drop-btn {
  color: #fff;
}

.nav-header.is-light .btn-01-link {
  padding-top: 8px;
  padding-bottom: 8px;
}

.navbar-container-wrapper {
  z-index: 5;
  background-color: transparent;
  border-radius: 100px;
  justify-content: center;
  width: 100%;
  max-width: 1360px;
  padding: 0;
  display: flex;
}

.navbar-wrapper {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.navbar-brand {
  flex: none;
  display: grid;
  align-items: center;
  transition: height 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.nav-brand-logo {
  grid-area: 1 / 1;
  width: auto;
  height: 40px;
  transition: opacity 0.45s ease, height 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.nav-header.is-light .navbar-brand {
  height: 36px;
}

.nav-header.is-light .nav-brand-logo {
  height: 36px;
  max-height: 36px;
  aspect-ratio: auto;
}

.nav-brand-logo.is-color {
  opacity: 0;
}

.nav-left {
  z-index: 1;
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.nav-menu-two {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.nav-list-item {
  display: flex;
  align-items: center;
  margin-left: 15px;
  margin-right: 15px;
}

.pages-drop-btn {
  display: flex;
  align-items: center;
  gap: 6px;
  color: var(--color--white-colour);
  text-align: center;
  padding: 0;
}

.nav-down-arrow {
  display: flex;
  width: 10px;
  height: 6px;
  transition: transform 0.2s;
}

.nav-list-item.is-mobile-only {
  display: none;
}

.lang-switch {
  position: relative;
}

.lang-toggle {
  cursor: pointer;
  background: none;
  border: 0;
  font: inherit;
}

.lang-toggle .p-text-02 {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-weight: 500;
  letter-spacing: 0.04em;
}

.lang-toggle .p-text-02::before {
  content: "";
  width: 15px;
  height: 15px;
  background: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Ccircle cx='12' cy='12' r='9' stroke='%23000' stroke-width='1.75'/%3E%3Cpath d='M3 12h18' stroke='%23000' stroke-width='1.75'/%3E%3Cellipse cx='12' cy='12' rx='4' ry='9' stroke='%23000' stroke-width='1.75'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Ccircle cx='12' cy='12' r='9' stroke='%23000' stroke-width='1.75'/%3E%3Cpath d='M3 12h18' stroke='%23000' stroke-width='1.75'/%3E%3Cellipse cx='12' cy='12' rx='4' ry='9' stroke='%23000' stroke-width='1.75'/%3E%3C/svg%3E") center / contain no-repeat;
}

.lang-switch.is-open .nav-down-arrow {
  transform: rotate(180deg);
}

.lang-menu {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  min-width: 72px;
  padding: 6px;
  background: #081122;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  gap: 2px;
  z-index: 20;
}

.lang-menu[hidden] {
  display: none;
}

.lang-menu [data-lang] {
  width: 100%;
  padding: 8px 12px;
  border: 0;
  border-radius: 8px;
  background: transparent;
  color: #fff;
  font: inherit;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-align: left;
  cursor: pointer;
}

.lang-menu [data-lang]:hover,
.lang-menu [data-lang][aria-selected="true"] {
  background: rgba(255, 255, 255, 0.1);
}

.has-mega {
  position: static;
  flex-direction: column;
  align-items: stretch;
  color: var(--color--white-colour);
}

.mega-trigger {
  display: flex;
  align-items: center;
  gap: 4px;
}

.mega-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  padding: 0;
  border: 0;
  background: none;
  color: inherit;
  cursor: pointer;
}

.mega-toggle .nav-down-arrow,
.has-mega .pages-drop-btn {
  color: inherit;
}

.has-mega.is-open .mega-toggle .nav-down-arrow {
  transform: rotate(180deg);
}

.mega-panel {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  right: 0;
  z-index: 40;
  width: min(1200px, calc(100% - 80px));
  margin-inline: auto;
  padding: 28px 28px 20px;
  background: #fff;
  color: var(--color--dark-blue);
  border: 1px solid rgba(8, 17, 34, 0.08);
  border-radius: 20px;
  box-shadow: 0 24px 60px rgba(8, 17, 34, 0.12);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translate3d(0, 8px, 0);
  transition:
    opacity 0.22s var(--reveal-ease),
    visibility 0.22s,
    transform 0.28s var(--reveal-ease);
}

.has-mega.is-open .mega-panel {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: none;
}

.mega-panel::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 100%;
  height: 16px;
}

.mega-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px 20px;
}

.mega-col {
  min-width: 0;
  padding: 16px 14px 8px;
  border-radius: 14px;
}

.mega-col-head {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 12px;
}

.mega-icon {
  flex: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: var(--color--accent-soft);
  color: var(--color--accent);
}

.mega-icon svg {
  display: block;
}

.mega-col-title {
  display: block;
  color: var(--color--dark-blue);
  font-size: var(--typography--p-02-size);
  line-height: var(--typography--p-02-height);
  font-weight: var(--weight--weight-500);
  letter-spacing: -0.2px;
  text-decoration: none;
}

.mega-col-title:hover,
.mega-col-title:focus-visible,
.mega-col-title[aria-current="page"] {
  color: var(--color--accent);
}

.mega-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mega-list a {
  display: block;
  padding: 8px 10px;
  margin-left: -10px;
  border-radius: 8px;
  color: var(--color--secondary-blue);
  font-size: var(--typography--p-03-size);
  line-height: var(--typography--p-03-height);
  text-decoration: none;
  transition: background-color 0.2s;
}

.mega-list a b {
  display: block;
  color: var(--color--dark-blue);
  font-weight: var(--weight--weight-500);
}

.mega-list a span {
  display: block;
  margin-top: 2px;
  color: var(--color--secondary-blue);
  font-size: 12px;
  line-height: 17px;
}

.mega-list a:hover,
.mega-list a:focus-visible {
  background: var(--color--accent-soft);
}

.mega-list a:hover b,
.mega-list a:focus-visible b,
.mega-list a[aria-current="page"] b {
  color: var(--color--accent);
}

.mega-list a:hover,
.mega-list a:focus-visible,
.mega-list a[aria-current="page"] {
  color: var(--color--accent);
}

.mega-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 16px;
  padding: 14px 16px 2px 4px;
  border-top: 1px solid rgba(8, 17, 34, 0.08);
}

.mega-hint {
  margin: 0;
  color: var(--color--secondary-blue);
  font-size: var(--typography--p-03-size);
  line-height: var(--typography--p-03-height);
}

.mega-foot-links {
  display: flex;
  align-items: center;
  gap: 16px;
  flex: none;
}

.mega-all {
  color: var(--color--accent);
  font-size: var(--typography--p-03-size);
  font-weight: var(--weight--weight-500);
  text-decoration: none;
}

.mega-all:hover,
.mega-all:focus-visible {
  color: var(--color--dark-blue);
}

.mega-contact {
  padding: 8px 16px;
  background: var(--color--accent);
  color: #fff;
  border-radius: 100px;
  font-size: var(--typography--p-03-size);
  font-weight: var(--weight--weight-500);
  line-height: 1;
  text-decoration: none;
}

.mega-contact:hover,
.mega-contact:focus-visible {
  opacity: 0.86;
}

@media screen and (max-width: 1199px) and (min-width: 992px) {
  .mega-panel {
    width: min(760px, calc(100% - 64px));
  }

  .mega-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.nav-right {
  z-index: 1;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: relative;
}

.nav-buttons-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  align-items: center;
  display: flex;
}

.btn-01-link {
  padding: var(--space--space-10) var(--space--space-24);
  background-color: var(--color--accent);
  color: var(--color--white-colour);
  text-align: center;
  letter-spacing: -0.16px;
  border-radius: 100px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  white-space: nowrap;
  transition: background-color 0.2s, color 0.2s, opacity 0.2s, padding 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.btn-01-link:hover,
.btn-01-link:focus-visible {
  opacity: 0.86;
}

.small-button-text {
  font-size: var(--typography--p-03-size);
  line-height: var(--typography--p-03-height);
  font-weight: var(--weight--weight-500);
  letter-spacing: -0.28px;
}

.menu-button {
  display: none;
  width: 28px;
  height: 28px;
  align-items: center;
  justify-content: center;
}

.menu-icon {
  width: 22px;
  height: 12px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.menu-icon span {
  display: block;
  height: 1.5px;
  width: 100%;
  border-radius: 2px;
  background: #fff;
}

/* Hero */
.home-hero {
  padding-top: 222px;
  padding-bottom: var(--space--space-40);
  color: var(--color--white-colour);
  flex-flow: column;
  min-height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.black-hero-container {
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  width: 100%;
  max-width: 1424px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
  position: relative;
  z-index: 1;
}

.hero-text-wrap-02 {
  align-items: flex-end;
  display: flex;
}

.hero-title-02 {
  max-width: none;
}

.home-hero-inline {
  grid-column-gap: var(--space--space-16);
  grid-row-gap: var(--space--space-16);
  align-items: center;
  display: flex;
}

.hero-line {
  background-color: #fff;
  width: 82px;
  height: 6px;
  flex: none;
}

.hero-type {
  position: relative;
  min-width: 0;
}

.hero-type-sizer {
  visibility: hidden;
  display: block;
  white-space: nowrap;
  padding-right: 18px;
}

.hero-type-display {
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap;
}

.hero-type-caret {
  display: inline-block;
  width: 3px;
  height: 0.72em;
  margin-left: 8px;
  background: var(--color--yellow-colour);
  vertical-align: 0.04em;
  animation: hero-caret 0.9s steps(1) infinite;
}

.hero-lead {
  max-width: 42rem;
  margin: var(--space--space-24) 0 0;
  opacity: 0.78;
}

@keyframes hero-caret {
  50% { opacity: 0; }
}

.hero-btn-wrap {
  margin-top: var(--space--space-60);
  grid-column-gap: var(--space--space-40);
  grid-row-gap: var(--space--space-40);
  flex-flow: wrap;
  align-items: center;
  display: flex;
}

.btn-link {
  grid-column-gap: var(--space--space-24);
  grid-row-gap: var(--space--space-24);
  background-color: var(--color--accent);
  color: var(--color--white-colour);
  text-align: center;
  border: 1px solid transparent;
  border-radius: 100px;
  align-items: center;
  padding: 4px 4px 4px 24px;
  display: flex;
  transition: background-color 0.2s, color 0.2s;
}

.btn-link.is-dark {
  background-color: var(--color--black);
  color: var(--color--white-colour);
}

.btn-link.is-dark .btn-icon-box {
  background-color: var(--color--white-colour);
}

.btn-link.is-dark .btn-arrow-icon {
  filter: none;
}

.btn-text-wrap {
  position: relative;
  overflow: hidden;
}

.btn-text-outer {
  display: block;
  transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}

.btn-text-outer._02 {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transform: translateY(110%);
}

.btn-icon-box {
  background-color: var(--color--black);
  color: var(--color--white-colour);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 46px;
  height: 46px;
  display: flex;
  overflow: hidden;
  flex: none;
}

.btn-icon-wrapper {
  margin-top: -2px;
  position: relative;
  width: 18px;
  height: 18px;
}

.btn-icon-inner {
  width: 18px;
  height: 18px;
  display: block;
  transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}

.btn-icon-inner._02 {
  position: absolute;
  bottom: -200%;
  left: -200%;
}

.icon-01.btn-arrow-icon {
  filter: invert(1);
  width: 100%;
  height: 100%;
}

.btn-link:hover .btn-text-outer._01,
.btn-link:focus-visible .btn-text-outer._01 {
  transform: translateY(-110%);
}

.btn-link:hover .btn-text-outer._02,
.btn-link:focus-visible .btn-text-outer._02 {
  transform: translateY(0);
}

.btn-link:hover .btn-icon-inner._01,
.btn-link:focus-visible .btn-icon-inner._01 {
  transform: translate(200%, -200%);
}

.btn-link:hover .btn-icon-inner._02,
.btn-link:focus-visible .btn-icon-inner._02 {
  transform: translate(200%, -200%);
}

.btn-link-2 {
  padding-bottom: var(--space--space-6);
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: var(--color--white-colour);
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.btn-icon-outer {
  width: 24px;
  height: 24px;
  position: relative;
  overflow: hidden;
  flex: none;
}

.btn-icon-wrap {
  width: 24px;
  height: 24px;
  display: block;
  transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}

.btn-icon-wrap svg {
  width: 24px;
  height: 24px;
}

.btn-icon-wrap._02 {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-100%, 100%);
}

.underline {
  background-color: var(--color--white-colour);
  height: 1px;
  position: absolute;
  inset: auto 0 0;
}

.btn-link-2:hover .btn-icon-wrap:not(._02),
.btn-link-2:focus-visible .btn-icon-wrap:not(._02) {
  transform: translate(100%, -100%);
}

.btn-link-2:hover .btn-icon-wrap._02,
.btn-link-2:focus-visible .btn-icon-wrap._02 {
  transform: translate(0, 0);
}

.hero-bottom-02 {
  margin-top: var(--space--space-40);
  grid-column-gap: var(--space--space-40);
  grid-row-gap: var(--space--space-40);
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.home-bottom-left {
  grid-column-gap: var(--space--space-30);
  grid-row-gap: var(--space--space-30);
  flex-flow: column;
  flex: 1;
  max-width: 400px;
  display: flex;
}

.hero-short-text-02 {
  max-width: 400px;
  margin-left: auto;
}

.scroll-text-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex: none;
  align-items: center;
  display: flex;
}

.scroll-icon-wrap {
  width: 24px;
  height: 24px;
  overflow: hidden;
  position: relative;
  flex: none;
}

.scroll-icon {
  object-fit: contain;
  width: 12px;
  height: 13px;
  position: absolute;
  left: 6px;
  top: 5px;
}

.scroll-icon._01 {
  animation: scroll-loop 1.8s cubic-bezier(0.22, 1, 0.36, 1) infinite;
}

.scroll-icon._02 {
  transform: translateY(-18px);
  animation: scroll-loop-2 1.8s cubic-bezier(0.22, 1, 0.36, 1) infinite;
}

@keyframes scroll-loop {
  0% { transform: translateY(0); opacity: 1; }
  70% { transform: translateY(18px); opacity: 0; }
  71% { transform: translateY(-18px); opacity: 0; }
  100% { transform: translateY(0); opacity: 1; }
}

@keyframes scroll-loop-2 {
  0% { transform: translateY(-18px); opacity: 0; }
  70% { transform: translateY(0); opacity: 1; }
  100% { transform: translateY(18px); opacity: 0; }
}

.item-box {
  grid-column-gap: var(--space--space-30);
  grid-row-gap: var(--space--space-30);
  color: #fff;
  flex-flow: column;
  flex: 1 1 720px;
  align-items: flex-start;
  max-width: 720px;
  min-width: 0;
  display: flex;
}

.logo-slider {
  --logo-visible: 4;
  --logo-gap: 28px;
  width: 100%;
}

.logo-slider-viewport {
  container-type: inline-size;
  overflow: hidden;
  width: 100%;
  mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}

.logo-slider-track {
  display: flex;
  align-items: center;
  width: max-content;
  animation: logo-slide 32s linear infinite;
}

.logo-slider:hover .logo-slider-track {
  animation-play-state: paused;
}

.logos-box {
  box-sizing: border-box;
  flex: 0 0 calc(100cqi / var(--logo-visible));
  padding-right: var(--logo-gap);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 36px;
}

.logos-img {
  display: block;
  height: 28px;
  width: 100%;
  max-width: 140px;
  object-fit: contain;
  object-position: center;
  filter: brightness(0) invert(1);
  opacity: 0.92;
}

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

.hero-bg-video {
  z-index: 0;
  height: 100%;
  position: absolute;
  inset: 0;
  overflow: hidden;
  color: #fff;
}

.hero-bg-video video {
  object-fit: cover;
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  inset: 0;
  filter: hue-rotate(148deg) saturate(1.2) brightness(0.82) contrast(1.06);
}

.hero-bg-video::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(12, 6, 28, 0.22) 0%, rgba(8, 5, 18, 0.4) 100%),
    rgba(103, 70, 181, 0.42);
  mix-blend-mode: color;
  pointer-events: none;
}

/* About / stats */
.section-02 {
  background: #fff;
  color: var(--color--dark-blue);
  padding-top: var(--space--space-160);
  padding-bottom: var(--space--space-160);
}

.section-02.section--soft,
.section-03.section--soft,
.vision-section.section--soft,
.reviews-section.section--soft,
.blogs-section.section--soft {
  background: var(--color--canvas-soft);
}

.section--soft .state-card,
.section--soft .service-card,
.section--soft .blogs-cta,
.section--soft .testimonial-content-03 {
  background-color: var(--color--white-colour);
}

.container {
  width: 100%;
  max-width: 1424px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 32px;
  padding-right: 32px;
}

.content-wrapper {
  grid-column-gap: var(--space--space-80);
  grid-row-gap: var(--space--space-80);
  flex-flow: column;
  display: flex;
}

.about-header {
  grid-column-gap: var(--space--space-40);
  grid-row-gap: var(--space--space-40);
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.header-left {
  grid-column-gap: var(--space--space-20);
  grid-row-gap: var(--space--space-20);
  flex-flow: column;
  align-items: flex-start;
  max-width: 758px;
  display: flex;
}

.header-right {
  flex: none;
}

.tag-box {
  padding: 6px 18px;
  background-color: var(--color--accent-soft);
  color: var(--color--accent);
  display: inline-block;
  border-radius: 999px;
}

.taglink {
  font-size: var(--typography--p-03-size);
  line-height: var(--typography--p-03-height);
  font-weight: var(--weight--weight-500);
  letter-spacing: -0.28px;
  text-transform: uppercase;
  margin: 0;
}

.state-wrapper {
  grid-column-gap: var(--space--space-20);
  grid-row-gap: var(--space--space-20);
  display: flex;
}

.state-card {
  padding: var(--space--space-30);
  grid-column-gap: var(--space--space-120);
  grid-row-gap: var(--space--space-120);
  border-radius: var(--space--space-8);
  background-color: var(--color--gray-bg);
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  min-height: 216px;
  transition: flex 0.25s ease;
  display: flex;
  position: relative;
}

.state-card:hover {
  flex-grow: 2;
}

.state-number {
  font-size: var(--typography--h-01-size);
  line-height: var(--typography--h-01-height);
  font-weight: var(--weight--weight-500);
  letter-spacing: var(--typography--h-01-space);
  margin: 0;
}

.state-bottom {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.state-card-float {
  position: absolute;
  top: var(--space--space-20);
  right: var(--space--space-20);
  opacity: 0;
  transform: translateY(6px);
  transition: opacity 0.2s, transform 0.2s;
}

.state-card:hover .state-card-float {
  opacity: 1;
  transform: translateY(0);
}

.tag-box.is-blue {
  background-color: var(--color--light-blue, #b0e0ff);
}

/* Services */
.section-03 {
  background: #fff;
  color: var(--color--dark-blue);
  padding-top: var(--space--space-160);
  padding-bottom: var(--space--space-160);
}

.services-header {
  grid-column-gap: var(--space--space-40);
  grid-row-gap: var(--space--space-40);
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.services-heading {
  grid-column-gap: var(--space--space-20);
  grid-row-gap: var(--space--space-20);
  flex-flow: column;
  align-items: flex-start;
  max-width: 715px;
  display: flex;
}

.services-intro {
  grid-column-gap: var(--space--space-24);
  grid-row-gap: var(--space--space-24);
  flex-flow: column;
  align-items: flex-start;
  max-width: 280px;
  display: flex;
  flex: none;
}

.service-wrapper {
  grid-column-gap: var(--space--space-16);
  grid-row-gap: var(--space--space-16);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  isolation: isolate;
}

.service-wrapper.is-three {
  grid-template-columns: repeat(3, 1fr);
}

.service-card {
  padding: 32px 24px;
  grid-column-gap: var(--space--space-32);
  grid-row-gap: var(--space--space-32);
  border-radius: var(--space--space-8);
  background-color: var(--color--gray-bg);
  flex-flow: column;
  justify-content: space-between;
  min-height: 360px;
  display: flex;
  color: inherit;
  text-decoration: none;
  position: relative;
}

@media screen and (min-width: 992px) {
  @media (prefers-reduced-motion: no-preference) {
    .service-wrapper:not(.is-spread) .service-card {
      grid-column: 1;
    }

    .service-wrapper.is-spreading {
      overflow: visible;
    }

    .service-wrapper.is-spreading .service-card {
      will-change: transform;
    }
  }
}

.service-card .icon-box-56px {
  background-color: var(--color--accent-soft);
  color: var(--color--accent);
  transition:
    background-color 0.4s cubic-bezier(0.16, 1, 0.3, 1),
    color 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.service-card-text {
  grid-column-gap: var(--space--space-12);
  grid-row-gap: var(--space--space-12);
  flex-flow: column;
  display: flex;
}

.icon-box-56px {
  width: 56px;
  height: 56px;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  display: flex;
  flex: none;
  background-color: var(--color--black);
  color: var(--color--white-colour);
}

.icon-box-56px svg {
  display: block;
  color: inherit;
}

.bg-yellow {
  background-color: var(--color--yellow-colour);
}

.bg-green {
  background-color: var(--color--light-green);
}

.bg-blue {
  background-color: var(--color--light-blue);
}

.bg-purple {
  background-color: var(--color--purple-light);
}

/* Vision */
.vision-section {
  background: #fff;
  color: var(--color--dark-blue);
  padding-top: var(--space--space-160);
  padding-bottom: var(--space--space-160);
}

.vision-grid {
  display: grid;
  grid-template-columns: minmax(220px, 360px) minmax(0, 1fr);
  grid-column-gap: var(--space--space-80);
  grid-row-gap: var(--space--space-40);
  align-items: start;
}

.vision-profile {
  margin: 0;
}

.vision-photo {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  object-position: center top;
  border-radius: var(--space--space-8);
}

.vision-meta {
  margin-top: var(--space--space-20);
}

.vision-name {
  display: block;
  font-size: var(--typography--p-03-size);
  line-height: var(--typography--p-03-height);
  font-weight: var(--weight--weight-500);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.vision-meta .p-text-02 {
  display: block;
  margin-top: 4px;
}

.vision-social {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  margin: var(--space--space-16) 0 0;
  padding: 0;
}

.vision-social a {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border: 1px solid rgba(8, 17, 34, 0.14);
  border-radius: 50%;
  color: var(--color--dark-blue);
  transition: color 0.2s, border-color 0.2s, background-color 0.2s;
}

.vision-social a:hover,
.vision-social a:focus-visible {
  background-color: var(--color--accent);
  border-color: var(--color--accent);
  color: var(--color--white-colour);
}

.vision-copy {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.vision-kicker {
  display: flex;
  align-items: center;
  gap: var(--space--space-12);
  margin-bottom: var(--space--space-24);
}

.vision-rule {
  flex: 1;
  height: 1px;
  background: rgba(8, 17, 34, 0.14);
}

.vision-pill {
  flex: none;
  width: 22px;
  height: 10px;
  border: 1.5px solid var(--color--dark-blue);
  border-radius: 99px;
}

.vision-heading {
  max-width: 760px;
}

.vision-heading-fade {
  color: var(--color--secondary-blue);
}

.vision-heading-fade::before {
  content: " ";
}

.vision-blurb {
  margin-top: var(--space--space-24);
  max-width: 540px;
}

.vision-badges {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px 28px;
  margin: var(--space--space-40) 0 0;
  padding: 16px 20px;
  list-style: none;
  background: var(--color--accent-soft);
  border-radius: var(--space--space-8);
}

.vision-badges a {
  display: block;
  line-height: 0;
  opacity: 0.72;
  transition: opacity 0.2s;
}

.vision-badges a:hover,
.vision-badges a:focus-visible {
  opacity: 1;
}

.vision-badges img {
  display: block;
  height: 28px;
  width: auto;
  filter: invert(1);
}

.vision-badges img[src*="designrush"],
.vision-badges img[src*="ltrk"] {
  height: 40px;
}

/* Footer */
.site-footer {
  background: var(--color--black);
  color: var(--color--white-colour);
  padding-top: var(--space--space-160);
}

.site-footer .h-03,
.footer-contact .h-03 {
  color: var(--color--white-colour);
  max-width: 520px;
}

.footer-top {
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) minmax(0, 1.2fr);
  grid-column-gap: var(--space--space-80);
  grid-row-gap: var(--space--space-60);
  align-items: start;
  padding-bottom: var(--space--space-80);
}

.footer-lead {
  margin: var(--space--space-16) 0 0;
  max-width: 460px;
  color: rgba(255, 255, 255, 0.64);
}

.footer-direct {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 24px;
  margin-top: var(--space--space-20);
}

.footer-direct a {
  color: #fff;
  font-size: var(--typography--p-02-size);
  line-height: var(--typography--p-02-height);
  font-weight: var(--weight--weight-500);
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: color 0.2s;
}

.footer-direct a:hover,
.footer-direct a:focus-visible {
  color: var(--color--accent);
}

.footer-form {
  display: flex;
  align-items: center;
  gap: var(--space--space-12);
  margin-top: var(--space--space-32);
}

.footer-contact-form {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 12px;
  margin-top: var(--space--space-24);
  max-width: 520px;
}

.footer-input {
  flex: 1;
  min-width: 0;
  height: 54px;
  padding: 0 22px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 100px;
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
  font: inherit;
  font-size: var(--typography--p-02-size);
}

.footer-input::placeholder {
  color: rgba(255, 255, 255, 0.42);
}

.footer-input:focus {
  outline: none;
  border-color: var(--color--yellow-colour);
}

.footer-contact-form .footer-input,
.footer-contact-form .footer-textarea {
  width: 100%;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.2);
}

.footer-contact-form select.footer-input {
  appearance: none;
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' fill='none'%3E%3Cpath d='M1 1.5 6 6.5 11 1.5' stroke='%23ffffff' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 20px center;
  padding-right: 44px;
}

.footer-contact-form select.footer-input option {
  color: var(--color--dark-blue);
}

.footer-textarea {
  height: auto;
  min-height: 112px;
  padding: 16px 22px;
  resize: vertical;
}

.site-footer .btn-link {
  cursor: pointer;
  flex: none;
}

.footer-note {
  margin-top: var(--space--space-16);
  color: rgba(255, 255, 255, 0.48);
}

.footer-form.is-sent + .footer-note,
.footer-contact-form.is-sent + .footer-note {
  color: var(--color--yellow-colour);
}

.footer-cols {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-column-gap: var(--space--space-24);
  grid-row-gap: var(--space--space-32);
}

.footer-col {
  min-width: 0;
}

.footer-col-title {
  margin: 0 0 var(--space--space-20);
  font-size: var(--typography--p-02-size);
  line-height: var(--typography--p-02-height);
  font-weight: var(--weight--weight-500);
}

.footer-col ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-col li + li {
  margin-top: 10px;
}

.footer-col a {
  color: rgba(255, 255, 255, 0.64);
  font-size: var(--typography--p-02-size);
  line-height: var(--typography--p-02-height);
  transition: color 0.2s;
}

.footer-col a:hover,
.footer-col a:focus-visible,
.footer-col a.is-current {
  color: var(--color--yellow-colour);
}

.footer-social {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.footer-social li + li {
  margin-top: 0;
}

.footer-social a {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 50%;
  color: rgba(255, 255, 255, 0.82);
}

.footer-social a:hover,
.footer-social a:focus-visible {
  color: var(--color--white-colour);
  background: var(--color--accent);
  border-color: var(--color--accent);
}

.footer-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: var(--space--space-20);
  padding: 24px 0 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.48);
  font-size: var(--typography--p-03-size);
  line-height: var(--typography--p-03-height);
}

.footer-bar a {
  color: inherit;
  transition: color 0.2s;
}

.footer-bar a:hover,
.footer-bar a:focus-visible {
  color: #fff;
}

.footer-bar p {
  margin: 0;
  text-align: center;
}

.back-to-top {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 90;
  width: 52px;
  height: 52px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: var(--color--accent);
  color: var(--color--white-colour);
  display: grid;
  place-items: center;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(12px);
  transition:
    opacity 0.3s ease,
    transform 0.3s cubic-bezier(0.16, 1, 0.3, 1),
    visibility 0.3s ease,
    background-color 0.2s;
  box-shadow: 0 12px 28px rgba(8, 17, 34, 0.22);
}

.back-to-top.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: none;
}

.back-to-top:hover,
.back-to-top:focus-visible {
  background: #fff;
  color: var(--color--black);
}

.back-to-top:focus-visible {
  outline: 2px solid var(--color--yellow-colour);
  outline-offset: 3px;
}

.back-to-top svg {
  display: block;
  width: 20px;
  height: 20px;
}

/* Reviews */
.reviews-section {
  background: #fff;
  color: var(--color--dark-blue);
  padding-top: var(--space--space-160);
  padding-bottom: var(--space--space-160);
}

.reviews-heading {
  grid-column-gap: var(--space--space-20);
  grid-row-gap: var(--space--space-20);
  flex-flow: column;
  align-items: center;
  text-align: center;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.testimonial-outer {
  grid-column-gap: var(--space--space-20);
  grid-row-gap: var(--space--space-20);
  flex-flow: column;
  display: flex;
}

.testimonial-wrapper {
  grid-column-gap: var(--space--space-20);
  grid-row-gap: var(--space--space-20);
  display: flex;
}

.testimonial-card-02 {
  grid-column-gap: var(--space--space-20);
  grid-row-gap: var(--space--space-20);
  width: 692px;
  display: flex;
  flex: none;
}

.testimonial-card-02._02 {
  width: 447px;
}

.testimonial-content-02,
.testimonial-content-03 {
  padding: 32px;
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  border-radius: 12px;
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.testimonial-content-02 {
  width: 368px;
  min-height: 387px;
  flex: none;
}

.testimonial-card-02._02 .testimonial-content-02 {
  width: 100%;
  min-height: 322px;
}

.testimonial-content-03 {
  flex: 1;
  min-height: 387px;
  background-color: var(--color--gray-bg);
}

.testimonial-content-03._04 {
  min-height: 322px;
}

.testimonial-card-02-img {
  width: 304px;
  min-height: 387px;
  border-radius: 8px;
  overflow: hidden;
  flex: none;
}

.testimonial-card-02-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.testimonial-content-02-top {
  grid-column-gap: var(--space--space-20);
  grid-row-gap: var(--space--space-20);
  flex-flow: column;
  display: flex;
}

.rating-box {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  display: flex;
}

.rating-box span {
  width: 20px;
  height: 20px;
  background: var(--color--dark-blue);
  clip-path: polygon(50% 5%, 61% 35%, 94% 38%, 69% 59%, 77% 91%, 50% 74%, 23% 91%, 31% 59%, 6% 38%, 39% 35%);
}

.rating-box span.is-muted {
  opacity: 0.22;
}

.testimonial-bottom {
  grid-column-gap: var(--space--space-16);
  grid-row-gap: var(--space--space-16);
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.profile {
  grid-column-gap: var(--space--space-16);
  grid-row-gap: var(--space--space-16);
  align-items: center;
  display: flex;
}

.profile-img {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  overflow: hidden;
  flex: none;
}

.profile-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.profile-text {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  flex-flow: column;
  display: flex;
}

.testimonial-logo-box {
  flex: none;
  color: var(--color--dark-blue);
}

.convert-band {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: var(--space--space-32);
  padding: 32px 36px;
  border-radius: var(--space--space-8);
  background: var(--color--canvas-soft);
}

.convert-band-copy {
  max-width: 560px;
}

.convert-band-copy .h-04 {
  margin: 0 0 8px;
}

.convert-band-copy p {
  margin: 0;
}

.section--soft .convert-band {
  background: #fff;
}

/* Blogs & Insights */
.blogs-section {
  background: #fff;
  color: var(--color--dark-blue);
  padding-top: var(--space--space-160);
  padding-bottom: var(--space--space-160);
}

.blogs-header {
  grid-column-gap: var(--space--space-40);
  grid-row-gap: var(--space--space-40);
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.blogs-heading {
  grid-column-gap: var(--space--space-20);
  grid-row-gap: var(--space--space-20);
  flex-flow: column;
  align-items: flex-start;
  max-width: 450px;
  display: flex;
}

.blogs-intro {
  max-width: 304px;
  flex: none;
}

.blogs-all {
  display: inline-block;
  margin-top: var(--space--space-16);
  color: var(--color--dark-blue);
  font-size: var(--typography--p-02-size);
  line-height: var(--typography--p-02-height);
  font-weight: var(--weight--weight-500);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.blogs-all:hover,
.blogs-all:focus-visible {
  color: var(--color--accent);
}

.blogs {
  grid-column-gap: var(--space--space-40);
  grid-row-gap: var(--space--space-40);
  display: flex;
  align-items: flex-start;
}

.blogs-cta {
  width: 442px;
  min-height: 418px;
  padding: 32px 24px;
  border-radius: var(--space--space-8);
  background-color: var(--color--gray-bg);
  flex-flow: column;
  justify-content: space-between;
  display: flex;
  flex: none;
  position: sticky;
  top: 88px;
  align-self: flex-start;
}

.blogs-cta-bottom {
  grid-column-gap: var(--space--space-40);
  grid-row-gap: var(--space--space-40);
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.blog-grid {
  flex: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: var(--space--space-20);
  grid-row-gap: 60px;
}

.blog-card {
  display: block;
  color: inherit;
}

.blog-card-img {
  position: relative;
  height: 310px;
  border-radius: var(--space--space-8);
  overflow: hidden;
}

.blog-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog-tag {
  position: absolute;
  top: var(--space--space-20);
  right: var(--space--space-20);
}

.tag-box.is-white {
  background-color: #fff;
}

.blog-card-content {
  padding-top: var(--space--space-20);
  grid-column-gap: var(--space--space-12);
  grid-row-gap: var(--space--space-12);
  flex-flow: column;
  display: flex;
}

.blog-short-details {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  display: flex;
  color: var(--color--secondary-blue);
}

@media screen and (max-width: 991px) {
  body {
    --typography--h-01-size: 64px;
    --typography--h-01-height: 72px;
    --typography--p-01-size: 18px;
    --typography--p-01-height: 28px;
    --typography--h-02-size: 44px;
    --typography--h-02-height: 50px;
    --typography--h-03-size: 36px;
    --typography--h-03-height: 44px;
    --typography--h-04-size: 28px;
    --typography--h-04-height: 36px;
    --typography--h-05-size: 22px;
    --typography--h-05-height: 30px;
    --space--space-24: 20px;
    --space--space-40: 32px;
    --space--space-80: 60px;
    --space--space-160: 100px;
    --space--space-20: 18px;
    --space--space-60: 40px;
    --space--space-16: 14px;
    --space--space-30: 24px;
    --space--space-50: 44px;
    --space--space-32: 28px;
  }

  .h-01.extra-height {
    line-height: 76px;
  }

  .nav-header,
  .nav-header.is-light {
    padding: 0;
  }

  .navbar-wrapper {
    padding: 16px 32px;
    transition: padding 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  }

  .nav-header.is-light .navbar-wrapper {
    padding: 14px 32px;
  }

  .nav-left {
    display: none;
    position: absolute;
    inset: 100% 0 auto;
    background: var(--color--dark-blue);
    backdrop-filter: blur(20px);
    padding: 12px 32px 30px;
  }

  .nav-left.is-open {
    display: block;
  }

  .nav-menu-two {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }

  .nav-list-item {
    width: 100%;
    margin: 0;
    padding-bottom: 12px;
    border-bottom: 1px solid #e2e2e224;
  }

  .pages-drop-btn {
    width: 100%;
    justify-content: space-between;
  }

  .nav-list-item.is-mobile-only {
    display: flex;
  }

  .nav-list-item.is-mobile-only .lang-switch {
    width: 100%;
  }

  .nav-list-item.is-mobile-only .lang-menu {
    position: static;
    margin-top: 10px;
    width: 100%;
    right: auto;
  }

  .mega-panel {
    position: static;
    width: 100%;
    margin: 0;
    padding: 12px 0 4px;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    opacity: 1;
    visibility: visible;
    pointer-events: none;
    transform: none;
    display: none;
    color: #fff;
  }

  .mega-panel::before {
    display: none;
  }

  .has-mega.is-open .mega-panel {
    display: block;
    pointer-events: auto;
  }

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

  .mega-col {
    padding: 0;
  }

  .mega-icon {
    width: 32px;
    height: 32px;
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
  }

  .mega-col-title,
  .mega-col-title:hover,
  .mega-col-title:focus-visible,
  .mega-col-title[aria-current="page"] {
    color: #fff;
  }

  .mega-list a,
  .mega-hint,
  .mega-all {
    color: rgba(255, 255, 255, 0.7);
  }

  .mega-list a b {
    color: #fff;
  }

  .mega-list a span {
    color: rgba(255, 255, 255, 0.55);
  }

  .mega-list a:hover,
  .mega-list a:focus-visible {
    background: rgba(255, 255, 255, 0.08);
  }

  .mega-list a:hover b,
  .mega-list a:focus-visible b,
  .mega-list a[aria-current="page"] b {
    color: #fff;
  }

  .mega-list a:hover,
  .mega-list a:focus-visible,
  .mega-list a[aria-current="page"],
  .mega-all:hover,
  .mega-all:focus-visible {
    color: #fff;
  }

  .mega-foot {
    flex-flow: column;
    align-items: flex-start;
    margin-top: 8px;
    padding: 14px 0 0;
    border-top-color: rgba(255, 255, 255, 0.12);
  }

  .nav-header.is-light .nav-left.is-open .has-mega,
  .nav-header.is-light .nav-left.is-open .mega-toggle {
    color: #fff;
  }

  .nav-buttons-wrapper {
    display: none;
  }

  .menu-button {
    display: flex;
  }

  .hero-text-wrap-02,
  .hero-bottom-02 {
    flex-flow: column;
    align-items: flex-start;
  }

  .item-box {
    max-width: none;
    flex-basis: auto;
    width: 100%;
  }

  .logo-slider {
    --logo-visible: 4;
  }

  .about-header,
  .services-header {
    flex-flow: column;
    align-items: flex-start;
  }

  .services-heading,
  .services-intro {
    max-width: none;
  }

  .service-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .service-card {
    min-height: 320px;
  }

  .testimonial-wrapper,
  .testimonial-card-02 {
    flex-flow: column;
  }

  .testimonial-card-02,
  .testimonial-card-02._02,
  .testimonial-content-02,
  .testimonial-card-02-img {
    width: 100%;
  }

  .testimonial-content-02,
  .testimonial-content-03,
  .testimonial-content-03._04,
  .testimonial-card-02._02 .testimonial-content-02 {
    min-height: 0;
  }

  .testimonial-card-02-img {
    min-height: 320px;
    height: 320px;
  }

  .vision-grid,
  .dir-block,
  .dir-block.is-flip {
    grid-template-columns: 1fr;
  }

  .dir-block.is-flip .dir-media {
    order: -1;
  }

  .dir-block {
    padding: 24px;
  }

  .vision-profile {
    max-width: 320px;
  }

  .footer-top {
    grid-template-columns: 1fr;
    padding-bottom: var(--space--space-50);
  }

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

  .footer-social {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 8px;
  }

  .footer-social a {
    width: 32px;
    height: 32px;
  }

  .site-footer .h-03 {
    max-width: none;
  }

  .blogs-header,
  .blogs {
    flex-flow: column;
    align-items: flex-start;
  }

  .blogs-heading,
  .blogs-intro,
  .blogs-cta {
    max-width: none;
    width: 100%;
  }

  .blogs-cta {
    position: static;
    top: auto;
  }

  .blog-grid {
    width: 100%;
  }

  .header-left {
    max-width: none;
  }

  .state-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .state-card:hover {
    flex-grow: 1;
  }

  .container {
    padding-left: 24px;
    padding-right: 24px;
  }

  .convert-band {
    flex-flow: column;
    align-items: flex-start;
    padding: 28px 24px;
  }
}

@media screen and (max-width: 767px) {
  body {
    --typography--h-01-size: 58px;
    --typography--h-01-height: 64px;
    --typography--p-02-size: 14px;
    --typography--p-02-height: 20px;
    --typography--h-02-size: 36px;
    --typography--h-02-height: 42px;
    --typography--h-03-size: 32px;
    --typography--h-03-height: 40px;
    --typography--h-04-size: 24px;
    --typography--h-04-height: 32px;
    --typography--h-05-size: 20px;
    --typography--h-05-height: 28px;
    --space--space-40: 28px;
    --space--space-20: 16px;
    --space--space-80: 40px;
    --space--space-160: 80px;
    --space--space-60: 32px;
    --space--space-16: 12px;
    --space--space-30: 20px;
    --space--space-50: 32px;
    --space--space-32: 24px;
  }

  .h-01.extra-height {
    line-height: 71px;
  }

  .navbar-container-wrapper {
    max-width: 100%;
  }

  .navbar-wrapper {
    padding: 12px 20px;
  }

  .nav-header.is-light .navbar-wrapper {
    padding: 11px 20px;
  }

  .home-hero {
    padding-top: 180px;
  }

  .black-hero-container {
    padding-left: 24px;
    padding-right: 24px;
  }

  .hero-text-wrap-02 {
    flex-flow: column;
  }

  .hero-line {
    display: none;
  }

  .hero-lead {
    margin-top: var(--space--space-16);
  }

  .hero-btn-wrap {
    margin-top: var(--space--space-32);
  }

  .hero-short-text-02 {
    margin-top: 20px;
    margin-left: 0;
  }

  .btn-icon-box {
    width: 40px;
    height: 40px;
  }

  .primary-button-text {
    font-size: 14px;
    line-height: 20px;
  }

  .item-box {
    display: flex;
    width: 100%;
    max-width: none;
  }

  .logo-slider {
    --logo-visible: 2;
    --logo-gap: 20px;
  }

  .state-wrapper {
    grid-template-columns: 1fr;
  }

  .service-wrapper {
    grid-template-columns: 1fr;
  }

  .service-card {
    min-height: 280px;
  }

  .testimonial-card-02-img {
    min-height: 260px;
    height: 260px;
  }

  .blog-grid {
    grid-template-columns: 1fr;
    grid-row-gap: 40px;
  }

  .blog-card-img {
    height: 240px;
  }

  .site-footer {
    padding-top: 64px;
  }

  .footer-top {
    padding-bottom: 36px;
    grid-row-gap: 36px;
  }

  .footer-cols {
    grid-column-gap: 20px;
    grid-row-gap: 28px;
  }

  .footer-col-title {
    margin-bottom: 12px;
  }

  .footer-col li + li {
    margin-top: 8px;
  }

  .footer-form {
    flex-flow: column;
    align-items: stretch;
  }

  .footer-form .btn-link,
  .footer-contact-form .btn-link {
    justify-content: space-between;
  }

  .footer-bar {
    flex-flow: column;
    align-items: flex-start;
    gap: 8px;
    padding: 16px 0 28px;
  }

  .footer-bar p {
    text-align: left;
  }

  .back-to-top {
    right: max(16px, env(safe-area-inset-right));
    bottom: max(16px, env(safe-area-inset-bottom));
    width: 48px;
    height: 48px;
  }

  .testimonial-content-02,
  .testimonial-content-03 {
    padding: 24px;
    grid-row-gap: 40px;
  }

  .container {
    padding-left: 24px;
    padding-right: 24px;
  }
}

@media screen and (max-width: 479px) {
  body {
    --typography--h-01-size: 36px;
    --typography--h-01-height: 48px;
    --typography--p-01-size: 18px;
    --typography--h-02-size: 28px;
    --typography--h-02-height: 36px;
    --typography--h-03-size: 24px;
    --typography--h-03-height: 36px;
    --typography--h-04-size: 22px;
    --typography--h-04-height: 30px;
    --space--space-40: 24px;
    --space--space-60: 28px;
  }

  .h-01.extra-height {
    line-height: 48px;
  }

  .navbar-wrapper {
    padding: 10px 20px;
  }

  .nav-header.is-light .navbar-wrapper {
    padding: 9px 20px;
  }

  .site-footer {
    padding-top: 48px;
  }

  .footer-top {
    padding-bottom: 28px;
    grid-row-gap: 28px;
  }

  .black-hero-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .hero-bottom-02 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .container {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media (hover: hover) and (pointer: fine) {
  .service-card:hover .icon-box-56px,
  .pillar-card:hover .icon-box-56px {
    background-color: var(--color--accent);
    color: var(--color--white-colour);
  }

  .pillar-card.is-featured:hover .icon-box-56px {
    background-color: #fff;
    color: var(--color--dark-blue);
  }
}

@media (hover: none) {
  .btn-text-outer._02,
  .btn-icon-inner._02,
  .btn-icon-wrap._02 {
    display: none;
  }

  .btn-link:hover .btn-text-outer._01,
  .btn-link:hover .btn-icon-inner._01,
  .btn-link-2:hover .btn-icon-wrap:not(._02) {
    transform: none;
  }
}

@media (prefers-reduced-motion: no-preference) {
  html.motion .hero-reveal:not(.is-in) {
    opacity: 0;
    transform: translate3d(0, 40px, 0);
    filter: blur(10px);
  }

  html.motion .hero-reveal.is-in {
    opacity: 1;
    transform: none;
    filter: none;
    transition:
      opacity 1s var(--reveal-ease) var(--d, 0ms),
      transform 1.05s var(--reveal-ease) var(--d, 0ms),
      filter 0.9s ease var(--d, 0ms);
  }

  html.motion .reveal:not(.is-in) {
    opacity: 0;
    transform: translate3d(0, 32px, 0);
  }

  html.motion .reveal.is-in {
    opacity: 1;
    transform: none;
    transition:
      opacity 0.9s var(--reveal-ease) var(--d, 0ms),
      transform 0.95s var(--reveal-ease) var(--d, 0ms);
  }

  html.motion .state-card.reveal.is-in {
    transition:
      opacity 0.9s var(--reveal-ease) var(--d, 0ms),
      transform 0.95s var(--reveal-ease) var(--d, 0ms),
      flex 0.25s ease;
  }

  html.motion .blogs-cta.reveal:not(.is-in),
  html.motion .blogs-cta.reveal.is-in,
  html.motion .dir-block.reveal:not(.is-in),
  html.motion .dir-block.reveal.is-in {
    transform: none;
  }

  html.motion .img-zoom:not(.is-in) {
    opacity: 0;
    transform: scale(1.08);
    filter: blur(10px);
  }

  html.motion .reveal.is-in .img-zoom,
  html.motion .img-zoom.is-in {
    opacity: 1;
    transform: scale(1);
    filter: none;
    transition:
      opacity 0.7s ease var(--d, 60ms),
      transform 1.15s var(--reveal-ease) var(--d, 60ms),
      filter 0.9s ease var(--d, 60ms);
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .btn-text-outer,
  .btn-icon-inner,
  .btn-icon-wrap,
  .scroll-icon,
  .logo-slider-track,
  .reveal,
  .hero-reveal,
  .img-zoom,
  .hero-type-caret,
  .mega-panel {
    transition: none;
    animation: none !important;
    filter: none;
    transform: none;
    opacity: 1;
  }

  .back-to-top {
    transition: opacity 0.2s, visibility 0.2s;
    transform: none;
  }

  .service-card .icon-box-56px {
    transition: none;
  }

  .ink-reveal__char {
    color: var(--color--dark-blue);
    transition: none;
  }
}

/* Inner service pages */
body.is-inner {
  background: #fff;
}

body.is-inner .nav-header {
  color: var(--color--dark-blue);
}

.section-02.archive-top {
  padding-top: 148px;
}

.dir-stack {
  display: flex;
  flex-direction: column;
  gap: var(--space--space-40);
}

.dir-block {
  display: grid;
  grid-template-columns: minmax(0, 400px) minmax(0, 1fr);
  grid-column-gap: var(--space--space-80);
  grid-row-gap: var(--space--space-40);
  align-items: start;
  padding: 40px;
  border-radius: var(--space--space-8);
  background: #fff;
  border: 1px solid rgba(8, 17, 34, 0.06);
  box-shadow: 0 18px 40px rgba(8, 17, 34, 0.08);
}

@media screen and (min-width: 992px) {
  @media (prefers-reduced-motion: no-preference) {
    .dir-stack .dir-block {
      position: sticky;
      top: 96px;
    }

    .dir-stack .dir-block:nth-child(1) { z-index: 1; top: 96px; }
    .dir-stack .dir-block:nth-child(2) { z-index: 2; top: 128px; }
    .dir-stack .dir-block:nth-child(3) { z-index: 3; top: 160px; }
    .dir-stack .dir-block:nth-child(4) { z-index: 4; top: 192px; }
  }
}

.dir-block.is-flip {
  grid-template-columns: minmax(0, 1fr) minmax(0, 400px);
}

.dir-block.is-flip .dir-media {
  order: 2;
}

.dir-media {
  margin: 0;
}

.dir-photo {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  object-fit: cover;
  object-position: 50% 68%;
  border-radius: var(--space--space-8);
}

.dir-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--space--space-20);
  min-width: 0;
}

.dir-copy .h-03,
.dir-copy .p-text-01 {
  margin: 0;
}

.dir-copy .hub-list {
  width: 100%;
  margin-top: 4px;
}

.dir-block .hub-item {
  background: var(--color--gray-bg);
}

.process-mark {
  font-size: var(--typography--p-02-size);
  font-weight: var(--weight--weight-500);
  letter-spacing: 0.04em;
}

@media screen and (max-width: 1199px) {
  .dir-block,
  .dir-block.is-flip {
    grid-template-columns: 1fr;
  }

  .dir-block.is-flip .dir-media {
    order: -1;
  }
}

.page-hero {
  padding: 148px 0 64px;
  background: var(--color--canvas-soft);
  color: var(--color--dark-blue);
}

.archive-hero {
  position: relative;
  overflow: hidden;
  padding: 156px 0 88px;
}

.archive-hero::before {
  content: "";
  position: absolute;
  right: -10%;
  top: -80px;
  width: min(560px, 70vw);
  height: min(560px, 70vw);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(103, 70, 181, 0.18), transparent 68%);
  pointer-events: none;
}

.archive-hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: var(--space--space-40);
  align-items: center;
}

.archive-hero .h-02 {
  max-width: none;
}

.archive-hero .page-lead {
  margin-top: 20px;
}

.archive-hero-visual {
  position: relative;
  margin: 0;
  overflow: hidden;
  border-radius: 24px;
  aspect-ratio: 1;
  background: #fff;
}

.archive-hero-visual img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 72%;
}

.archive-hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
  margin-top: 28px;
}

.archive-text-link {
  color: var(--color--dark-blue);
  font-size: var(--typography--p-02-size);
  font-weight: var(--weight--weight-500);
  text-decoration: none;
}

.archive-text-link:hover,
.archive-text-link:focus-visible {
  color: var(--color--accent);
}

.archive-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 20px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.archive-proof li {
  position: relative;
  color: var(--color--secondary-blue);
  font-size: var(--typography--p-03-size);
  line-height: var(--typography--p-03-height);
  font-weight: var(--weight--weight-500);
}

.archive-proof li + li::before {
  content: "";
  position: absolute;
  left: -12px;
  top: 7px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--color--accent);
}

.archive-section-head {
  max-width: 640px;
  margin-bottom: 40px;
}

.archive-section-head .h-03 {
  margin: 16px 0 12px;
}

.page-crumb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin: 0 0 20px;
  font-size: var(--typography--p-03-size);
  line-height: var(--typography--p-03-height);
  color: var(--color--secondary-blue);
}

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

.page-crumb a:hover,
.page-crumb a:focus-visible {
  color: var(--color--accent);
}

.page-crumb [aria-current="page"] {
  color: var(--color--accent);
}

.page-hero .h-01,
.page-hero .h-02 {
  max-width: 820px;
  margin: 16px 0 0;
}

.page-lead {
  max-width: 640px;
  margin: 20px 0 0;
  color: var(--color--secondary-blue);
}

.page-section {
  padding-top: var(--space--space-80);
  padding-bottom: var(--space--space-80);
  color: var(--color--dark-blue);
}

.page-section.section--soft {
  background: var(--color--canvas-soft);
}

.pillar-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--space--space-16);
}

.pillar-card {
  display: flex;
  flex-direction: column;
  gap: 0;
  min-height: 100%;
  padding: 0 0 24px;
  overflow: hidden;
  border-radius: 16px;
  background: var(--color--canvas-soft);
  color: inherit;
  text-decoration: none;
  border: 1px solid transparent;
  transition:
    background-color 0.25s ease,
    border-color 0.25s ease,
    box-shadow 0.25s ease;
}

.pillar-media {
  position: relative;
  margin: 0;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #fff;
}

.pillar-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 70%;
  transition: transform 0.7s var(--reveal-ease);
}

a.pillar-card:hover .pillar-media img,
a.pillar-card:focus-visible .pillar-media img {
  transform: scale(1.045);
}

a.pillar-card.is-featured:hover .pillar-media.has-video img,
a.pillar-card.is-featured:focus-visible .pillar-media.has-video img {
  transform: none;
}

.pillar-hover-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 70%;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.45s ease;
}

.pillar-card.is-featured:hover .pillar-hover-video,
.pillar-card.is-featured:focus-visible .pillar-hover-video,
.pillar-card.is-featured.is-playing .pillar-hover-video {
  opacity: 1;
}

@media (prefers-reduced-motion: reduce) {
  .pillar-hover-video {
    display: none;
  }
}

.pillar-media .pillar-index {
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 1;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  color: var(--color--accent);
  backdrop-filter: blur(8px);
}

.pillar-card-body {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 20px 22px 0;
  flex: 1;
}

.pillar-card .icon-box-56px {
  width: 48px;
  height: 48px;
  background: var(--color--accent-soft);
  color: var(--color--accent);
}

.section--soft .pillar-card,
.section--soft .hub-item {
  background: #fff;
}

a.pillar-card:hover,
a.pillar-card:focus-visible {
  background: #fff;
  border-color: rgba(103, 70, 181, 0.18);
  box-shadow: 0 18px 40px rgba(8, 17, 34, 0.08);
}

.pillar-card.is-featured {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 0;
  align-items: stretch;
  min-height: 360px;
  padding: 0;
  overflow: hidden;
  background: var(--color--black);
  color: #fff;
}

.pillar-card.is-featured .icon-box-56px {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}

.pillar-card.is-featured .p-text-02 {
  color: rgba(255, 255, 255, 0.64);
}

a.pillar-card.is-featured:hover,
a.pillar-card.is-featured:focus-visible {
  background: #12151c;
  border-color: transparent;
  box-shadow: 0 22px 50px rgba(8, 17, 34, 0.2);
}

.pillar-featured-copy {
  display: flex;
  flex-direction: column;
  gap: 14px;
  min-width: 0;
  padding: 40px 36px 40px 44px;
}

.pillar-card.is-featured .pillar-media {
  height: 100%;
  min-height: 360px;
  aspect-ratio: auto;
}

.pillar-card.is-featured .pillar-media img {
  height: 100%;
}

.pillar-card-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;
}

.pillar-index {
  font-size: var(--typography--p-03-size);
  font-weight: var(--weight--weight-500);
  letter-spacing: 0.04em;
  color: var(--color--accent);
}

.pillar-card.is-featured .pillar-index {
  color: rgba(255, 255, 255, 0.48);
}

.pillar-badge {
  margin: 0;
  color: var(--color--accent);
  font-size: var(--typography--p-03-size);
  font-weight: var(--weight--weight-500);
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.pillar-card h2 {
  margin: 0;
}

.pillar-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.pillar-chips li {
  padding: 7px 12px;
  border-radius: 999px;
  background: #fff;
  color: var(--color--dark-blue);
  font-size: var(--typography--p-03-size);
  line-height: 1.3;
}

.pillar-card.is-featured .pillar-chips li {
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
}

.pillar-children {
  margin: 0;
  padding: 0;
  list-style: none;
}

.pillar-children li {
  position: relative;
  padding: 6px 0 6px 16px;
  color: var(--color--secondary-blue);
  font-size: var(--typography--p-02-size);
  line-height: var(--typography--p-02-height);
}

.pillar-children li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 14px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--color--accent);
}

.pillar-more {
  margin-top: auto;
  color: var(--color--accent);
  font-weight: var(--weight--weight-500);
}

.pillar-card.is-featured .pillar-more {
  color: #fff;
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: none;
}

.process-step {
  padding: 28px 24px;
  border-radius: 16px;
  background: #fff;
}

.process-num {
  display: block;
  margin-bottom: 20px;
  color: var(--color--accent);
  font-size: var(--typography--p-03-size);
  font-weight: var(--weight--weight-500);
  letter-spacing: 0.04em;
}

.process-step h3 {
  margin: 0 0 8px;
}

.industry-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.industry-chip {
  padding: 12px 18px;
  border-radius: 999px;
  background: var(--color--canvas-soft);
  color: var(--color--dark-blue);
  font-size: var(--typography--p-02-size);
  font-weight: var(--weight--weight-500);
}

body.is-inner .site-footer {
  padding-top: 48px;
}

.archive-contact {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 28px;
  padding: 8px 0 8px;
}

.archive-contact a {
  color: #fff;
  font-weight: var(--weight--weight-500);
  text-decoration: none;
}

.archive-contact a:hover,
.archive-contact a:focus-visible {
  color: var(--color--accent-soft);
}

.hub-block + .hub-block {
  margin-top: 56px;
}

.hub-list {
  display: grid;
  gap: 12px;
  margin-top: 24px;
}

.hub-item {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr) auto;
  gap: 16px;
  align-items: center;
  padding: 22px 24px;
  border-radius: var(--space--space-8);
  background: var(--color--gray-bg);
  color: inherit;
  text-decoration: none;
}

a.hub-item:hover,
a.hub-item:focus-visible {
  background: #ece8f6;
}

.hub-item.is-static {
  cursor: default;
}

.hub-num {
  font-size: var(--typography--h-05-size);
  line-height: var(--typography--h-05-height);
  font-weight: var(--weight--weight-500);
  color: var(--color--accent);
}

.hub-item h3 {
  margin: 0 0 4px;
}

.hub-item p {
  margin: 0;
  color: var(--color--secondary-blue);
}

.hub-item-status {
  font-size: var(--typography--p-03-size);
  color: var(--color--accent);
  font-weight: var(--weight--weight-500);
  white-space: nowrap;
}

.leaf-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.8fr);
  gap: var(--space--space-40);
  align-items: start;
}

.leaf-points {
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.leaf-points li + li {
  margin-top: 14px;
}

.leaf-points strong {
  display: block;
  margin-bottom: 4px;
}

.faq-list {
  display: grid;
  gap: 12px;
}

.faq-item {
  padding: 22px 24px;
  border-radius: var(--space--space-8);
  background: var(--color--gray-bg);
}

.section--soft .faq-item {
  background: #fff;
}

.faq-item h3 {
  margin: 0 0 8px;
}

.faq-item p {
  margin: 0;
  color: var(--color--secondary-blue);
}

.page-cta {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: var(--space--space-32);
  padding: 36px;
  overflow: hidden;
  border-radius: var(--space--space-8);
  background: var(--color--black);
  color: #fff;
}

.page-cta-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
}

.page-cta.has-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(5, 7, 11, 0.78) 0%, rgba(5, 7, 11, 0.4) 100%);
  pointer-events: none;
}

.page-cta > :not(.page-cta-bg) {
  position: relative;
  z-index: 1;
}

.page-cta .h-04,
.page-cta p {
  color: #fff;
}

.page-cta p {
  margin: 8px 0 0;
  color: rgba(255, 255, 255, 0.64);
}

@media screen and (max-width: 1199px) and (min-width: 992px) {
  .process-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media screen and (max-width: 991px) {
  .archive-hero {
    padding: 132px 0 64px;
  }

  .archive-hero-grid,
  .pillar-grid,
  .process-grid,
  .leaf-grid {
    grid-template-columns: 1fr;
  }

  .archive-hero-visual {
    aspect-ratio: 16 / 10;
    border-radius: 18px;
  }

  .pillar-card.is-featured {
    grid-template-columns: 1fr;
    gap: 0;
    min-height: 0;
  }

  .pillar-card.is-featured .pillar-media {
    order: -1;
    min-height: 220px;
  }

  .pillar-featured-copy {
    padding: 24px;
  }

  .page-cta.has-visual::after {
    background: linear-gradient(180deg, rgba(5, 7, 11, 0.82) 0%, rgba(5, 7, 11, 0.55) 100%);
  }

  .hub-item {
    grid-template-columns: 36px minmax(0, 1fr);
  }

  .hub-item-status {
    grid-column: 2;
  }

  .page-cta {
    flex-flow: column;
    align-items: flex-start;
  }
}

/* Magebit-inspired service pages — Trinity system */
.svc-hero .h-03,
.svc-hero .h-02 {
  max-width: 820px;
  margin: 16px 0 0;
}

.svc-hero-lead {
  max-width: 640px;
  margin: 20px 0 0;
}

.svc-hero-actions {
  margin-top: 32px;
}

.life-track {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  list-style: none;
  margin: 48px 0 0;
  padding: 0;
}

.life-pill {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 16px 10px 10px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid rgba(8, 17, 34, 0.06);
  box-shadow: 0 10px 24px rgba(8, 17, 34, 0.04);
  color: var(--color--dark-blue);
}

.life-pill.is-accent {
  background: var(--color--accent);
  border-color: transparent;
  color: #fff;
}

.life-num {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: var(--typography--p-03-size);
  font-weight: var(--weight--weight-500);
  background: var(--color--accent-soft);
  color: var(--color--accent);
}

.life-pill.is-accent .life-num {
  background: rgba(255, 255, 255, 0.18);
  color: #fff;
}

.offer-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  list-style: none;
  margin: 36px 0 0;
  padding: 0;
}

.offer-chips li {
  padding: 10px 14px;
  border-radius: 8px;
  background: #fff;
  border: 1px solid rgba(8, 17, 34, 0.06);
  color: var(--color--dark-blue);
}

.proof-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--space--space-16);
}

.proof-item {
  padding: 28px 24px;
  border-radius: var(--space--space-8);
  background: var(--color--gray-bg);
}

.proof-item .h-03,
.proof-item .h-04 {
  margin: 0 0 8px;
}

.proof-item p {
  margin: 0;
}

.section--soft .proof-item {
  background: #fff;
}

.catalog-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: var(--space--space-40);
}

.catalog-col h3 {
  margin: 0 0 16px;
}

.catalog-col ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 12px;
}

.catalog-col a {
  color: inherit;
  text-decoration: none;
}

.catalog-col a:hover,
.catalog-col a:focus-visible {
  color: var(--color--accent);
}

.partner-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: var(--space--space-16);
}

.partner-card {
  padding: 32px 28px;
  border-radius: var(--space--space-8);
  background: #fff;
}

.partner-card h3 {
  margin: 0 0 8px;
}

.partner-card p {
  margin: 0;
}

.benefit-row {
  display: grid;
  grid-template-columns: minmax(0, 400px) minmax(0, 1fr);
  gap: var(--space--space-80);
  align-items: center;
  padding: 40px;
  border-radius: var(--space--space-8);
  background: #fff;
  border: 1px solid rgba(8, 17, 34, 0.06);
}

.benefit-row + .benefit-row {
  margin-top: var(--space--space-16);
}

.benefit-row.is-flip {
  grid-template-columns: minmax(0, 1fr) minmax(0, 400px);
}

.benefit-row.is-flip .dir-media {
  order: 2;
}

.benefit-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--space--space-16);
}

.benefit-copy .h-03,
.benefit-copy .h-04 {
  margin: 0;
}

.point-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 16px;
  width: 100%;
}

.point-list li {
  display: grid;
  gap: 4px;
}

.point-list strong {
  display: block;
}

.compare-wrap {
  overflow-x: auto;
}

.compare-table {
  width: 100%;
  min-width: 640px;
  border-collapse: collapse;
  background: #fff;
  border-radius: var(--space--space-8);
  overflow: hidden;
}

.compare-table th,
.compare-table td {
  text-align: left;
  padding: 16px 20px;
  border-bottom: 1px solid rgba(8, 17, 34, 0.06);
  vertical-align: top;
}

.compare-table th {
  font-weight: var(--weight--weight-500);
}

.compare-table thead th:nth-child(2) {
  color: var(--color--accent);
}

.compare-table td:nth-child(2) {
  background: var(--color--accent-soft);
}

.start-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--space--space-16);
}

.start-step {
  padding: 28px 24px;
  border-radius: var(--space--space-8);
  background: var(--color--gray-bg);
}

.section--soft .start-step {
  background: #fff;
}

.start-step .process-mark {
  display: block;
  margin-bottom: 16px;
  color: var(--color--accent);
}

.start-step h3 {
  margin: 0 0 8px;
}

.start-step p {
  margin: 0;
}

.include-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.include-list li {
  padding: 20px 22px;
  border-radius: var(--space--space-8);
  background: var(--color--gray-bg);
}

.section--soft .include-list li {
  background: #fff;
}

@media screen and (max-width: 1199px) {
  .catalog-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .benefit-row,
  .benefit-row.is-flip {
    grid-template-columns: 1fr;
    padding: 24px;
    gap: var(--space--space-24);
  }

  .benefit-row.is-flip .dir-media {
    order: -1;
  }
}

@media screen and (max-width: 991px) {
  .proof-row,
  .partner-grid,
  .start-steps,
  .include-list {
    grid-template-columns: 1fr;
  }

  .catalog-grid {
    grid-template-columns: 1fr;
    gap: var(--space--space-32);
  }
}
