.bg-gradient-dark {
  background: linear-gradient(
    -90deg,
    #1f1f1f 2.5%,
    #0f0b0f 23.29%,
    #141214 68.49%,
    #1f1f1f 96.51%
  );
}

/* Who we */
.who-we {
  --who-we-purple: #6c4bff;
  --who-we-purple-deep: #6a4dff;
  --who-we-navy: #1b2240;
  --who-we-ink: #222944;
  --who-we-muted: #5f667a;
  --who-we-green: #8deb52;
  --who-we-green-text: #3d8b1e;

  position: relative;
  padding: 80px 0;
  background: #fafbff;
  overflow: hidden;
}

.who-we__decor {
  position: absolute;
  pointer-events: none;
}

.who-we__decor--cube-green {
  left: 60px;
  bottom: 116px;
  width: 24px;
  height: 24px;
  background: rgba(141, 235, 82, 0.15);
}

.who-we__decor--cube {
  right: 260px;
  top: 100px;
  width: 40px;
  height: 40px;
  background: rgba(108, 75, 255, 0.08);
}

.who-we__decor--line {
  right: 240px;
  bottom: 119px;
  width: 160px;
  height: 1px;
  background: rgba(108, 75, 255, 0.12);
}

.who-we__decor--dot {
  left: 50%;
  top: 120px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: rgba(141, 235, 82, 0.35);
}

.who-we__layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 680px) minmax(0, 712px);
  gap: 48px;
  align-items: start;
  justify-content: space-between;
}

.who-we__title {
  margin: 0;
  font-family: var(--font-heading);
  font-size: 60px;
  font-weight: 700;
  line-height: 1.23;
  background: linear-gradient(90deg, var(--who-we-purple-deep) 0%, var(--who-we-navy) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.who-we__accent {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 14px 0 0;
}

.who-we__accent-line {
  width: 48px;
  height: 3px;
  background: var(--who-we-purple);
}

.who-we__accent-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--who-we-green);
}

.who-we__text {
  margin: 49px 0 0;
  max-width: 680px;
  font-size: 20px;
  line-height: 1.5;
  color: var(--who-we-muted);
}

.who-we__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}

.who-we__tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  padding: 6px 24px;
  border-radius: 16px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.3;
}

.who-we__tag--people,
.who-we__tag--tech {
  background: rgba(108, 75, 255, 0.1);
  color: var(--who-we-purple);
}

.who-we__tag--process {
  background: rgba(141, 235, 82, 0.15);
  color: var(--who-we-green-text);
}

.who-we__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 67px;
  min-width: 340px;
  min-height: 52px;
  padding: 16px 32px;
  border-radius: 10px;
  background: var(--who-we-purple);
  box-shadow: 0 8px 24px rgba(108, 75, 255, 0.25);
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.25;
  text-align: center;
  transition: filter 0.2s;
}

.who-we__cta:hover {
  filter: brightness(1.08);
}

.who-we__stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  margin: 48px 0 0;
  padding: 20px 0 0;
  border-top: 1px solid rgba(34, 41, 68, 0.06);
  list-style: none;
  max-width: 696px;
}

