@font-face {
  font-family: "Fa 400";
  src: url('../fonts/fa-regular-400.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa solid 900";
  src: url('../fonts/fa-solid-900.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa brands 400";
  src: url('../fonts/fa-brands-400.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --paragraph: #5d6d86;
  --heading: #20262f;
  --border: #ececf5;
  --highlight-1: #e43737;
  --highlight-1-hover: #f95555;
  --bg-main: #fafafc;
  --additional-element: #7688a3;
  --hero-bg-block: #dbeaff;
  --diagonal: #c6deff;
  --white-font: #fafafc;
  --white: white;
  --semi-dark-bg: #5d6d86;
  --block-bg: #313945;
  --highlight-2: #96aac8;
  --highlight-3: #7688a3;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: var(--paragraph);
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

h1 {
  color: var(--heading);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
}

h2 {
  color: var(--heading);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
}

h3 {
  color: var(--heading);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

p {
  margin-bottom: 0;
}

a {
  text-decoration: none;
}

label {
  color: var(--heading);
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 500;
  display: block;
}

.section {
  position: relative;
  overflow: hidden;
}

.section.is--hero {
  justify-content: flex-start;
  align-items: center;
  height: 800px;
  margin-bottom: 100px;
  overflow: hidden;
}

.section.is--clients {
  padding-top: 120px;
  padding-bottom: 150px;
  display: flex;
}

.section.is--solutions {
  padding-top: 120px;
  padding-bottom: 120px;
  display: flex;
}

.section.is--services {
  padding-top: 120px;
  padding-bottom: 120px;
  overflow: visible;
}

.section.is--studios {
  overflow: hidden;
}

.section.is--cases {
  padding-top: 120px;
  padding-bottom: 120px;
  display: block;
}

.section.is--startups {
  overflow: hidden;
}

.section.is--contact-form {
  padding-top: 120px;
  padding-bottom: 120px;
}

.section.is--footer {
  background-color: var(--border);
  padding-top: 40px;
  padding-bottom: 40px;
}

.section.is--features {
  padding-top: 120px;
  padding-bottom: 120px;
}

.section.is--content {
  justify-content: flex-start;
  align-items: center;
  padding-top: 160px;
  overflow: hidden;
}

.container {
  justify-content: center;
  align-items: center;
  max-width: 1440px;
  height: 100%;
}

.container.is--hero {
  z-index: 3;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
  position: relative;
}

.container.is--clients {
  padding-left: 64px;
  padding-right: 64px;
  display: flex;
}

.container.is--solutions-carousel {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: none;
  display: flex;
  position: relative;
}

.container.is--studios {
  max-width: none;
}

.container.is--services,
.container.is--padding {
  padding-left: 64px;
  padding-right: 64px;
}

.container.is--footer {
  padding: 32px 64px;
}

.container.is--navbar {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding: 20px 64px;
  display: flex;
}

.container.is--cms {
  z-index: 3;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  padding-left: 64px;
  padding-right: 64px;
  display: flex;
  position: relative;
}

.content-wrap {
  z-index: 2;
  flex-direction: column;
  display: flex;
  position: relative;
}

.content-wrap.is--clients {
  grid-column-gap: 32px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 1440px;
  display: grid;
}

.content-wrap.is--solutions_main {
  width: 100%;
  max-width: 1920px;
  margin-top: 60px;
  overflow: hidden;
}

.content-wrap.is--services {
  flex-direction: row;
}

.content-wrap.is--solutions {
  max-width: 1440px;
  padding-left: 64px;
  padding-right: 64px;
}

.content-wrap.is--hero {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding-left: 64px;
}

.content-wrap.is--solutions_mobile {
  width: 100%;
  max-width: 1920px;
  margin-top: 60px;
  display: none;
  overflow: hidden;
}

.content-wrap.is--cms_hero {
  margin-right: 40px;
}

.content-wrap.is--features {
  align-items: flex-start;
  width: 100%;
}

.content-wrap.is--cms {
  align-items: flex-start;
  width: 100%;
  margin-right: 32px;
}

.text-wrap {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex-direction: column;
  align-items: flex-start;
  max-width: 616px;
  display: flex;
}

.text-wrap.is--center_aligned {
  align-items: center;
}

.h1-wrap {
  width: 487px;
  margin-bottom: 10px;
}

.h1-wrap.is--center_aligned {
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.p {
  color: var(--paragraph);
}

.p.is--hero.h1 {
  color: var(--heading);
  margin-top: 5px;
  font-style: normal;
  display: none;
}

.p.is--hero.is--center {
  text-align: center;
}

.p.is--solutions {
  max-width: 616px;
  margin-top: 8px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.p.is--sticky-services {
  font-weight: 500;
}

.p.is--white {
  color: var(--border);
  width: 616px;
  font-weight: 500;
}

.p.is--companies {
  color: var(--border);
  width: 100%;
  margin-top: 16px;
  font-weight: 500;
}

.p.is--h2 {
  width: 616px;
  font-weight: 500;
}

.p.is--h2.dark {
  color: var(--heading);
}

.p.is--cases {
  color: var(--heading);
  width: 100%;
  margin-top: 48px;
  font-weight: 500;
}

.p.is--cases.cms {
  margin-top: 0;
}

.p.is--hero {
  width: 535px;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

.p.is--hero.h1 {
  color: var(--heading);
  margin-top: 5px;
  font-style: normal;
}

.button-wrap {
  aspect-ratio: auto;
  justify-content: center;
  margin-top: 0;
  margin-left: 32px;
  display: flex;
}

.button-wrap.is--absolute {
  margin-top: 0;
  position: absolute;
  inset: 0% 0% auto auto;
}

.button {
  background-color: var(--highlight-1);
  color: #fff;
  border: 2px solid #0000;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  height: 50px;
  padding: 0 24px;
  font-weight: 600;
  transition: background-color .2s cubic-bezier(.455, .03, .515, .955);
  display: flex;
}

.button:hover {
  background-color: var(--highlight-1-hover);
}

.button.is--secondary {
  border-width: 2px;
  border-color: var(--border);
  background-color: var(--bg-main);
  color: var(--additional-element);
  margin-left: 16px;
  display: none;
}

.button.is--secondary:hover {
  background-color: var(--border);
}

.button.is--mobile_land-hidden {
  border-radius: 50px;
  height: 50px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.button.is--mobile_land-shown {
  display: none;
}

.h-wrap {
  flex: 0 auto;
  display: flex;
}

.hero-bg-block {
  z-index: 2;
  background-color: var(--hero-bg-block);
  width: 130%;
  height: 50%;
  position: relative;
  top: -145px;
  transform: rotate(10deg);
}

.hero-bg-block._2 {
  z-index: 1;
  background-color: var(--diagonal);
  top: -380px;
  left: -40px;
  transform: rotate(14deg);
}

.hero-bg {
  width: 100vw;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.hero-bg.is--color {
  background: linear-gradient(135deg, #dbeaff 0%, #e8f2ff 50%, #f0f7ff 100%);
}

/* Hero Section Enhancements */
.hero-badge {
  display: inline-block;
  padding: 6px 16px;
  background: rgba(228, 55, 55, 0.1);
  color: var(--highlight-1);
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 20px;
  margin-bottom: 16px;
}

.h1.is--hero-large {
  font-size: 56px;
  line-height: 64px;
  font-weight: 800;
}

@media screen and (max-width: 767px) {
  .h1.is--hero-large {
    font-size: 36px;
    line-height: 44px;
  }
}

.button.is--hero-cta {
  margin-top: 32px;
  padding: 0 32px;
  height: 56px;
  font-size: 16px;
  box-shadow: 0 4px 16px rgba(228, 55, 55, 0.25);
  transition: all 0.3s ease;
}

.button.is--hero-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(228, 55, 55, 0.35);
}

/* Floating tech icons removed - using particle network instead */

.navbar {
  z-index: 999;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: fixed;
}

.client-wrap {
  width: 100%;
  height: 70px;
  transition: bottom .2s cubic-bezier(.455, .03, .515, .955);
  position: relative;
  bottom: 0;
}

.client-wrap:hover {
  bottom: 4px;
}

.logo {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.dots {
  background-image: url('../images/Dots.svg');
  background-position: 0%;
  background-repeat: repeat;
  background-size: 8px;
  flex: none;
  width: 16px;
  height: 100%;
  margin-right: 16px;
}

.dots.is--1column {
  width: 8px;
}

.dots.is--1column.solutions {
  margin-left: 65px;
}

.dots.is--1column.carousel {
  padding-top: 0;
  padding-bottom: 0;
  position: absolute;
  inset: 0% -4.5% 0% auto;
}

.dots.is--1column.carousel.left {
  inset: 0% auto 0% -4%;
}

.dots.is--horizontal {
  width: 100%;
  height: 10px;
  margin-top: 16px;
  margin-right: 0;
  display: none;
}

.dots-wrap {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.dots-wrap.is--services {
  width: 100%;
  position: absolute;
}

.dots-wrap.is--contact {
  flex-flow: row;
  width: 100%;
  margin-bottom: 30px;
}

.dots-wrap.is--popup {
  margin-bottom: 60px;
}

.dots-wrap.is--lottie {
  width: 100%;
}

.dots-wrap.is--features {
  margin-bottom: 100px;
}

.h2-wrap {
  margin-bottom: 10px;
}

.h2-wrap.is--no_margin {
  margin-bottom: 0;
}

.h2.is--white {
  color: var(--white-font);
}

.p-wrap {
  justify-content: flex-start;
  display: flex;
}

.bg-text {
  color: #eaf2fe;
  font-size: 144px;
  font-weight: 700;
  position: absolute;
}

.carousel-wrap,
.tabs {
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.solutions-content {
  width: 100%;
  padding-top: 60px;
}

.carousel {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 50px;
  padding-bottom: 10px;
}

.cms-solutions-list-wrap {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.cms-solutions-list {
  width: 100%;
  position: relative;
}

.cms-solutions-item-wrap {
  width: auto;
  height: 100%;
}

.line {
  background-color: var(--highlight-1);
  border-radius: 4px;
  width: 40px;
  height: 4px;
  margin-top: 8px;
}

.line.is--cms {
  margin-top: 16px;
}

.cms-solutions-name {
  color: var(--heading);
  text-align: center;
  font-weight: 600;
}

.cms-solutions-item {
  border: 1px solid var(--border);
  background-color: var(--white);
  border-radius: 8px;
  flex-direction: column;
  place-content: center flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 24px;
  display: flex;
  box-shadow: 0 8px 16px #0000001a;
}

.solutions-tab-menu {
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 200px;
  margin-left: 4px;
  margin-right: 4px;
  padding: 10px 0;
  font-size: 13px;
  font-weight: 600;
  line-height: 20px;
  display: flex;
}

.solutions-tab-menu.w--current {
  background-color: #0000;
}

.solutions-menu {
  justify-content: center;
  align-items: stretch;
  margin-top: 15px;
  display: flex;
}

.solutions-tab-text {
  color: var(--paragraph);
}

.tab-line {
  background-color: var(--diagonal);
  border-radius: 4px;
  width: 100%;
  height: 100%;
}

.tab-line.is--solutions {
  background-color: var(--border);
  margin-top: 5px;
}

.bg-text-wrap {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
}

.solutions-tab-text-wrap {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 30px;
  display: flex;
  position: relative;
}

.column-left-wrap {
  width: 50%;
  margin-right: 100px;
}

.column-left-wrap.is--contact {
  height: 100%;
}

.column-right-wrap {
  width: 50%;
  position: relative;
}

.sketch-wrap {
  margin-bottom: 40px;
}

.sketch-wrap.is--no_margin {
  margin-bottom: 0;
}

.sketch {
  width: 100%;
}

.cms-wrap {
  z-index: 2;
  flex-direction: column;
  display: flex;
  position: relative;
}

.tr-title {
  margin-bottom: 16px;
}

.tr-wrap {
  display: none;
}

.tr-wrap.is--cms {
  margin-top: 32px;
  display: flex;
}

.tr-item {
  cursor: default;
  display: inline-block;
}

.tr-item.is--cms {
  margin-bottom: 10px;
}

.cms-studios-services-name {
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
}

.cms-services-item {
  border: 1px solid var(--border);
  background-color: var(--white);
  color: var(--paragraph);
  border-radius: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 4px 16px;
  transition: color .2s cubic-bezier(.455, .03, .515, .955), border-color .2s cubic-bezier(.455, .03, .515, .955);
  display: flex;
}

.cms-services-item:hover {
  border-color: var(--highlight-1);
  color: var(--highlight-1);
}

.cms-services-item.is--cms {
  border-color: var(--heading);
  color: var(--heading);
  background-color: #0000;
}

.cms-services-item.is--cms:hover {
  border-color: var(--highlight-1);
  color: var(--highlight-1);
}

.tr-category {
  display: none;
}

.tr-contain {
  border-radius: 16px;
  padding: 15px;
  transition: box-shadow .2s cubic-bezier(.455, .03, .515, .955);
}

.tr-contain:hover {
  box-shadow: 0 8px 16px #0000000d;
}

.tr-contain.is--bottom_margin {
  margin-bottom: 80px;
}

.tr-contain.is--bottom_margin:last-child {
  margin-bottom: 0;
}

.cms-services-list-wrap {
  margin-top: 80px;
}

.services-sticky-wrap {
  flex-direction: column;
  width: 100%;
  display: flex;
  position: sticky;
  top: 15%;
}

.services-text-wrap {
  width: 100%;
  height: 168px;
  position: relative;
}

.companies-bg {
  background-color: var(--semi-dark-bg);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

.cms-studios-list-wrap {
  justify-content: center;
  width: 100%;
  max-width: none;
  height: 100%;
  margin-top: 40px;
}

.cms-list-studios {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-wrap: wrap;
  grid-template: "Area Area-2"
    "Area-3 Area-4"
    / 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-content: start;
  display: grid;
}

.cms-studios-item {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--block-bg);
  border: 2px solid #0000;
  border-radius: 16px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: .8fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  transition: border-color .2s cubic-bezier(.455, .03, .515, .955);
  display: grid;
  position: relative;
  overflow: hidden;
}

.cms-studios-item:hover {
  border-color: var(--highlight-2);
}

.cms-studios-image {
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  flex: none;
  width: 100%;
  max-width: none;
  height: 100%;
  position: static;
}

.cms-studios-name {
  color: var(--border);
  font-weight: 600;
}

.cms-studios-es-wrap {
  background-color: var(--heading);
}

.cms-studios-es {
  color: var(--white-font);
  font-weight: 700;
}

.companies-diagonal {
  background-color: var(--heading);
  width: 100%;
  height: 100%;
}

.companies-diagonal.is--top-right {
  background-color: var(--semi-dark-bg);
  position: absolute;
  bottom: -3px;
}

.companies-diagonal.is--top-right.light {
  background-color: var(--border);
}

.companies-diagonal.is--top-left {
  background-color: var(--diagonal);
  position: absolute;
}

.companies-diagonal.is--top-left.gray {
  background-color: var(--additional-element);
}

.companies-diagonal.is--bottom-left {
  background-color: var(--semi-dark-bg);
  position: absolute;
  top: -2px;
}

.companies-diagonal.is--bottom-left.light {
  background-color: var(--border);
}

.companies-diagonal.is--bottom-right {
  background-color: var(--diagonal);
  position: absolute;
}

.companies-diagonal.is--bottom-right.gray {
  background-color: var(--additional-element);
}

.companies-diagonal-wrap {
  border: 1px #000;
  width: 100vw;
  height: 80px;
  position: relative;
  bottom: -1px;
}

.companies-diagonal-wrap.is--bottom {
  border: 1px #000;
  top: -3px;
  bottom: 0;
}

.companies-wrap {
  width: 100%;
  max-width: 1440px;
  padding: 64px;
}

.cms-studios-link {
  position: absolute;
  inset: 0%;
}

.cms-cases-list-wrap {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  width: 100%;
  height: 100%;
  margin-top: 30px;
  display: flex;
}

.cms-cases-list-wrap.is--mobile {
  display: none;
}

.cms-cases-list-wrap.is--content {
  margin-top: 0;
}

.cms-cases-item-wrap {
  box-shadow: 4px 4px 12px 0 var(--border);
  border: 0 solid #0000;
  border-radius: 16px;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  overflow: hidden;
}

.cms-card-item {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  aspect-ratio: auto;
  background-color: var(--white);
  border: 0 solid #0000;
  border-radius: 16px;
  grid-template: "Area"
    "Area-2"
    / 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start;
  width: 100%;
  height: 100%;
  transition: border-color .2s cubic-bezier(.455, .03, .515, .955);
  display: grid;
  position: relative;
  overflow: visible;
  box-shadow: 0 8px 16px #0000001a;
}

.cms-card-item:hover {
  border-color: var(--highlight-2);
}

.cms-cases-image {
  box-sizing: border-box;
  aspect-ratio: auto;
  object-fit: cover;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  overflow: hidden;
}

.cms-cases-content-wrap {
  box-sizing: border-box;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: none;
  height: auto;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 32px;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
}

.cms-cases-name {
  color: var(--heading);
  margin-top: 16px;
  font-weight: 600;
}

.cms-list-es-wrap {
  background-color: var(--heading);
}

.cms-cases-es {
  color: var(--white-font);
  font-weight: 700;
}

.cms-services-es-wrap {
  background-color: var(--heading);
}

.cms-services-es {
  color: var(--white-font);
  font-weight: 700;
}

.multi-ref-target-wrap {
  flex-wrap: wrap;
  width: 100%;
  margin-top: 32px;
}

.multi-ref-target-wrap.is--studios {
  margin-top: 16px;
}

.text-of-categories-list {
  display: none;
}

.cms-services-item-wrap {
  cursor: default;
  margin-bottom: 8px;
  margin-right: 8px;
  display: inline-block;
}

.cms-services-item-wrap.is--cms {
  margin-bottom: 0;
}

.multi-ref-target {
  flex-wrap: wrap;
  display: inline-block;
}

.cms-link {
  position: absolute;
  inset: 0%;
}

.cms-startups-list-wrap {
  justify-content: center;
  width: 100%;
  height: 100%;
  margin-top: 72px;
}

.cms-content {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.cms-content.is--studios {
  align-items: flex-start;
  height: 100%;
  padding: 32px;
}

.columns-wrap {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  width: 100%;
  padding-top: 40px;
  display: flex;
}

.link {
  color: var(--highlight-1);
  transition: all .2s cubic-bezier(.455, .03, .515, .955);
}

.link:hover {
  color: var(--highlight-1-hover);
}

.link.is--black {
  color: var(--heading);
}

.link.is--footer {
  color: var(--highlight-2);
}

.link.is--footer:hover {
  color: var(--highlight-1);
}

.link.is--footer.is-hidden {
  display: none;
}

.link.is--white {
  color: var(--white-font);
}

.link.is--white:hover {
  color: var(--highlight-1);
}

.form-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.contact-form-wrap {
  margin-bottom: 0;
}

.contact-form-default {
  flex-direction: column;
  align-items: flex-end;
  display: flex;
}

.contact-form-success {
  background-color: #0000;
  padding: 0;
}

.contact-form-error {
  background-color: var(--heading);
  margin-top: 30px;
  padding: 20px;
}

.field-wrap {
  align-items: center;
  width: 100%;
  margin-bottom: 16px;
  display: flex;
}

.field-wrap.is--no_margin {
  flex-wrap: wrap;
  margin-bottom: 0;
}

.field-label {
  margin-bottom: 0;
}

.field-label.is--contact {
  white-space: nowrap;
  min-width: 120px;
  margin-right: 16px;
}

.field-text {
  background-color: var(--border);
  color: var(--heading);
  margin-bottom: 0;
  padding: 16px;
  font-weight: 500;
}

.field-text::placeholder {
  color: var(--highlight-2);
}

.field-text.is--contact {
  border: 2px solid #0000;
  border-radius: 8px;
  height: 56px;
  transition: all .2s cubic-bezier(.455, .03, .515, .955);
}

.field-text.is--contact:hover {
  border-color: var(--highlight-2);
}

.field-text.is--contact:focus {
  border-color: var(--highlight-2);
  background-color: var(--bg-main);
}

.field-text_area {
  background-color: var(--border);
  color: var(--heading);
  border: 1px solid #0000;
  border-radius: 8px;
  margin-bottom: 0;
  padding: 16px;
  font-weight: 500;
}

.field-text_area::placeholder {
  color: var(--highlight-2);
}

.field-text_area.is--contact {
  border: 2px solid #0000;
  border-radius: 8px;
  flex: 1;
  height: 130px;
  min-height: 130px;
  transition: background-color .2s cubic-bezier(.455, .03, .515, .955), color .2s cubic-bezier(.455, .03, .515, .955), border-color .2s cubic-bezier(.455, .03, .515, .955);
}

.field-text_area.is--contact:hover {
  border-color: var(--highlight-2);
}

.field-text_area.is--contact:focus {
  border-color: var(--highlight-2);
  background-color: var(--bg-main);
}

.field-select {
  background-color: var(--border);
  color: var(--heading);
  border: 2px solid #0000;
  border-radius: 8px;
  height: 56px;
  margin-bottom: 0;
  padding: 16px;
  font-weight: 500;
  transition: all .2s cubic-bezier(.455, .03, .515, .955);
}

.field-select:hover {
  border-color: var(--highlight-2);
}

.field-select:focus {
  border-color: var(--highlight-2);
  background-color: var(--bg-main);
}

.field-select::placeholder {
  color: var(--highlight-2);
}

.contact-form {
  width: 100%;
  display: flex;
  overflow: hidden;
}

.footer-wrap {
  flex-direction: column;
  display: flex;
}

.footer-logo-wrap {
  justify-content: center;
  align-items: center;
  height: 60px;
  margin-bottom: 20px;
  display: flex;
}

.footer-logo-text {
  z-index: 1;
  color: var(--heading);
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
  display: none;
}

.footer-links-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: end stretch;
  display: grid;
}

.footer-links {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.footer-links.is--socials {
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-end;
}

.footer-links.is--center {
  align-items: center;
}

.footer-text {
  color: var(--heading);
  font-size: 13px;
  font-weight: 500;
  line-height: 24px;
}

.footer-text.is--georgy {
  font-weight: 400;
  display: none;
}

.footer-social {
  color: var(--heading);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  transition: all .2s cubic-bezier(.455, .03, .515, .955);
  display: flex;
}

.footer-social:hover {
  color: var(--highlight-1);
}

.footer-social-wrap {
  width: 25px;
  height: 25px;
  margin-left: 32px;
}

.brand-logo-wrap {
  align-items: center;
  height: 18px;
  padding-left: 0;
  display: flex;
}

.brand-logo-text {
  color: var(--heading);
  font-weight: 600;
  display: none;
}

.nav-menu {
  display: flex;
}

.nav-link {
  color: var(--heading);
  margin-right: 50px;
  padding: 0;
  font-weight: 500;
  transition: color .2s cubic-bezier(.455, .03, .515, .955);
}

.nav-link:hover,
.nav-link.w--current {
  color: var(--highlight-1);
}

.nav-link.is--no_margin {
  margin-right: 0;
}

.lang-switcher-wrap {
  margin-left: 64px;
  display: none;
}

.lang-switcher {
  color: var(--highlight-3);
  font-weight: 500;
}

.navbar-wrap {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #dbeaff80;
  border-radius: 20px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 16px 35px;
  display: flex;
}

.body {
  background-color: var(--bg-main);
}

.popup-wrap {
  z-index: 100;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #ffffff80;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.form-text {
  color: var(--heading);
  font-weight: 500;
}

.form-text.is--white {
  color: var(--white-font);
}

.lottie {
  width: 100%;
  height: 100%;
}

.lottie.is--pre-loader {
  width: 80%;
  height: 80%;
}

.lottie.is--contact_form {
  color: var(--hero-bg-block);
}

.lottie.is--hero {
  height: auto;
}

.lottie-wrap {
  width: 100%;
  height: 325px;
}

.lottie-wrap.is--pre-loader {
  z-index: 1000;
  background-color: var(--bg-main);
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.lottie-wrap.is--hero {
  align-items: flex-end;
  height: 100vw;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.lottie-wrap.is--hero.mobile {
  display: none;
}

.popup {
  z-index: 2;
  background-color: var(--bg-main);
  border-radius: 32px;
  flex-direction: column;
  width: 700px;
  padding: 32px;
  display: flex;
  position: relative;
  box-shadow: 0 16px 32px #0000001a;
}

.icon-wrap {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.icon {
  color: var(--heading);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  transition: color .2s cubic-bezier(.455, .03, .515, .955);
  display: flex;
}

.icon:hover {
  color: var(--highlight-1);
}

.fs-tabs-menu {
  width: 100%;
}

.fs-tabs-link {
  background-color: var(--border);
  border-radius: 8px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 15%;
  height: 10px;
  margin-right: 10px;
  padding: 0;
  overflow: hidden;
}

.fs-tabs-link.w--current {
  background-color: var(--border);
}

.fs-collection-wrapper {
  display: flex;
}

.fs-hide {
  display: none;
}

.fs-tab-content {
  position: absolute;
  inset: 0%;
}

.tab-text {
  color: #0000;
}

.carousel-shadow {
  width: 7%;
  position: absolute;
}

.carousel-shadow.is--left {
  background-image: linear-gradient(to right, var(--bg-main), var(--bg-main) 42%, transparent);
  inset: 0% auto 0% 0%;
}

.carousel-shadow.is--right {
  background-image: linear-gradient(270deg, var(--bg-main), var(--bg-main) 42%, transparent);
  inset: 0% 0% 0% auto;
}

.popup-exit-zone {
  z-index: 1;
  position: absolute;
  inset: 0%;
}

.cms-solutions-list-mobile {
  width: 100%;
  position: relative;
}

.cms-list-cases {
  grid-column-gap: 32px;
  grid-row-gap: 40px;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  justify-items: stretch;
  display: grid;
}

.cms-list-startups {
  grid-column-gap: 32px;
  grid-row-gap: 40px;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  display: grid;
}

.nav-content-wrap {
  display: flex;
}

.form-success-trigger {
  display: none;
}

.image-wrap {
  width: 664px;
}

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

.features-wrap {
  grid-column-gap: 64px;
}

.feature-wrap {
  align-items: center;
  margin-bottom: 60px;
  display: flex;
}

.feature-wrap.is--no_margin {
  margin-bottom: 0;
}

.feature-icon-wrap {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 100px;
  display: flex;
}

.feature-icon {
  color: var(--highlight-1-hover);
  font-family: "Fa solid 900", sans-serif;
  font-size: 80px;
  line-height: 80px;
}

.feature-text-wrap {
  margin-left: 16px;
}

.feature-heading {
  margin-bottom: 16px;
}

.cases-wrap {
  width: 100%;
}

.cases-list {
  grid-column-gap: 60px;
  grid-row-gap: 100px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.case-wrap {
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.h3-wrap {
  margin-bottom: 16px;
}

.h3 {
  font-size: 26px;
  line-height: 40px;
}

.case-image-wrap {
  width: 230px;
  height: 100%;
}

.case-link {
  z-index: 3;
  position: absolute;
  inset: 0%;
}

.services-category-wrap {
  z-index: 2;
  flex-direction: column;
  display: flex;
  position: relative;
}

.sticky-category-wrap {
  flex-direction: column;
  width: 100%;
  height: 550px;
  display: flex;
  position: sticky;
  top: 15%;
}

.sticky-category {
  background-color: var(--bg-main);
  flex-direction: column;
  width: 100%;
  position: absolute;
  inset: 0%;
}

.category {
  flex-direction: column;
  width: 100%;
  display: flex;
  position: relative;
  inset: 0%;
}

.category-tabs-wrap {
  flex-direction: row;
  width: 100%;
  display: flex;
}

.category-tab-link {
  cursor: default;
  background-color: #0000;
  border-radius: 16px;
  width: 100%;
  margin-bottom: 80px;
  padding: 0;
  transition: box-shadow .2s ease-in-out, background-color .2s ease-in-out;
  overflow: hidden;
}

.category-tab-link.w--current {
  background-color: var(--hero-bg-block);
  box-shadow: 0 8px 16px #0000000d;
}

.cms-category-wrap {
  display: none;
}

.category-tabs-menu {
  width: 50%;
  margin-right: 100px;
  position: relative;
}

.category-tabs-content {
  width: 50%;
  position: relative;
  overflow: visible;
}

.category-tab-pane {
  background-color: var(--highlight-1);
  flex-direction: column;
  height: 530px;
  position: sticky;
  top: 15%;
}

.category-tab-pane-content {
  background-color: var(--bg-main);
  flex-direction: column;
  width: 100%;
  height: 550px;
}

.cards-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.category-tab-link-test {
  background-color: #0000;
  width: 100%;
  margin-bottom: 80px;
  padding: 0;
}

.category-tab-link-test.w--current {
  background-color: #0000;
}

.category-tabs-menu-test,
.category-tabs-menu-test-2 {
  width: 50%;
  margin-right: 100px;
  position: relative;
}

.category-tab-link-test-2 {
  background-color: #0000;
  width: 100%;
  margin-bottom: 80px;
  padding: 0;
}

.category-tab-link-test-2.w--current {
  background-color: #0000;
}

.category-wrap {
  margin-top: 80px;
  position: relative;
}

.category-mobile-wrap {
  display: none;
}

.swiper.category-swiper {
  width: 100%;
  height: 550px;
  position: sticky;
  top: 15%;
  overflow: visible;
}

.swiper-slide {
  background-color: var(--bg-main);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.swiper-link {
  border-radius: 16px;
  margin-bottom: 80px;
  transition: background-color .2s cubic-bezier(.455, .03, .515, .955), box-shadow .2s cubic-bezier(.455, .03, .515, .955);
}

.swiper-link:last-child {
  margin-bottom: 0;
}

.swiper-link.active {
  background-color: var(--diagonal);
  box-shadow: 0 8px 16px #0000000d;
}

.hide {
  display: none;
}

.feature-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.flex-container {
  flex-direction: row;
  flex: 1;
  align-items: center;
  display: flex;
}

.feature-image-mask {
  width: 100%;
  margin-right: 40px;
}

.feature-image {
  object-fit: contain;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.paragraph {
  color: var(--white-font);
  max-width: 616px;
  font-weight: 500;
}

.columns {
  flex: 0 auto;
  margin-left: 0;
  margin-right: 0;
}

.container-2 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 100px;
  display: inline-flex;
}

.div-block {
  background-image: url('../images/Dots.svg');
  background-position: 50%;
  background-repeat: repeat-x;
  background-size: auto;
  width: 100%;
  height: 10px;
}

.paragraph-2 {
  color: var(--heading);
  font-weight: 600;
}

.image-2 {
  width: 100%;
}

.container-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template: "."
    / .8fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-content: start flex-start;
  place-items: center stretch;
  width: 100%;
  max-width: none;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  display: grid;
  position: relative;
  overflow: visible;
}

.container-4 {
  -webkit-text-fill-color: inherit;
  object-fit: cover;
  background-image: url('../images/65ca4a3b7dc1ee98831d590f_Новый-проект.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  background-clip: border-box;
  width: 100%;
  max-width: none;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  overflow: hidden;
}

.container-5 {
  flex-flow: column;
  width: 100%;
  max-width: none;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.image-3 {
  box-sizing: border-box;
  vertical-align: middle;
  object-fit: cover;
  width: 10%;
  min-width: 100%;
  max-width: none;
  height: 100%;
  max-height: 100%;
  display: inline-block;
  overflow: hidden;
}

.studios-list-item-new {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--block-bg);
  border: 2px #0000;
  border-radius: 16px;
  grid-template: "Area Area-2" 100%
    / .8fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-content: start flex-start;
  place-items: stretch stretch;
  width: 100%;
  max-width: none;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  display: grid;
  position: relative;
  overflow: hidden;
}

.heading {
  color: var(--border);
}

.image-4 {
  box-sizing: border-box;
  aspect-ratio: auto;
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: inline-block;
}

.paragraph-3 {
  width: auto;
  margin-top: 48px;
}

.grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas: "Area Area-2 Area-3"
    "Area-4 Area-5 Area-6";
  align-items: start;
}

.container-6 {
  border: 1px solid #0000;
  width: 100%;
  max-width: none;
  margin-top: 40px;
}

.image-5 {
  object-fit: cover;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.features-wrapper {
  border: 1px solid #0000;
  width: 100%;
  max-width: none;
  margin-top: 40px;
}

.features-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas: "Area Area-2 Area-3"
    "Area-4 Area-5 Area-6";
  align-items: start;
}

.feature-item-wrap {
  box-shadow: 4px 4px 12px 0 var(--border);
  border: 0 solid #0000;
  border-radius: 16px;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  overflow: hidden;
}

.feature-card-item {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  aspect-ratio: auto;
  background-color: var(--white);
  border: 0 solid #0000;
  border-radius: 16px;
  grid-template: "Area"
    "Area-2"
    / 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start;
  width: 100%;
  height: 100%;
  transition: border-color .2s cubic-bezier(.455, .03, .515, .955);
  display: grid;
  position: relative;
  overflow: visible;
  box-shadow: 0 8px 16px #0000001a;
}

.feature-card-item:hover {
  border-color: var(--highlight-2);
}

.feature-images {
  box-sizing: border-box;
  aspect-ratio: auto;
  object-fit: cover;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  overflow: hidden;
}

.feature-image-item {
  object-fit: cover;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.feature-content-wrap {
  box-sizing: border-box;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: none;
  height: auto;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 32px;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
}

@media screen and (max-width: 991px) {
  .section.is--hero {
    height: auto;
  }

  .section.is--solutions,
  .section.is--services,
  .section.is--cases {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section.is--contact-form {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section.is--content {
    height: auto;
    padding-top: 60px;
  }

  .container.is--hero {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 35px;
    padding-right: 35px;
  }

  .container.is--clients,
  .container.is--services,
  .container.is--padding {
    padding-left: 35px;
    padding-right: 35px;
  }

  .container.is--navbar {
    padding: 10px 35px;
  }

  .container.is--cms {
    flex-direction: column-reverse;
    align-items: flex-start;
    padding-left: 35px;
    padding-right: 35px;
  }

  .content-wrap.is--clients {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .content-wrap.is--solutions {
    padding-left: 35px;
    padding-right: 35px;
  }

  .content-wrap.is--hero {
    width: 100%;
    margin-top: 60px;
    padding-left: 0;
  }

  .content-wrap.is--cms_hero {
    margin-top: 40px;
    margin-right: 0;
  }

  .text-wrap {
    width: 100%;
    max-width: 100%;
    position: relative;
  }

  .h1-wrap {
    width: auto;
  }

  .h1 {
    font-size: 30px;
  }

  .p.is--solutions {
    margin-top: 0;
  }

  .p.is--solutions.cards {
    display: none;
  }

  .p.is--white {
    width: auto;
  }

  .p.is--companies {
    font-size: 14px;
  }

  .p.is--cases {
    margin-top: 20px;
    font-size: 14px;
  }

  .p.is--hero {
    width: auto;
    font-size: 16px;
  }

  .button-wrap {
    flex-direction: column;
    width: auto;
    margin-left: 0;
  }

  .button-wrap.is--absolute {
    align-self: center;
    align-items: center;
    width: auto;
    display: none;
    position: relative;
    top: auto;
    right: auto;
  }

  .button {
    width: auto;
    padding: 10px 20px;
    position: relative;
  }

  .button.is--secondary {
    margin-top: 16px;
    margin-left: 0;
  }

  .button.is--mobile_land-hidden {
    margin-left: 20px;
  }

  .h-wrap {
    flex: 1;
    position: relative;
  }

  .hero-bg {
    display: none;
  }

  .navbar {
    position: sticky;
    top: 0%;
  }

  .dots.is--1column.solutions {
    margin-left: 40px;
  }

  .dots-wrap {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .dots-wrap.is--contact {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    align-items: stretch;
  }

  .h2-wrap {
    margin-bottom: 20px;
  }

  .h2-wrap.is--cms {
    margin-bottom: 60px;
  }

  .h2 {
    font-size: 28px;
    line-height: 35px;
  }

  .bg-text {
    font-size: 85px;
  }

  .carousel {
    margin-left: 0;
    margin-right: 0;
  }

  .line {
    margin-bottom: 8px;
  }

  .cms-solutions-name {
    line-height: 16px;
  }

  .column-left-wrap {
    width: 100%;
    margin-right: 0;
  }

  .column-left-wrap.is--contact {
    height: 350px;
    margin-bottom: 30px;
  }

  .column-right-wrap {
    width: 100%;
  }

  .sketch-wrap.is--no_margin {
    width: 100%;
    height: 100%;
  }

  .sketch {
    object-fit: cover;
    height: 100%;
  }

  .tr-contain {
    padding: 0;
    transition-property: none;
  }

  .tr-contain:hover {
    box-shadow: none;
  }

  .services-sticky-wrap {
    display: none;
  }

  .cms-list-studios {
    grid-column-gap: 15px;
    grid-row-gap: 20px;
    grid-template: "Area"
      "Area-2"
      "Area-3"
      "Area-4"
      / 1fr;
  }

  .cms-studios-item {
    grid-template-columns: .8fr 1fr;
  }

  .companies-wrap {
    padding: 45px 35px;
  }

  .cms-cases-content-wrap {
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .cms-cases-name {
    text-align: center;
    align-self: auto;
  }

  .cms-content.is--studios {
    align-items: flex-start;
    padding: 20px;
  }

  .columns-wrap {
    flex-direction: column;
    align-items: stretch;
    margin-top: 50px;
  }

  .field-label.is--contact {
    font-size: 16px;
  }

  .footer-links-wrap {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-top: 20px;
    display: flex;
  }

  .footer-links {
    justify-content: flex-start;
    align-items: center;
  }

  .footer-links.is--socials {
    justify-content: center;
    align-items: center;
  }

  .footer-social-wrap {
    margin-left: 10px;
    margin-right: 10px;
  }

  .brand-logo-wrap {
    margin-right: 0;
  }

  .brand-logo-text {
    align-items: center;
  }

  .nav-menu {
    border: 2px solid var(--border);
    background-color: var(--bg-main);
    border-radius: 18px;
    margin-left: 35px;
    margin-right: 35px;
    padding: 35px;
    display: flex;
  }

  .nav-link {
    color: var(--heading);
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    margin-right: 0;
    font-size: 18px;
    display: flex;
  }

  .nav-link.is--no_margin {
    margin-bottom: 0;
  }

  .navbar-wrap {
    border: 2px solid var(--border);
    background-color: var(--bg-main);
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    border-radius: 18px;
    justify-content: space-between;
    padding: 0 25px;
  }

  .lottie {
    flex: none;
    width: 100px;
    height: 100px;
  }

  .lottie.is--contact_form {
    width: 100%;
    height: 100%;
  }

  .lottie.is--hero {
    width: 100%;
  }

  .lottie-wrap.is--menu {
    justify-content: center;
    align-items: center;
    height: 100%;
    display: flex;
    position: absolute;
    inset: 0%;
  }

  .lottie-wrap.is--hero {
    height: 300px;
    display: none;
    position: relative;
    bottom: 0%;
  }

  .lottie-wrap.is--hero.mobile {
    height: auto;
    display: flex;
  }

  .popup {
    margin-left: 35px;
    margin-right: 35px;
    padding: 35px;
  }

  .fs-tabs-link {
    width: 12%;
  }

  .nav-menu-button {
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    padding: 0;
    display: flex;
  }

  .nav-menu-button.w--open {
    background-color: #0000;
  }

  .cms-list-cases,
  .cms-list-startups {
    grid-column-gap: 15px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr;
  }

  .features-wrap {
    grid-template-columns: 1fr;
  }

  .feature-wrap,
  .feature-wrap.is--no_margin {
    margin-bottom: 30px;
  }

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

  .h3-wrap {
    margin-bottom: 20px;
  }

  .case-image-wrap {
    width: 230px;
    max-width: none;
  }

  .sticky-category-wrap,
  .sticky-category,
  .category,
  .category-tabs-wrap {
    display: none;
  }

  .category-tabs-menu {
    width: 100%;
    margin-right: 0;
  }

  .category-tabs-content {
    width: 100%;
  }

  .category-tab-pane,
  .category-tab-pane-content {
    display: none;
  }

  .category-tabs-menu-test,
  .category-tabs-menu-test-2 {
    width: 100%;
    margin-right: 0;
  }

  .category-mobile-wrap {
    display: block;
  }

  .category-mobile-item {
    margin-bottom: 60px;
  }

  .category-mobile-item:last-child {
    margin-bottom: 0;
  }

  .columns {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    flex: 0 auto;
    order: 0;
    justify-content: center;
    align-self: center;
    align-items: center;
    display: flex;
  }

  .column {
    flex: 1;
    display: flex;
  }

  .grid,
  .features-grid {
    grid-template: "Area Area-2"
      "Area-3 Area-4"
      "Area-5 Area-6"
      / 1fr 1fr;
  }

  .feature-content-wrap {
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 767px) {
  .section.is--services {
    overflow: hidden;
  }

  .section.is--cases {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.is--contact-form {
    margin-top: 80px;
  }

  .container.is--hero,
  .container.is--clients,
  .container.is--services,
  .container.is--padding {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container.is--navbar {
    padding: 10px 20px;
  }

  .container.is--cms {
    padding-left: 20px;
    padding-right: 20px;
  }

  .content-wrap.is--clients {
    grid-row-gap: 32px;
  }

  .content-wrap.is--solutions {
    padding-left: 20px;
    padding-right: 20px;
  }

  .h1-wrap {
    margin-bottom: 20px;
  }

  .p.is--solutions {
    max-width: none;
    font-size: 14px;
  }

  .p.is--sticky-services {
    font-size: 14px;
  }

  .p.is--h2 {
    width: auto;
  }

  .button-wrap.is--absolute,
  .button.is--mobile_land-hidden {
    display: none;
  }

  .button.is--mobile_land-shown {
    margin-top: 40px;
    margin-left: 20px;
    display: flex;
  }

  .dots-wrap {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .dots-wrap.is--contact {
    flex-flow: row;
  }

  .dots-wrap.is--popup {
    margin-bottom: 30px;
  }

  .h2-wrap.is--cms {
    margin-bottom: 40px;
  }

  .h2 {
    font-size: 25px;
    line-height: 30px;
  }

  .bg-text {
    font-size: 65px;
  }

  .cms-solutions-name {
    font-size: 14px;
    line-height: 14px;
  }

  .solutions-tab-menu {
    width: 150px;
  }

  .column-left-wrap.is--contact {
    height: 200px;
  }

  .column-left-wrap.is--services {
    margin-right: 0;
  }

  .column-right-wrap {
    display: flex;
  }

  .sketch {
    object-fit: contain;
  }

  .services-sticky-wrap {
    margin-top: 80px;
    position: static;
  }

  .companies-wrap {
    padding: 45px 20px;
  }

  .cms-cases-list-wrap,
  .cms-startups-list-wrap {
    margin-top: 40px;
  }

  .contact-form-wrap {
    width: 100%;
  }

  .field-wrap {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 20px;
  }

  .field-label.is--contact {
    min-width: auto;
    margin-bottom: 10px;
    margin-right: 0;
    font-weight: 700;
    line-height: 16px;
  }

  .field-text.is--contact {
    height: 42px;
    padding: 10px;
  }

  .field-text_area.is--contact {
    min-height: 60px;
  }

  .field-select {
    height: 42px;
    padding: 10px;
  }

  .brand-logo-wrap {
    margin-left: 16px;
  }

  .nav-menu {
    border-radius: 8px;
    margin-left: 20px;
    margin-right: 20px;
    padding: 20px;
  }

  .nav-link {
    margin-bottom: 10px;
  }

  .navbar-wrap {
    padding-left: 0;
    padding-right: 0;
  }

  .popup {
    border: 2px solid var(--border);
    border-radius: 8px;
    width: 100%;
    margin-left: 20px;
    margin-right: 20px;
    padding: 15px;
  }

  .nav-menu-button.w--open {
    background-color: var(--bg-main);
  }

  .image-wrap {
    width: auto;
  }

  .sticky-category-wrap,
  .sticky-category,
  .category {
    margin-top: 80px;
    position: static;
  }

  .category-tabs-content {
    display: flex;
  }

  .category-tab-pane,
  .category-tab-pane-content {
    margin-top: 80px;
    position: static;
  }

  .cards-section {
    padding: 40px 20px;
  }

  .category-mobile-item {
    margin-bottom: 40px;
  }

  .feature-section {
    padding: 40px 20px;
  }

  .flex-container {
    flex-direction: column;
  }

  .feature-image-mask {
    margin-right: 0;
  }

  .feature-image {
    margin-left: auto;
    margin-right: auto;
  }

  .grid,
  .features-grid {
    grid-template: "Area"
      "Area-2"
      "Area-3"
      "Area-4"
      "Area-5"
      "Area-6"
      / 1fr;
  }
}

@media screen and (max-width: 479px) {
  .section.is--hero {
    padding-top: 30px;
  }

  .section.is--clients {
    margin-top: 0;
  }

  .container.is--hero {
    padding-left: 15px;
    padding-right: 15px;
  }

  .container.is--clients {
    padding-left: 10px;
    padding-right: 10px;
  }

  .container.is--services,
  .container.is--padding {
    padding-left: 15px;
    padding-right: 15px;
  }

  .container.is--footer {
    padding-bottom: 52px;
  }

  .container.is--navbar {
    padding: 0;
  }

  .container.is--cms {
    padding-left: 15px;
    padding-right: 15px;
  }

  .content-wrap.is--clients {
    grid-template-columns: 1fr 1fr;
  }

  .content-wrap.is--solutions_main {
    display: none;
  }

  .content-wrap.is--solutions {
    padding-left: 15px;
    padding-right: 15px;
  }

  .content-wrap.is--hero {
    justify-content: center;
    align-items: center;
    margin-top: 30px;
  }

  .content-wrap.is--solutions_mobile {
    display: flex;
    overflow: visible;
  }

  .content-wrap.is--cms {
    margin-top: 20px;
    margin-right: 0;
  }

  .text-wrap {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
  }

  .h1 {
    text-align: center;
    font-size: 25px;
    line-height: 35px;
  }

  .p.is--hero {
    text-align: center;
    font-size: 14px;
  }

  .p.is--solutions.top_margin {
    margin-top: 15px;
  }

  .p.is--solutions.cards {
    display: block;
  }

  .p.is--white {
    font-size: 14px;
  }

  .p.is--h2 {
    width: 100%;
    font-size: 14px;
  }

  .p.is--h2.dark,
  .p.is--hero {
    font-size: 14px;
  }

  .button-wrap {
    justify-content: center;
    align-items: center;
    margin-left: 0;
  }

  .button-wrap.is--absolute {
    inset: -35% 0% auto;
  }

  .button {
    width: 100%;
    margin-top: 10px;
  }

  .button.is--mobile_land-hidden {
    margin-top: 40px;
    margin-left: 0;
    display: flex;
  }

  .button.is--mobile_land-shown {
    display: none;
  }

  .h-wrap {
    width: 100%;
  }

  .client-wrap {
    justify-content: center;
    align-items: center;
    height: 60px;
    display: flex;
  }

  .logo {
    width: 90%;
    height: 90%;
  }

  .dots,
  .dots.is--1column.solutions,
  .dots.is--1column.carousel,
  .dots.is--white {
    display: none;
  }

  .dots-wrap.is--popup {
    margin-bottom: 15px;
  }

  .h2 {
    text-align: left;
    font-size: 20px;
    display: flex;
  }

  .h2.is--white {
    text-align: left;
  }

  .p-wrap {
    flex-direction: column;
  }

  .bg-text {
    font-size: 35px;
  }

  .solutions-content {
    padding-top: 20px;
    overflow: visible;
  }

  .cms-solutions-list-wrap {
    padding-left: 15px;
    padding-right: 15px;
    overflow: visible;
  }

  .cms-solutions-item-wrap {
    margin-bottom: 16px;
  }

  .solutions-tab-menu {
    width: 90px;
  }

  .solutions-menu {
    margin-top: 10px;
  }

  .solutions-tab-text {
    font-size: 8px;
    line-height: 10px;
  }

  .tab-line.is--solutions {
    height: 40%;
  }

  .tr-wrap.is--cms {
    margin-top: 20px;
  }

  .tr-contain {
    margin-bottom: 40px;
    padding: 0;
    transition: none;
  }

  .tr-contain:hover {
    box-shadow: none;
  }

  .cms-studios-list-wrap {
    margin-top: 50px;
  }

  .cms-list-studios {
    display: flex;
  }

  .cms-studios-item-wrap {
    width: 100%;
  }

  .cms-studios-item {
    grid-template-columns: 1fr 1fr;
    display: flex;
  }

  .cms-studios-image {
    height: 200px;
  }

  .companies-wrap {
    padding-left: 15px;
    padding-right: 15px;
  }

  .cms-cases-list-wrap {
    display: none;
  }

  .cms-cases-list-wrap.is--mobile,
  .cms-cases-list-wrap.is--content {
    display: flex;
  }

  .cms-content.is--studios {
    padding: 15px;
  }

  .link.is--footer {
    white-space: nowrap;
    font-size: 14px;
  }

  .contact-form-default {
    justify-content: center;
    align-items: flex-start;
  }

  .field-text.is--contact {
    padding: 7px;
    font-size: 14px;
    line-height: 14px;
  }

  .field-text_area.is--contact {
    min-height: 60px;
    padding: 7px;
  }

  .field-select {
    padding: 7px;
    font-size: 14px;
    line-height: 14px;
  }

  .footer-links.is--center {
    margin-top: 5px;
    margin-bottom: 15px;
  }

  .footer-text {
    white-space: nowrap;
  }

  .brand-logo-wrap {
    border-style: none;
    border-radius: 0;
  }

  .nav-menu {
    border-style: none none solid;
    border-radius: 0;
    margin-left: 0;
    margin-right: 0;
    padding: 20px 0 20px 10px;
  }

  .nav-link {
    margin-bottom: 20px;
    font-size: 16px;
  }

  .navbar-wrap {
    background-color: var(--bg-main);
    border-style: none none solid;
    border-radius: 0;
  }

  .lottie-wrap {
    height: 260px;
  }

  .lottie-wrap.is--menu {
    overflow: hidden;
  }

  .popup {
    margin-left: 10px;
    margin-right: 10px;
    padding: 15px;
  }

  .fs-tabs-menu {
    display: flex;
  }

  .fs-tabs-link {
    width: 15%;
    height: 15px;
  }

  .nav-menu-button {
    background-color: #0000;
    border-style: none;
    border-color: #0000;
  }

  .cms-list-cases,
  .cms-list-startups {
    grid-template-columns: 1fr;
  }

  .feature-wrap {
    flex-direction: column;
  }

  .feature-text-wrap {
    margin-top: 16px;
    margin-left: 0;
  }

  .case-wrap {
    flex-direction: column-reverse;
  }

  .case-image-wrap {
    width: auto;
    height: 200px;
  }

  .studios-list-item-new {
    grid-template: "Area"
      "Area-2"
      / 1fr;
    place-items: start;
  }

  .container-6,
  .features-wrapper {
    margin-left: 0;
    margin-right: 0;
  }
}

#w-node-_262760fb-f61d-7d80-18f9-e419abad776d-f03afd3e {
  place-self: auto;
}

#w-node-d10c62a4-e71b-a4fe-980c-0c2e36d214d5-f03afd3e {
  grid-area: Area;
  justify-self: start;
}

#w-node-ba9cdf85-1b78-f8c2-1241-5390727c3cb3-f03afd3e {
  place-self: auto;
}

#w-node-ba9cdf85-1b78-f8c2-1241-5390727c3cb4-f03afd3e {
  grid-area: Area;
  justify-self: start;
}

#w-node-a53d944c-f718-0b6b-7d14-b8b2ed51e4af-f03afd3e {
  place-self: auto;
}

#w-node-a53d944c-f718-0b6b-7d14-b8b2ed51e4b0-f03afd3e {
  grid-area: Area;
  justify-self: start;
}

#w-node-_2b4b207b-d8b5-d8fb-c91f-99a233407e83-f03afd3e {
  place-self: auto;
}

#w-node-_2b4b207b-d8b5-d8fb-c91f-99a233407e84-f03afd3e {
  grid-area: Area;
  justify-self: start;
}

@media screen and (max-width: 991px) {
  #w-node-_5ccaaa91-f67b-f056-fd1b-bfce9eb30f66-f03afd3e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Fa solid 900';
  src: url('../fonts/fa-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Fa brands 400';
  src: url('../fonts/fa-brands-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* --- Web Development Direction Landing Styles --- */

/* Standardize section padding for new sections */
.section.is--stack,
.section.is--process,
.section.is--cases,
.section.is--models {
  padding-top: 120px;
  padding-bottom: 120px;
  position: relative;
}

/* Specific adjustment for Models to not have double padding if next to Contact */
.section.is--models {
  padding-bottom: 60px;
}

.tech-stack-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  width: 100%;
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .tech-stack-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.tech-item {
  background-color: var(--white);
  border: 1px solid var(--border);
  border-radius: 8px;
  padding: 20px;
  text-align: center;
  font-weight: 600;
  color: var(--heading);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.03);
  transition: transform 0.2s;
}

.tech-item:hover {
  transform: translateY(-3px);
  border-color: var(--highlight-1);
}

.process-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  margin-top: 40px;
  width: 100%;
}

@media screen and (max-width: 991px) {
  .process-steps {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}

.process-step {
  position: relative;
  padding-top: 20px;
}

.step-number {
  font-size: 48px;
  font-weight: 800;
  color: var(--highlight-2);
  opacity: 0.3;
  margin-bottom: 10px;
}

.step-title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
  color: var(--heading);
}

.step-desc {
  font-size: 14px;
  line-height: 1.6;
  color: var(--paragraph);
}

.models-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-top: 40px;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .models-grid {
    grid-template-columns: 1fr;
  }
}

.model-card {
  background: var(--white);
  padding: 40px;
  border-radius: 12px;
  border: 1px solid var(--border);
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
}

.model-card:hover {
  border-color: var(--highlight-1);
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.model-title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px;
  color: var(--heading);
}

.model-desc {
  color: var(--paragraph);
  line-height: 1.6;
}

/* Updated Cases */
.cases-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  width: 100%;
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .cases-grid {
    grid-template-columns: 1fr;
  }
}

.case-card {
  background: var(--white);
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid var(--border);
  transition: transform 0.2s;
}

.case-card:hover {
  transform: translateY(-3px);
}

.case-img-wrap {
  width: 100%;
  height: 240px;
  background-color: #f0f0f0;
  overflow: hidden;
}

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

.case-content {
  padding: 30px;
}

.case-tag {
  font-size: 12px;
  text-transform: uppercase;
  color: var(--highlight-1);
  background: rgba(228, 55, 55, 0.1);
  padding: 4px 8px;
  border-radius: 4px;
  font-weight: 700;
  margin-bottom: 12px;
  display: inline-block;
}

.case-title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 10px;
  color: var(--heading);
}

.case-desc {
  color: var(--paragraph);
  margin-bottom: 20px;
}

.p.is--desc {
  margin-bottom: 40px;
  max-width: 616px;
}

.section.is--footer {
  margin-bottom: 0 !important;
}

body {
  margin: 0 !important;
  min-height: 100vh;
}

/* Modern Features Section */
.features-wrap.is--modern {
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-top: 32px;
}

.dots-wrap.is--features {
  margin-bottom: 40px;
}

.dots-wrap.is--features .h-wrap {
  align-items: flex-start;
  display: block;
}

.dots-wrap.is--features .dots {
  display: none;
}

.dots-wrap.is--features .text-wrap {
  max-width: 100%;
  margin-left: 0;
}

@media screen and (max-width: 991px) {
  .features-wrap.is--modern {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 767px) {
  .features-wrap.is--modern {
    grid-template-columns: 1fr;
  }
}

.feature-card {
  background: white;
  border-radius: 16px;
  padding: 32px 24px;
  border: 1px solid var(--border);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.feature-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--highlight-1), var(--highlight-2));
  transform: scaleX(0);
  transition: transform 0.3s ease;
}

.feature-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.08);
  border-color: var(--highlight-1);
}

.feature-card:hover::before {
  transform: scaleX(1);
}

.feature-icon-modern {
  font-size: 48px;
  margin-bottom: 20px;
  transition: transform 0.3s ease;
}

.feature-icon-modern .fa-icon {
  font-family: "Fa solid 900";
  font-size: 48px;
  background: linear-gradient(135deg, #e43737 0%, #f95555 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  display: inline-block;
}

.feature-card:hover .feature-icon-modern {
  /* No transform on hover */
}

.feature-card .feature-heading {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 12px;
  color: var(--heading);
}

.feature-card .feature-description {
  font-size: 14px;
  line-height: 1.6;
  color: var(--paragraph);
  margin: 0;
}

/* Tech Stack Header */
.tech-stack-header {
  margin-bottom: 60px;
}

.tech-stack-header h2 {
  margin-bottom: 16px;
}

/* Tech Stack Tabs */
.tech-tabs-wrapper {
  display: flex;
  gap: 0;
  width: 100%;
}

.tech-tabs-sidebar {
  display: flex;
  flex-direction: column;
  gap: 0;
  min-width: 360px;
}

.tech-tab-btn {
  background: transparent;
  border: none;
  border-left: 3px solid transparent;
  color: rgba(255, 255, 255, 0.6);
  padding: 24px 32px;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.3s ease;
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.tech-tab-btn strong {
  font-weight: 700;
  font-size: 18px;
  display: block;
}

.tech-tab-btn span {
  font-size: 13px;
  font-weight: 400;
  opacity: 0.8;
}

.tech-tab-btn:hover {
  background: rgba(255, 255, 255, 0.05);
  color: rgba(255, 255, 255, 0.9);
}

.tech-tab-btn.active {
  background: rgba(255, 255, 255, 0.1);
  color: white;
  border-left-color: white;
}

.tech-tabs-content {
  flex: 1;
  background: rgba(255, 255, 255, 0.1);
  padding: 48px;
  border-left: 3px solid white;
}

.tech-tab-pane {
  display: none;
}

.tech-tab-pane.active {
  display: block;
}

.tech-cards-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px 20px;
  row-gap: 20px;
}

@media screen and (max-width: 991px) {
  .tech-tabs-wrapper {
    flex-direction: column;
    gap: 40px;
  }

  .tech-tabs-sidebar {
    flex-direction: row;
    overflow-x: auto;
    min-width: 100%;
  }

  .tech-tab-btn {
    white-space: nowrap;
    border-left: none;
    border-bottom: 3px solid transparent;
  }

  .tech-tab-btn.active {
    border-left-color: transparent;
    border-bottom-color: white;
  }
}

@media screen and (max-width: 767px) {
  .tech-cards-grid {
    grid-template-columns: 1fr;
  }
}

.tech-card-item {
  background: transparent;
  border: none;
  padding: 0;
  transition: all 0.3s ease;
}

.tech-card-item:hover {
  transform: none;
  box-shadow: none;
}

.tech-card-item:hover h4 {
  color: white;
}

.tech-card-icon {
  display: none;
}

.tech-card-item h4 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 4px;
  color: white;
  transition: color 0.3s ease;
}

.tech-card-item p {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
  margin: 0;
}

/* Process & Models Unified Section */
.section.is--process-models {
  position: relative;
}

.process-models-section {
  margin-bottom: 60px;
}

.process-models-section:last-child {
  margin-bottom: 0;
}

.section-divider {
  height: 1px;
  background: rgba(255, 255, 255, 0.2);
  margin: 80px 0;
  position: relative;
}

.section-divider::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 8px;
  height: 8px;
  background: rgba(255, 255, 255, 0.2);
  border-right: 2px solid rgba(255, 255, 255, 0.2);
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
}

/* Process Steps - White theme for dark background */
.process-models-section .process-steps {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 24px;
  margin-top: 48px;
}

.process-models-section .process-step {
  text-align: left;
}

.process-models-section .step-number {
  font-size: 48px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.3);
  line-height: 1;
  margin-bottom: 16px;
}

.process-models-section .step-title {
  font-size: 20px;
  font-weight: 700;
  color: white;
  margin-bottom: 12px;
}

.process-models-section .step-desc {
  font-size: 14px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.8);
  margin: 0;
}

/* Models Grid - Transparent cards like Tech Stack */
.process-models-section .models-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  margin-top: 48px;
}

.process-models-section .model-card {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  padding: 32px 24px;
  transition: all 0.3s ease;
}

.process-models-section .model-card:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.2);
  transform: translateY(-4px);
}

.process-models-section .model-title {
  font-size: 20px;
  font-weight: 700;
  color: white;
  margin-bottom: 12px;
}

.process-models-section .model-desc {
  font-size: 14px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.8);
  margin: 0;
}

@media screen and (max-width: 991px) {
  .process-models-section .process-steps {
    grid-template-columns: repeat(2, 1fr);
  }

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

@media screen and (max-width: 767px) {
  .process-models-section .process-steps {
    grid-template-columns: 1fr;
  }
}

/* Cases Section */
.cases-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-top: 48px;
}

.case-card {
  background: white;
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 24px 20px;
  transition: all 0.3s ease;
}

.case-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.08);
  border-color: var(--highlight-1);
}

.case-tag {
  display: inline-block;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  color: var(--highlight-1);
  background: rgba(228, 55, 55, 0.1);
  padding: 4px 10px;
  border-radius: 4px;
  margin-bottom: 12px;
  letter-spacing: 0.5px;
}

.case-title {
  font-size: 16px;
  font-weight: 700;
  color: var(--heading);
  margin-bottom: 8px;
  line-height: 1.3;
}

.case-desc {
  font-size: 13px;
  line-height: 1.5;
  color: var(--paragraph);
  margin: 0;
}

@media screen and (max-width: 991px) {
  .cases-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 767px) {
  .cases-grid {
    grid-template-columns: 1fr;
  }
}

/* Brand and badge wrapper */
.brand-and-badge {
  display: flex;
  align-items: center;
  gap: 8px;
}

/* Section Badge in Navbar */
.section-badge {
  display: inline-flex;
  align-items: center;
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--additional-element);
  padding: 0;
  margin-left: 0;
  letter-spacing: 0.5px;
  position: relative;
}

.section-badge::before {
  content: '/';
  color: var(--border);
  margin-right: 8px;
  font-weight: 300;
}

@media screen and (max-width: 767px) {
  .section-badge {
    display: none;
  }
}

/* Hero Particles Canvas */
.hero-particles-canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}

/* Light sections background */
.section.is--features,
.section.is--cases,
.section.is--contact-form {
  background-color: var(--bg-main);
}

/* Remove gap between hero and features */
.section.is--hero {
  margin-bottom: 0;
}

.section.is--features {
  margin-top: 0;
  padding-top: 100px;
}

/* Hover effects for direction cards */
.studios-list-item-new {
  border: 1px solid transparent;
  transition: all 0.3s ease;
  border-radius: 12px;
}

.studios-list-item-new:hover {
  border-color: var(--highlight-1);
}

/* Line elongation effect */
.studios-list-item-new .line.is--cms {
  position: relative;
  transition: width 0.3s ease;
}

.studios-list-item-new:hover .line.is--cms {
  width: 120px;
}