.who-we__stat {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.who-we__stat-num {
  font-family: var(--font-heading);
  font-size: 48px;
  font-weight: 700;
  line-height: 1.25;
  color: var(--who-we-ink);
}

.who-we__stat-num--accent {
  background: linear-gradient(90deg, var(--who-we-purple-deep) 0%, var(--who-we-navy) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.who-we__stat-label {
  margin-top: 0;
  font-size: 16px;
  line-height: 1.25;
  color: var(--who-we-muted);
}

.who-we__visual {
  display: flex;
  justify-content: flex-end;
  margin-top: 11px;
}

.who-we__image {
  display: block;
  width: 100%;
  max-width: 712px;
  height: auto;
  object-fit: contain;
}

/* Who for */
.who-for {
  --who-for-purple: #6c4bff;
  --who-for-purple-deep: #6a4dff;
  --who-for-navy: #1b2240;
  --who-for-ink: #1f2435;
  --who-for-muted: #5f667a;
  --who-for-green: #8deb52;

  position: relative;
  padding: 88px 0 76px;
  background: #fafbff;
  overflow: hidden;
}

.who-for__decor {
  position: absolute;
  pointer-events: none;
}

.who-for__decor--cube-purple {
  left: 120px;
  top: 120px;
  width: 28px;
  height: 28px;
  border-radius: 6px;
  background: rgba(108, 75, 255, 0.12);
}

.who-for__decor--cube-green {
  right: 120px;
  top: 180px;
  width: 20px;
  height: 20px;
  border-radius: 6px;
  background: rgba(141, 235, 82, 0.18);
}

.who-for__decor--cube-outline {
  right: 176px;
  bottom: 496px;
  width: 64px;
  height: 64px;
  border: 1px solid rgba(108, 75, 255, 0.25);
  border-radius: 4px;
}

.who-for__decor--cube-green-2 {
  left: 90px;
  top: 680px;
  width: 24px;
  height: 24px;
  border-radius: 8px;
  background: rgba(141, 235, 82, 0.1);
}

.who-for__decor--cube-outline-2 {
  left: 530px;
  bottom: 472px;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(108, 75, 255, 0.2);
  border-radius: 4px;
}

.who-for__decor--line-1 {
  left: 80px;
  top: 420px;
  width: 180px;
  height: 1px;
  background: rgba(108, 75, 255, 0.15);
}

.who-for__decor--line-2 {
  right: 80px;
  top: 520px;
  width: 140px;
  height: 1px;
  background: rgba(34, 41, 68, 0.08);
}

.who-for__decor--wave-1 {
  right: 250px;
  top: 140px;
  width: 220px;
  height: 2px;
  background: rgba(108, 75, 255, 0.12);
  transform: rotate(-8deg);
}

.who-for__decor--wave-2 {
  left: 40px;
  top: 240px;
  width: 160px;
  height: 2px;
  background: rgba(34, 41, 68, 0.06);
  transform: rotate(12deg);
}

.who-for__decor--dot-1 {
  left: 260px;
  bottom: 534px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgba(108, 75, 255, 0.35);
}

.who-for__decor--dot-2 {
  right: 375px;
  top: 260px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: rgba(141, 235, 82, 0.4);
}

.who-for__decor--dot-3 {
  right: 596px;
  bottom: 476px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: rgba(141, 235, 82, 0.25);
}

.who-for__header {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.who-for__title {
  margin: 0;
  font-family: var(--font-heading);
  font-size: 60px;
  font-weight: 700;
  line-height: 1.23;
  background: linear-gradient(90deg, var(--who-for-purple-deep) 0%, var(--who-for-navy) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.who-for__subtitle {
  margin: 6px 0 0;
  max-width: 524px;
  font-size: 26px;
  line-height: 1.27;
  color: var(--who-for-muted);
}

.who-for__accent {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 27px 0 0;
}

.who-for__accent-line {
  width: 48px;
  height: 3px;
  background: var(--who-for-purple);
}

.who-for__accent-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--who-for-green);
}

.who-for__grid {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 64px;
  margin-top: 52px;
}

.who-for__card {
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
  width: 320px;
  min-height: 470px;
  padding: 24px 30px 30px;
  border: 1px solid rgba(232, 235, 245, 0.8);
  border-radius: 32px;
  background: #ffffff;
  box-shadow:
    0 12px 32px rgba(108, 75, 255, 0.08),
    0 4px 16px rgba(34, 41, 68, 0.06);
}

.who-for__image {
  display: block;
  width: 260px;
  height: 300px;
  object-fit: contain;
}

.who-for__card-title {
  margin: 11px 0 0;
  max-width: 280px;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
  color: var(--who-for-ink);
}

/* Directions */
.directions {
  --directions-purple: #6c4bff;
  --directions-navy: #1e2342;
  --directions-ink: #1f1f1f;
  --directions-muted: #5f667a;
  --directions-green: #8ceb53;

  position: relative;
  padding: 72px 0 80px;
  background: #fafbff;
  overflow: hidden;
}

.directions__decor {
  position: absolute;
  pointer-events: none;
}

.directions__decor--cube-1 {
  left: 80px;
  top: 340px;
  width: 32px;
  height: 32px;
  border-radius: 6px;
  background: rgba(108, 75, 255, 0.12);
}

.directions__decor--cube-2 {
  right: 80px;
  bottom: 280px;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  background: rgba(140, 235, 83, 0.18);
}

.directions__decor--cube-outline {
  right: 144px;
  top: 340px;
  width: 56px;
  height: 56px;
  border: 1px solid rgba(108, 75, 255, 0.15);
  border-radius: 8px;
}

.directions__decor--wave {
  left: 100px;
  bottom: 200px;
  width: 240px;
  height: 2px;
  background: rgba(108, 75, 255, 0.1);
  transform: rotate(-6deg);
}

.directions__decor--dot {
  right: 416px;
  top: 260px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: rgba(140, 235, 83, 0.35);
}

.directions__header {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.directions__title {
  margin: 0;
  font-family: var(--font-heading);
  font-size: 60px;
  font-weight: 700;
  line-height: 1.23;
  background: linear-gradient(90deg, var(--directions-purple) 0%, var(--directions-navy) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.directions__text {
  margin: 12px 0 0;
  max-width: 1100px;
  font-size: 24px;
  line-height: 1.25;
  color: var(--directions-muted);
}

.directions__diagram {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1440px;
  aspect-ratio: 1440 / 900;
  margin: 40px auto 0;
}

.directions__links {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
}

.directions__links line {
  stroke: rgba(140, 235, 83, 0.35);
  stroke-width: 2;
  stroke-linecap: round;
  vector-effect: non-scaling-stroke;
}

.directions__core {
  position: absolute;
  left: 38.9%;
  top: 29.8%;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 22.2%;
  max-width: 320px;
}

.directions__core-image {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.directions__core-title {
  margin: 8px 0 0;
  max-width: 260px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.28;
  text-align: center;
  text-transform: uppercase;
  color: var(--directions-ink);
}

.directions__module {
  position: absolute;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 18.1%;
  max-width: 260px;
}

.directions__module--1 {
  left: 11.1%;
  top: 0.9%;
}

.directions__module--2 {
  left: 71.6%;
  top: 0.9%;
}

.directions__module--3 {
  left: 0.1%;
  top: 37%;
}

.directions__module--4 {
  left: 73%;
  top: 69.8%;
  width: 15.3%;
  max-width: 220px;
}

.directions__module--5 {
  left: 11.8%;
  top: 69.8%;
}

.directions__module--6 {
  left: 81.9%;
  top: 35.8%;
}

.directions__module-image {
  display: block;
  width: 69%;
  max-width: 180px;
  height: auto;
  aspect-ratio: 1;
  object-fit: contain;
}

.directions__module-title {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.28;
  text-align: center;
  color: var(--directions-navy);
}

/* How work */
.how-work {
  --how-work-purple: #6c4bff;
  --how-work-purple-deep: #4a2fd9;
  --how-work-green: #72bf44;
  --how-work-green-bright: #35c759;
  --how-work-navy: #1e2342;
  --how-work-muted: #5f667a;

  position: relative;
  padding: 40px 0 80px;
  background: #fafbff;
  overflow: hidden;
}

.how-work__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.how-work__title {
  margin: 0;
  font-family: var(--font-heading);
  font-size: 60px;
  font-weight: 700;
  line-height: 1.23;
  background: linear-gradient(
    90deg,
    var(--how-work-purple-deep) 0%,
    var(--how-work-green-bright) 100%
  );
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.how-work__subtitle {
  margin: 8px 0 0;
  max-width: 1100px;
  font-size: 24px;
  line-height: 1.25;
  color: var(--how-work-muted);
}

.how-work__steps {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 16px;
  margin: 68px 0 0;
  padding: 0;
  list-style: none;
}

.how-work__step {
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  min-width: 0;
  min-height: 380px;
  padding: 16px 12px 24px;
  border-radius: 24px;
  background: #ffffff;
  box-shadow:
    0 12px 32px rgba(108, 75, 255, 0.08),
    0 4px 16px rgba(34, 41, 68, 0.06);
}

.how-work__chip {
  align-self: flex-start;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  color: #ffffff;
}

.how-work__chip--purple {
  background: var(--how-work-purple);
}

.how-work__chip--green {
  background: var(--how-work-green);
}

.how-work__image {
  display: block;
  width: 120px;
  height: 120px;
  margin-top: 16px;
  object-fit: contain;
}

.how-work__step-title {
  margin: 4px 0 0;
  max-width: 160px;
  min-height: 50px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
  color: var(--how-work-navy);
}

.how-work__step-text {
  margin: 12px 0 0;
  max-width: 160px;
  font-size: 16px;
  line-height: 1.25;
  text-align: center;
  color: var(--how-work-muted);
}

.how-work__hybrid {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  box-sizing: border-box;
  width: 100%;
  max-width: 760px;
  min-height: 88px;
  margin: 60px auto 0;
  padding: 20px 24px;
  border-radius: 24px;
  background: #ffffff;
  box-shadow:
    0 12px 32px rgba(108, 75, 255, 0.08),
    0 4px 16px rgba(34, 41, 68, 0.06);
}

.how-work__hybrid-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  border-radius: 16px;
  background: #f1ecff;
}

.how-work__hybrid-icon img {
  display: block;
  width: 28px;
  height: 28px;
}

.how-work__hybrid-text {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0 6px;
  margin: 0;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.27;
}

.how-work__hybrid-label {
  margin-right: 8px;
  color: var(--how-work-navy);
}

.how-work__hybrid-methods {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  white-space: nowrap;
}

.how-work__hybrid-waterfall {
  color: var(--how-work-purple);
}

.how-work__hybrid-plus {
  color: var(--how-work-navy);
}

.how-work__hybrid-agile {
  color: var(--how-work-green);
}

/* Solutions */
.solutions {
  --solutions-purple: #6c4bff;
  --solutions-purple-deep: #4a2fd9;
  --solutions-green-bright: #35c759;
  --solutions-navy: #1e2342;
  --solutions-muted: #5f667a;
  --solutions-label: #7c84a1;

  position: relative;
  padding: 40px 0 80px;
  background: #fafbff;
  overflow: hidden;
}

.solutions__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.solutions__title {
  margin: 0;
  font-family: var(--font-heading);
  font-size: 60px;
  font-weight: 700;
  line-height: 1.23;
  background: linear-gradient(
    90deg,
    var(--solutions-purple-deep) 0%,
    var(--solutions-green-bright) 100%
  );
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.solutions__subtitle {
  margin: 8px 0 0;
  max-width: 1100px;
  font-size: 24px;
  line-height: 1.25;
  color: var(--solutions-muted);
}

.solutions__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 64px;
  margin: 88px 0 0;
}

.solution-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  border-radius: 32px;
  background: #ffffff;
  overflow: hidden;
  box-shadow:
    0 12px 32px rgba(108, 75, 255, 0.08),
    0 4px 16px rgba(34, 41, 68, 0.06);
}

.solution-card__media {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 100%;
  min-height: 339px;
  padding: 0;
  overflow: hidden;
  background: #f8f8fa;
}

.solution-card__image {
  display: block;
  width: 100%;
  max-width: none;
  height: 339px;
  object-fit: contain;
}

.solution-card__body {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 24px 66px 40px;
}

.solution-card__label {
  margin: 0;
  font-size: 14px;
  line-height: 1.3;
  color: var(--solutions-label);
}

.solution-card__title {
  margin: 6px 0 0;
  min-height: 64px;
  font-family: var(--font-heading);
  font-size: 26px;
  font-weight: 400;
  line-height: 1.23;
  color: var(--solutions-navy);
}

.solution-card__meta {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin: 20px 0 28px;
  padding: 0;
  list-style: none;
}

.solution-card__row {
  display: grid;
  grid-template-columns: 32px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
  padding: 8px 0 12px;
  border-bottom: 1px solid #e8ebf5;
}

.solution-card__row:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.solution-card__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #f0edff;
}

.solution-card__icon img {
  display: block;
  width: 24px;
  height: 24px;
}

.solution-card__text {
  margin: 0;
  padding-top: 4px;
  font-size: 16px;
  line-height: 1.25;
  color: var(--solutions-muted);
}

.solution-card__key {
  font-weight: 700;
  color: var(--solutions-navy);
}

.solution-card__cta {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 100%;
  min-height: 52px;
  margin-top: auto;
  padding: 16px 24px;
  border-radius: 16px;
  background: var(--solutions-purple);
  box-shadow: 0 10px 28px rgba(108, 75, 255, 0.3);
  font-size: 16px;
  line-height: 1.25;
  text-align: center;
  text-decoration: none;
  color: #ffffff;
  transition: background 0.2s ease, box-shadow 0.2s ease;
}

.solution-card__cta:hover {
  background: var(--solutions-purple-deep);
  box-shadow: 0 12px 32px rgba(108, 75, 255, 0.36);
}

/* Services / Pricing */
.services {
  --services-purple: #6c4bff;
  --services-purple-deep: #4a2fd9;
  --services-green: #35c759;
  --services-green-dot: #8deb52;
  --services-navy: #1b2240;
  --services-muted: #5f667a;
  --services-note: #9a9a9a;

  position: relative;
  padding: 55px 0 64px;
  background: #fafbff;
  overflow: hidden;
}

.services__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.services__title {
  margin: 0;
  max-width: 1320px;
  font-family: var(--font-heading);
  font-size: 48px;
  font-weight: 700;
  line-height: 1.25;
  background: linear-gradient(90deg, #1b2240 0%, #4658a6 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.services__accent {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 15px 0 0;
}

.services__accent-line {
  width: 48px;
  height: 3px;
  background: var(--services-purple);
}

.services__accent-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--services-green-dot);
}

.services__subtitle {
  margin: 17px 0 0;
  max-width: 1100px;
  font-size: 22px;
  line-height: 1.27;
  color: var(--services-muted);
}

.services__intro {
  margin: 28px 0 0;
  max-width: 1100px;
  font-size: 18px;
  line-height: 1.28;
  color: var(--services-muted);
}

.services__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  margin: 51px 0 0;
}

.service-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  border-radius: 32px;
  background: #ffffff;
  overflow: hidden;
  box-shadow:
    0 12px 32px rgba(108, 75, 255, 0.08),
    0 4px 16px rgba(34, 41, 68, 0.06);
}

.service-card__media {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 100%;
  height: 300px;
  background: #ffffff;
}

.service-card__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.service-card__body {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 20px 24px 24px;
}

.service-card__category {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.3;
  color: var(--services-purple);
}

.service-card__title {
  margin: 8px 0 0;
  min-height: 56px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.27;
  color: var(--services-navy);
}

.service-card__desc {
  margin: 20px 0 0;
  min-height: 57px;
  font-size: 15px;
  line-height: 1.27;
  color: var(--services-muted);
}

.service-card__price {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 12px;
  margin: auto 0 16px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.25;
}

.service-card__price-label {
  color: var(--services-navy);
}

.service-card__price-value {
  color: var(--services-green);
}

.service-card__cta {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 100%;
  min-height: 52px;
  margin-top: 0;
  padding: 16px 24px;
  border-radius: 16px;
  background: var(--services-purple);
  box-shadow: 0 10px 28px rgba(108, 75, 255, 0.3);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.25;
  text-align: center;
  text-decoration: none;
  color: #ffffff;
  transition: background 0.2s ease, box-shadow 0.2s ease;
}

.service-card__cta:hover {
  background: var(--services-purple-deep);
  box-shadow: 0 12px 32px rgba(108, 75, 255, 0.36);
}

.services__cta-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
  max-width: 1100px;
  margin: 64px auto 0;
  padding: 24px 40px 32px;
  border-radius: 32px;
  background: #ffffff;
  text-align: center;
  box-shadow:
    0 12px 32px rgba(108, 75, 255, 0.06),
    0 4px 16px rgba(34, 41, 68, 0.04);
}

.services__cta-title {
  margin: 0;
  font-family: var(--font-heading);
  font-size: 32px;
  font-weight: 600;
  line-height: 1.25;
  color: var(--services-navy);
}

.services__cta-text {
  margin: 16px 0 0;
  max-width: 900px;
  font-size: 20px;
  line-height: 1.25;
  color: var(--services-muted);
}

.services__cta-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  min-width: 340px;
  min-height: 52px;
  margin-top: 24px;
  padding: 16px 32px;
  border-radius: 10px;
  background: var(--services-purple);
  box-shadow: 0 10px 28px rgba(108, 75, 255, 0.3);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.25;
  text-decoration: none;
  color: #ffffff;
  transition: background 0.2s ease, box-shadow 0.2s ease;
}

.services__cta-button:hover {
  background: var(--services-purple-deep);
  box-shadow: 0 12px 32px rgba(108, 75, 255, 0.36);
}

.services__note {
  margin: 18px auto 0;
  max-width: 1200px;
  font-size: 12px;
  line-height: 1.25;
  text-align: center;
  color: var(--services-note);
}

/* Cases */
.cases {
  padding: 48px 0 80px;
}

.cases__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 67px;
}

.cases__header .section-title {
  color: var(--color-secondary);
}

.cases__header .section-caption {
  max-width: 340px;
  color: var(--color-secondary);
  text-align: right;
}

.cases__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  margin-bottom: 55px;
}

.case-card {
  display: block;
  border-radius: var(--radius-button);
  overflow: hidden;
  color: inherit;
  text-decoration: none;
}

.case-card__image-wrap {
  position: relative;
  height: 450px;
}

.case-card__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: var(--radius-button);
}

.case-card__badge {
  position: absolute;
  top: 12px;
  left: 18px;
}

.case-card__body {
  padding: 32px 0 0;
}

.case-card__title {
  margin: 0 0 17px;
  font-size: var(--text-h3-size);
  font-weight: 700;
  line-height: 1.15;
  color: var(--color-secondary);
}

.case-card__text {
  margin: 0 0 24px;
  max-width: 445px;
  font-size: var(--text-body-size);
  line-height: 1.45;
  color: var(--color-secondary);
}

.case-card__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

/* Why us */
.why-us {
  padding: 64px 0 80px;
}

.why-us__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 69px;
}

.why-us__header .section-title {
  color: var(--color-secondary);
  text-align: right;
}

.why-us__header .section-caption {
  max-width: 708px;
  color: var(--color-secondary);
  font-size: 20px;
}

.why-us__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.why-us__card {
  display: grid;
  min-height: 544px;
  transition:
    background 0.45s cubic-bezier(0.4, 0, 0.2, 1),
    border-color 0.45s cubic-bezier(0.4, 0, 0.2, 1);
}

.why-us__card-state {
  grid-area: 1 / 1;
  min-height: 100%;
  transition:
    opacity 0.45s cubic-bezier(0.4, 0, 0.2, 1),
    visibility 0.45s cubic-bezier(0.4, 0, 0.2, 1);
}

.why-us__card-state--default {
  display: flex;
  flex-direction: column;
}

.why-us__card-state--hover {
  position: relative;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.why-us__card-icon {
  width: 62px;
  height: 62px;
  flex-shrink: 0;
}

.why-us__card-icon--lg {
  width: 230px;
  height: 230px;
  margin: 95px auto 40px;
}

.why-us__card-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.why-us__card-title {
  margin: 0 0 24px;
  font-size: var(--text-h3-size);
  font-weight: 700;
  line-height: 1.15;
  text-align: center;
}

.why-us__list {
  margin: 0;
  padding-left: 20px;
  font-size: var(--text-body-size);
  line-height: 1.45;
}

.why-us__list li {
  margin-bottom: 8px;
}

.why-us__list strong {
  font-weight: 700;
}

.why-us__card--centered .why-us__card-state--default .why-us__card-title {
  margin-top: auto;
  margin-bottom: 0;
}

.why-us__card-head {
  display: flex;
  align-items: center;
  gap: 14px;
}

.why-us__card-state--hover .why-us__card-head {
  margin-bottom: 24px;
}

.why-us__card-state--hover .why-us__card-head .why-us__card-title {
  margin: 0;
  text-align: left;
}

.why-us__card-state--hover .why-us__list {
  max-width: 337px;
  margin: 0 auto;
}

@media (hover: hover) {
  .why-us__card:hover .why-us__card-state--default {
    opacity: 0;
    visibility: hidden;
  }

  .why-us__card:hover .why-us__card-state--hover {
    opacity: 1;
    visibility: visible;
  }

  .why-us__card--centered:hover {
    background: var(--color-accent);
    border-color: var(--color-accent);
  }
}

/* Careers */
.careers {
  padding: 64px 0 80px;
}

.careers__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 71px;
}

.careers__header .section-title {
  color: var(--color-secondary);
}

.careers__header .section-caption {
  max-width: 708px;
  color: var(--color-secondary);
  font-size: 20px;
  text-align: right;
}

.careers__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  max-width: 1440px;
}

.job-card {
  display: flex;
  flex-direction: column;
  min-height: 254px;
  padding: 32px;
  border-radius: var(--radius-button);
  border: 1px solid var(--color-accent);
  background: transparent;
  text-decoration: none;
  transition: background 0.2s, border-color 0.2s;
}

.job-card:hover {
  background: var(--color-accent);
  border-color: var(--color-accent);
}

.job-card__title {
  margin: 0 0 16px;
  font-size: var(--text-h3-size);
  font-weight: 700;
  line-height: 1.15;
  color: var(--color-secondary);
}

.job-card__text {
  margin: 0 0 24px;
  font-size: var(--text-body-size);
  line-height: 1.45;
  color: var(--color-secondary);
  opacity: 0.9;
}

.job-card__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: auto;
}

.job-card--more {
  justify-content: space-between;
}

.job-card__more-link {
  align-self: flex-end;
  margin-top: auto;
  font-size: var(--text-body-size);
  font-weight: 600;
  line-height: 1.45;
  color: var(--color-secondary);
}

.job-card:hover .job-card__title,
.job-card:hover .job-card__text,
.job-card:hover .job-card__more-link {
  color: var(--color-secondary);
  opacity: 1;
}

/* Contact */
.contact {
  padding: 64px 0 80px;
}

.contact__title {
  margin: 0 0 48px;
  max-width: 777px;
  font-family: var(--font-heading);
  font-size: var(--text-h2-size);
  font-weight: var(--text-h2-weight);
  line-height: var(--text-h2-line);
  color: var(--color-secondary);
}

.contact__inner {
  display: grid;
  grid-template-columns: minmax(0, 708px) minmax(0, 475px);
  gap: 48px;
  align-items: stretch;
  max-width: 1231px;
}

.contact__form {
  display: flex;
  flex-direction: column;
}

.contact__fields {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-bottom: 32px;
}

.contact__field {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.contact__field--full,
.contact__input--full {
  grid-column: 1 / -1;
}

.contact__label {
  font-size: 14px;
  line-height: 1.45;
  color: var(--color-text-muted);
}

.contact__input,
.contact__textarea {
  width: 100%;
  padding: 10px 24px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: var(--radius-button);
  font: inherit;
  color: var(--color-secondary);
  background: transparent;
  transition: border-color 0.2s;
}

.contact__input::placeholder,
.contact__textarea::placeholder {
  color: var(--color-text-muted);
}

.contact__input:focus,
.contact__textarea:focus {
  outline: none;
  border-color: var(--color-accent);
}

.contact__textarea {
  min-height: 100px;
  resize: vertical;
}

.contact__submit {
  margin-top: auto;
}

.contact__aside {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

.contact__upload {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 270px;
  padding: 32px;
  border: 2px dashed rgba(255, 255, 255, 0.25);
  border-radius: var(--radius-button);
  text-align: center;
}

.contact__upload-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 32px;
  border-radius: var(--radius-button);
  background: var(--color-primary);
  color: var(--color-secondary);
  font-size: var(--text-body-size);
  cursor: pointer;
  margin-bottom: 16px;
}

.contact__upload-icon {
  flex-shrink: 0;
}

.contact__upload-hint {
  margin: 0;
  font-size: var(--text-body-size);
  line-height: 1.45;
  color: var(--color-text-muted);
}

.contact__consent {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin-top: 24px;
  cursor: pointer;
}

.contact__consent-text {
  flex: 1;
  max-width: 301px;
  font-size: var(--text-body-size);
  line-height: 1.45;
  color: var(--color-secondary);
}

.contact__consent-link {
  color: var(--color-accent);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.contact__consent-link:hover {
  opacity: 0.85;
}

.contact__consent-input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
  pointer-events: none;
}

.contact__checkbox {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  margin-left: auto;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 4px;
  background: transparent;
  position: relative;
  transition: background 0.2s, border-color 0.2s;
}

.contact__consent-input:checked + .contact__checkbox {
  background: var(--color-accent);
  border-color: var(--color-accent);
}

.contact__consent-input:checked + .contact__checkbox::after {
  content: "";
  position: absolute;
  left: 7px;
  top: 3px;
  width: 6px;
  height: 11px;
  border: solid var(--color-secondary);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.contact__consent-input:focus-visible + .contact__checkbox {
  outline: 2px solid var(--color-accent);
  outline-offset: 2px;
}

/* Footer */
.footer {
  padding: 10px 0 0;
  color: var(--color-secondary);
}

.footer__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px 48px;
  min-height: 219px;
  padding: 24px 0 32px;
}

.footer__legal {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 560px;
  min-width: 0;
}

.footer__copyright {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.28;
  color: #ffffff;
}

.footer__meta,
.footer__address {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  color: #b0b0b0;
}

.footer__contacts {
  margin: 0;
  font-size: 13px;
  font-weight: 400;
  line-height: 22px;
  color: #b0b0b0;
}

.footer__contacts a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 2px;
  transition: color 0.2s ease;
}

.footer__contacts a:hover {
  color: #ffffff;
}

.footer__menu {
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  max-width: 867px;
  min-width: 0;
}

.footer__menu-link {
  flex: 1;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.28;
  text-align: center;
  white-space: nowrap;
  color: #ffffff;
  transition: opacity 0.2s ease;
}

.footer__menu-link:hover {
  opacity: 0.8;
}

.footer__bottom {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 24px;
  min-height: 47px;
  padding: 14px var(--content-padding);
  font-size: 16px;
  line-height: 1.25;
  background: #3d3d3d;
}

.footer__bottom a {
  color: #d8d8d8;
  transition: color 0.2s ease;
}

.footer__bottom a:hover {
  color: #ffffff;
}

@media (max-width: 1200px) {
  .who-we__layout {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .who-we__visual {
    justify-content: center;
    margin-top: 0;
  }

  .who-we__image {
    max-width: 520px;
  }

  .who-we__stats {
    max-width: none;
  }

  .who-for {
    padding: 64px 0;
  }

  .who-for__grid {
    gap: 32px;
  }

  .who-for__card {
    width: 280px;
    min-height: 430px;
    padding: 20px 24px 24px;
  }

  .who-for__image {
    width: 220px;
    height: 260px;
  }

  .who-for__card-title {
    font-size: 24px;
  }

  .directions {
    padding: 56px 0 64px;
  }

  .directions__title {
    font-size: 48px;
  }

  .directions__text {
    font-size: 20px;
  }

  .directions__core-title,
  .directions__module-title {
    font-size: 15px;
  }

  .how-work {
    padding: 32px 0 64px;
  }

  .how-work__title {
    font-size: 48px;
  }

  .how-work__subtitle {
    font-size: 20px;
  }

  .how-work__steps {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
    margin-top: 48px;
  }

  .how-work__step {
    min-height: 360px;
  }

  .how-work__hybrid {
    margin-top: 48px;
  }

  .solutions {
    padding: 32px 0 64px;
  }

  .solutions__title {
    font-size: 48px;
  }

  .solutions__subtitle {
    font-size: 20px;
  }

  .solutions__grid {
    gap: 32px;
    margin-top: 56px;
  }

  .solution-card__body {
    padding: 24px 32px 32px;
  }

  .solution-card__media {
    min-height: 280px;
  }

  .solution-card__image {
    height: 280px;
  }

  .services {
    padding: 40px 0 56px;
  }

  .services__title {
    font-size: 40px;
  }

  .services__subtitle {
    font-size: 18px;
  }

  .services__intro {
    font-size: 16px;
  }

  .services__grid {
    gap: 20px;
    margin-top: 40px;
  }

  .service-card__media {
    height: 240px;
  }

  .service-card__title {
    font-size: 20px;
    min-height: 50px;
  }

  .services__cta-title {
    font-size: 28px;
  }

  .services__cta-text {
    font-size: 18px;
  }

  .why-us__grid,
  .card-grid--3 {
    grid-template-columns: repeat(2, 1fr);
  }

  .footer__content {
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
    min-height: 0;
    padding: 24px 0;
  }

  .footer__menu {
    flex-wrap: wrap;
    justify-content: flex-start;
    max-width: none;
    width: 100%;
    gap: 16px 24px;
  }

  .footer__menu-link {
    flex: 0 0 auto;
    text-align: left;
  }

  .contact__inner {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 1024px) {
  .directions__diagram {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
    aspect-ratio: auto;
    margin-top: 36px;
  }

  .directions__links {
    display: none;
  }

  .directions__core,
  .directions__module {
    position: static;
    left: auto;
    top: auto;
    width: 100%;
    max-width: 280px;
  }

  .directions__core-image {
    max-width: 240px;
    margin: 0 auto;
  }

  .directions__module-image {
    width: 160px;
    max-width: 160px;
  }

  .directions__decor {
    display: none;
  }

  .how-work__steps {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px 12px;
  }

  .how-work__hybrid-text {
    font-size: 18px;
  }

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

@media (max-width: 768px) {
  .who-we {
    padding: 48px 0;
  }

  .who-we__title {
    font-size: 40px;
  }

  .who-we__text {
    margin-top: 28px;
    font-size: 16px;
  }

  .who-we__tags {
    gap: 12px;
  }

  .who-we__cta {
    width: 100%;
    min-width: 0;
    margin-top: 32px;
  }

  .who-we__stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px 16px;
    margin-top: 32px;
  }

  .who-we__stat-num {
    font-size: 36px;
  }

  .who-we__decor {
    display: none;
  }

  .who-for {
    padding: 48px 0;
  }

  .who-for__title {
    font-size: 40px;
  }

  .who-for__subtitle {
    margin-top: 8px;
    font-size: 18px;
  }

  .who-for__accent {
    margin-top: 20px;
  }

  .who-for__grid {
    gap: 24px;
    margin-top: 36px;
  }

  .who-for__card {
    width: 100%;
    max-width: 320px;
    min-height: 0;
  }

  .who-for__image {
    width: 100%;
    max-width: 260px;
    height: auto;
    aspect-ratio: 260 / 300;
  }

  .who-for__card-title {
    font-size: 22px;
  }

  .who-for__decor {
    display: none;
  }

  .directions {
    padding: 48px 0;
  }

  .directions__title {
    font-size: 40px;
  }

  .directions__text {
    margin-top: 10px;
    font-size: 16px;
  }

  .directions__core-title,
  .directions__module-title {
    font-size: 16px;
  }

  .how-work {
    padding: 32px 0 48px;
  }

  .how-work__title {
    font-size: 40px;
  }

  .how-work__subtitle {
    margin-top: 10px;
    font-size: 16px;
  }

  .how-work__steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    margin-top: 36px;
  }

  .how-work__step {
    min-height: 340px;
  }

  .how-work__hybrid {
    flex-direction: column;
    gap: 12px;
    margin-top: 36px;
    padding: 20px;
    text-align: center;
  }

  .how-work__hybrid-text {
    justify-content: center;
    font-size: 16px;
  }

  .how-work__hybrid-label {
    flex-basis: 100%;
    margin-right: 0;
  }

  .how-work__hybrid-methods {
    flex-basis: 100%;
    justify-content: center;
  }

  .solutions {
    padding: 32px 0 48px;
  }

  .solutions__title {
    font-size: 40px;
  }

  .solutions__subtitle {
    margin-top: 10px;
    font-size: 16px;
  }

  .solutions__grid {
    grid-template-columns: 1fr;
    gap: 24px;
    margin-top: 36px;
  }

  .solution-card__media {
    min-height: 240px;
  }

  .solution-card__image {
    height: 240px;
  }

  .solution-card__body {
    padding: 20px 24px 28px;
  }

  .solution-card__title {
    min-height: 0;
    font-size: 22px;
  }

  .services {
    padding: 32px 0 48px;
  }

  .services__title {
    font-size: 32px;
  }

  .services__subtitle {
    margin-top: 14px;
    font-size: 16px;
  }

  .services__intro {
    margin-top: 20px;
    font-size: 15px;
  }

  .services__grid {
    grid-template-columns: 1fr;
    gap: 24px;
    margin-top: 36px;
  }

  .service-card__media {
    height: 220px;
  }

  .service-card__body {
    padding: 16px 20px 20px;
  }

  .service-card__title {
    min-height: 0;
    font-size: 20px;
  }

  .service-card__desc {
    min-height: 0;
  }

  .services__cta-block {
    margin-top: 40px;
    padding: 24px 20px 28px;
  }

  .services__cta-title {
    font-size: 24px;
  }

  .services__cta-text {
    font-size: 16px;
  }

  .services__cta-button {
    min-width: 0;
    width: 100%;
    max-width: 340px;
  }

  .cases__grid,
  .why-us__grid,
  .careers__grid,
  .card-grid--3,
  .card-grid--2 {
    grid-template-columns: 1fr;
  }

  .cases__header,
  .why-us__header,
  .careers__header {
    flex-direction: column;
  }

  .cases__header .section-caption,
  .why-us__header .section-title,
  .careers__header .section-caption {
    text-align: left;
  }

  .contact__fields {
    grid-template-columns: 1fr;
  }

  .footer__copyright {
    font-size: 16px;
  }

  .footer__menu {
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
  }

  .footer__bottom {
    justify-content: center;
    text-align: center;
  }

  .contact__title {
    font-size: 36px;
  }
}

@media (max-width: 480px) {
  .how-work__steps {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .how-work__step {
    max-width: 280px;
  }

  .how-work__image {
    width: 100px;
    height: 100px;
  }
}
