html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: "Inter", sans-serif !important;
  user-select: none;
}

h1,
h2,
h3 {
  font-weight: 400;
}

a{
  text-decoration: none;
}

body {
  color: #ffffff;
  background: #030d2e;
}

.header-container {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
  position: absolute;
  height: 100px;
}

.header-container .nav-bar {
  width: 90%;
  height: 80px;
  display: grid;
  grid-template-columns: 200px 1fr auto;
  align-items: center;
  border-bottom: 1px solid rgb(255, 255, 255, 0.56);
}

.logo-holder {
  display: flex;
  align-items: center;
  font-size: 30px;
  width: 200px;
}

.logo-bold {
  font-weight: 700;
  color: #ffffff;
}

.logo-thin {
  font-weight: 300;
  color: #8ea7ff;
  margin-left: 4px;
}

.header-container .nav-bar ul {
  display: flex;
  gap: 50px;
  justify-content: center;
  align-items: center;
  list-style: none;
}

.nav-item a {
  text-decoration: none;
  font-size: 14px;
  color: #e5e7ff;
  transition: color 0.2s ease;
  text-wrap: nowrap;
}

.nav-item a:hover {
  color: #ffffff;
  text-shadow: 0px 0px 10px rgba(255, 255, 255, 0.8);
}

.language_start {
  display: flex;
  align-items: center;
  gap: 50px;
}

.language_btns {
  display: flex;
  transform: skew(-10deg);
}

.lang-btn {
  border: none;
  background: transparent;
  color: #ffffff;
  font-size: 12px;
  text-transform: uppercase;
  cursor: pointer;
  padding: 4px 15px;
  transition: background 0.2s ease, color 0.2s ease;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
}
.lang-btn:last-child {
  border-right: none;
}

.lang-btn span {
  display: block;
  transform: skew(10deg);
}

.start-button {
  border: none;
  cursor: pointer;
  width: 142px;
  height: 48px;
  font-size: 13px;
  font-weight: 600;
  border-radius: 13px;
  background: linear-gradient(90deg, #0088ff 0%, #005299 100%);
  color: #ffffff;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}
.start-button-hero{
  display: flex !important;
  justify-content: center;
  align-items: center;
  
}

.mm {
  position: absolute;
  inset: 0;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.18s ease, visibility 0.18s ease;
  overflow-y: auto;
  height: 100vh;
}

.mm.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.mm__panel {
  position: absolute;
  inset: 0;
  padding: 26px 34px 34px;
  color: rgba(255, 255, 255, 0.92);
  overflow-y: auto;
  background: radial-gradient(
      900px 380px at 20% 20%,
      rgb(0, 19, 126),
      transparent 60%
    ),
    radial-gradient(
      700px 300px at 85% 20%,
      rgba(120, 90, 255, 0.16),
      transparent 55%
    ),
    linear-gradient(180deg, rgba(1, 8, 35, 0.94), rgba(2, 8, 30, 0.94));
}

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

.mm__brand {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.2px;
}

.mm__actions {
  display: flex;
  align-items: center;
  gap: 14px;
}

.mm__tg {
  width: 32px;
  height: 32px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 162, 255, 0.95);
  color: white;
  text-decoration: none;
}

.mm__close {
  width: 32px;
  height: 32px;
  border-radius: 999px;
  border: 0;
  background: transparent;
  color: rgba(255, 255, 255, 0.92);
  font-size: 18px;
  cursor: pointer;
}

.mm__divider {
  margin: 18px 0 22px;
  height: 1px;
  background: rgba(255, 255, 255, 0.18);
}

.mm__section {
  margin-bottom: 22px;
}

.mm__head {
  width: 100%;
  padding: 0;
  margin: 0 0 12px;
  border: 0;
  background: transparent;
  color: rgba(255, 255, 255, 0.95);
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 28px;
  font-weight: 500;
  cursor: pointer;
}

.mm__chev {
  font-size: 18px;
  opacity: 0.8;
  transform: translateY(-1px);
  transition: transform 0.16s ease;
}

.mm__head[aria-expanded="false"] .mm__chev {
  transform: rotate(180deg) translateY(1px);
}

.mm__body {
  display: grid;
  gap: 10px;
}

.mm__head[aria-expanded="false"] + .mm__body {
  display: none;
}

.mm__link {
  color: rgba(233, 239, 255, 0.9);
  text-decoration: none;
  font-size: 16px;
  font-weight: 400;
}

.mm__link:hover {
  color: white;
}

.mm__cases {
  gap: 0;
}

.mm__row {
  padding: 14px 0;
  color: rgba(233, 239, 255, 0.88);
  text-decoration: none;
  font-size: 14px;
  line-height: 1.45;
}

.mm__row strong {
  font-weight: 700;
  color: rgba(255, 255, 255, 0.95);
}

.mm__rowLine {
  height: 1px;
  width: 100%;
  background: rgba(255, 255, 255, 0.18);
}

.mm__big {
  display: block;
  margin-top: 22px;
  font-size: 30px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.95);
  text-decoration: none;
}

.mm__big:hover {
  color: white;
}
.hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
  background: linear-gradient(
    152.21deg,
    rgba(1, 2, 67, 0.83) 11.57%,
    rgba(0, 1, 40, 0.25) 25.5%,
    rgba(2, 21, 86, 0.45) 38.79%,
    rgba(3, 3, 51, 0.86) 64.37%,
    rgba(2, 3, 75, 0.71) 71.22%,
    #040534 103.31%
  );
}

.hero-content {
  position: relative;
  z-index: 1;
  width: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-image: url("./media/images/hero-content/background_hero.png");
  background-size: cover;
  height:100vh !important;
  padding-inline: 20px;
}

.main-container {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
}

.hero-title {
  font-size: 64px;
  line-height: 1.2;
  color: #ffffff;
  margin-bottom: 18px;
  width: 100%;
  margin-top: 120px;
}

.hero-title-strong {
  font-weight: 600;
}

.hero-title-dash {
  font-weight: 400;
}

.hero-subtitle {
  font-size: 16px;
  line-height: 1.6;
  color: #d1d5ff;
  margin-bottom: 32px;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 60px;
}

.hero-primary-btn {
  border: none;
  cursor: pointer;
  padding: 14px 32px;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 600;
  background: #1d9bf0;
  color: #ffffff;
  box-shadow: 0 12px 32px rgba(59, 130, 246, 0.6);
  transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
}

.hero-primary-btn:hover {
  background: #3b82f6;
  transform: translateY(-2px);
  box-shadow: 0 18px 45px rgba(59, 130, 246, 0.8);
}

.hero-scroll {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #9ca3ff;
  font-size: 12px;
  animation: fade-in-up 2s linear infinite;
}

@keyframes fade-in-up {
  0% {
    transform: translateY(50px);
  }
  50% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(50px);
  }
}

.scroll-mouse {
  width: 26px;
  height: 42px;
  border-radius: 999px;
  border: 2px solid rgba(148, 163, 255, 0.8);
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding-top: 6px;
  position: relative;
  overflow: hidden;
}

.scroll-wheel {
  width: 4px;
  height: 8px;
  border-radius: 999px;
  background: #a5b4fc;
}

.scroll-text {
  text-transform: uppercase;
  letter-spacing: 0.16em;
}

.footer {
  padding: 20px;
  text-align: center;
  font-size: 12px;
  color: #6b7280;
  background: transparent;
}

.section {
  position: relative;
  z-index: 1;
  padding: 80px 20px 40px;
  display: flex;
  justify-content: center;
}

.section-title {
  text-align: center;
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 40px;
  color: #f9fafb;
  letter-spacing: 1px;
}

.services-grid {
  display: grid;
  grid-template-columns: 520px 1fr;
  grid-template-areas:
    "card1 card2"
    "card1 card3";
  gap: 48px;
  max-width: 1600px;
  width: 100%;
  margin-top: 50px;
}

.service-card {
  position: relative;
  overflow: hidden;
  border-radius: 30px;
  padding: 16px 16px;
  color: #e5e7eb;
  border: 1px solid #c5cfff;
  background-color: #c5cfff1f;
}

.service-card::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(
      900px 420px at 20% 0%,
      rgba(120, 160, 255, 0.18),
      transparent 60%
    ),
    radial-gradient(
      800px 360px at 100% 15%,
      rgba(168, 85, 247, 0.14),
      transparent 55%
    );
}

.card-top {
  position: relative;
  z-index: 1;
}

.card-icon {
  width: 56px;
  height: 56px;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
}

.card-icon img {
  width: 78px;
  height: 78px;
  object-fit: contain;
  display: block;
}

.card-title {
  font-size: 32px;
  font-weight: 650;
  letter-spacing: 0.2px;
  margin: 0 0 14px;
  color: #f9fafb;
}

.card-text {
  font-size: 16px;
  line-height: 1.55;
  margin: 0;
  color: rgb(255, 255, 255);
  max-width: 540px;
}

.service-card--tall {
  width: 520px;
  min-height: 753px;
  grid-area: card1;
  background-image: url("./media/images/service/crm_background.png");
  background-position: bottom;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
}

.card-tall {
  width: 90%;
  height: 90%;
}

.right-top {
  grid-area: card2;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
  gap: 48px;
  min-height: 380px;
}

.right-top .card-top {
  margin-left: 20px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
}

.right-top .image-holder {
  flex: 0 0 45%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: relative;
  z-index: 1;
}

.right-top .image-holder img {
  width: 100%;
  max-width: 470px;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 22px 60px rgba(0, 0, 0, 0.35));
}

.right-bottom {
  grid-area: card3;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  gap: 48px;
  min-height: 380px;
}

.right-bottom .image-holder {
  display: flex;
  align-items: end;
  position: relative;
  z-index: 1;
}

.right-bottom .image-holder img {
  width: 100%;
  max-width: 520px;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 22px 60px rgba(0, 0, 0, 0.35));
}

.right-bottom .card-top {
  display: flex;
  flex-direction: column;
  align-items: end;
  gap: 20px;
  margin-right: 20px;
  width: 60%;
}

.right-bottom .card-icon {
  top: 44px;
  right: 44px;
  margin: 0;
  z-index: 2;
}

.section-benefit {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  border-bottom: 1px solid #ffffff61;
  padding-bottom: 100px;
}

.section-title--benefits {
  margin-top: 70px;
  margin-bottom: 34px;
}

.benefits-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-template-rows: 450px;
  gap: 50px;
  max-width: 1600px;
  width: 100%;
  margin-top: 50px;
}

.benefit-card {
  position: relative;
  overflow: hidden !important;
  border-radius: 30px;
  padding: 44px 60px;
  color: #e5e7eb;
  background: #c5cfff1c;
  border: 1px solid #c5cfff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
}

.benefit-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  opacity: 0;
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: cover;

  background-image: linear-gradient(
    rgba(10, 16, 35, 0.65),
    rgba(10, 16, 35, 0.65)
  );
}

.benefit-card > * {
  position: relative;
  z-index: 1;
}

.benefit-card:hover::after {
  opacity: 1;
}

.benefit-card.left:hover::after {
  background-image: linear-gradient(
      rgba(10, 16, 35, 0.65),
      rgba(10, 16, 35, 0.65)
    ),
    url("./media/images/benefits/computer_settings_back.png");
}

.benefit-card.middle:hover::after {
  background-image: linear-gradient(
      rgba(10, 16, 35, 0.65),
      rgba(10, 16, 35, 0.65)
    ),
    url("./media/images/benefits/radius_arrow_back.png");
}

.benefit-card.right:hover::after {
  background-image: linear-gradient(
      rgba(10, 16, 35, 0.65),
      rgba(10, 16, 35, 0.65)
    ),
    url("./media/images/benefits/globus_web_back.png");
}

.benefit-card::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(
      760px 320px at 0% 0%,
      rgba(120, 160, 255, 0.16),
      transparent 60%
    ),
    radial-gradient(
      700px 300px at 100% 0%,
      rgba(168, 85, 247, 0.12),
      transparent 55%
    );
}

.benefit-card .card-icon {
  width: 99px;
  height: 99px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.benefit-card .card-icon img {
  width: 100%;
  height: 100%;
}

.benefit-card .card-icon.left {
  margin-left: -10px;
}
.benefit-card .card-icon.right {
  width: 110px;
  height: auto;
  margin-left: -25px;
  margin-bottom: -25px;
  margin-top: -20px;
}

.benefit-card .card-title {
  font-size: 22px;
  font-weight: 650;
  margin: 0 0 14px;
  color: #f9fafb;
}

.benefit-card .card-text {
  font-size: 16px;
  line-height: 1.55;
  margin: 0;
  color: rgb(255, 255, 255);
  letter-spacing: 1px;
}

.projects.section {
  position: relative;
  padding: 70px 20px 80px;
  border-bottom: 1px solid #ffffff61;
  padding-bottom: 100px;
  width: 100%;
}

.projects.section::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

.projects .section-inner {
  position: relative;
  z-index: 1;
  max-width: 1600px;
  width: 100%;
  margin: 0 auto;
}

.projects .section-title {
  text-align: center;
  margin: 0 0 34px;
}

.projects-grid {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  grid-template-rows: 420px 420px;
  gap: 50px;
  align-items: stretch;
  margin-top: 50px;
}

.project-a {
  grid-column: 1;
  grid-row: 1;
}
.project-b {
  grid-column: 1;
  grid-row: 2;
}
.project-d {
  grid-column: 2;
  grid-row: 1 / span 2;
}

.projects-bottom-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
}

.project-card {
  position: relative;
  overflow: hidden;
  border-radius: 28px;
  color: #e5e7eb;
  background: linear-gradient(
    180deg,
    #192343 25%,
    rgba(63, 88, 169, 0.41) 98.08%
  );
  border: 1px solid #c5cfff;
  transition: 0.23s;
}

.project-card:hover {
  border-color: rgba(255, 255, 255, 0.65);
  transform: translateY(-1px);
  transition: 0.2s ease;
}

.project-card__title {
  margin: 0 0 12px;
  font-size: 26px;
  font-weight: 650;
  color: #f9fafb;
  line-height: 1.25;
}

.project-card__text {
  margin: 0;
  font-size: 16px;
  line-height: 1.55;
  color: rgb(255, 255, 255);
  max-width: 420px;
}

.project-card__art {
  position: absolute;
  z-index: 1;
  pointer-events: none;
}

.project-card__art img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
}

.project-card--wide {
  min-height: 280px;
  height: 100%;
  max-height: 420px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  background-image: linear-gradient(
      180deg,
      rgba(101, 137, 255, 0.18) 0%,
      rgba(63, 88, 169, 0.61) 100%
    ),
    url("./media/images/projects/search_houses.png");
  background-repeat: no-repeat, no-repeat;
  background-position: 0 0, right -50px bottom -150px;
  background-size: auto, 530px auto;
  transition: 0.23s;
}

.project_hand_icon {
  position: absolute;
  bottom: 10%;
  right: 65%;
}

.project-card--wide .project-card__content {
  width: 95%;
  height: 90%;
  position: relative;
  z-index: 1;
  transition: 0.23s;
}

.project-card--wide:hover .project-card--wide_opacity-content {
  opacity: 1;
}

.project-card__art--tall {
  right: 30px;
  bottom: 20px;
  width: 520px;
  max-width: 82%;
}

.project-card__art--small {
  left: 22px;
  bottom: 18px;
  width: 220px;
  max-width: 75%;
  opacity: 0.95;
}

.project-card--wide_opacity-content {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px;
  justify-content: center;
  gap: 40px;
  background: linear-gradient(180deg, #192343 25%, rgb(63, 88, 169) 98.08%);
  opacity: 0;
  transition: 0.23s;
}

.project-card--wide_opacity-content h2 {
  font-size: 32px;
}
.project-card--wide_opacity-content p {
  font-size: 20px;
}
.project-card--wide_opacity-content .logo {
  width: 120%;
  position: absolute;
  left: 10px;
  bottom: 10px;
}

.projects-bottom-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 26px;
}

.project-card--small {
  position: relative;
  overflow: hidden;

  min-height: 290px;
  height: 100%;
  padding: 34px 34px;
  padding-bottom: 54px;

  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, 0.45);
  background: rgba(16, 26, 55, 0.78);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.55),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);

  background-repeat: no-repeat, no-repeat;
  transition: 0.23s;
}

.project-card--small .project-card__content {
  position: relative;
  z-index: 2;
  max-width: 420px;
  height: 100%;
}

.project-card--joywork {
  background-image: linear-gradient(
      180deg,
      rgba(101, 137, 255, 0.18) 0%,
      rgba(63, 88, 169, 0.14) 100%
    ),
    url("./media/images/projects/catalog_furniture.png");
  background-position: 0 0, left 50px bottom -127px;
  background-size: auto, 200px auto;
}

.project-card--aflot {
  background-image: linear-gradient(
      180deg,
      rgba(101, 137, 255, 0.18) 0%,
      rgba(63, 88, 169, 0.14) 100%
    ),
    url("./media/images/projects/users_cards_project.png");
  background-position: 0 0, left 38px bottom 6px;
  background-size: auto, 250px auto;
}

.project-card--small_opacity-content {
  position: absolute;
  inset: 0;
  z-index: 3;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 18px;
  padding: 10px 20px;
  font-size: 16px;
  background: linear-gradient(180deg, #192343 25%, rgb(63, 88, 169) 98.08%);
  opacity: 0;
  transition: 0.23s;
}

.project_hand_icon_bottom-left {
  position: absolute;
  right: 0px;
  bottom: 0px;
}

.project-card--small_opacity-content h2 {
  font-size: 26px;
  margin: 0;
}

.project-card--small_opacity-content p {
  font-size: 16px;
  line-height: 1.5;
  margin: 0;
  color: rgb(255, 255, 255);
  max-width: 520px;
}

.project-card--small_opacity-content .logo {
  position: absolute;
  display: flex;
  justify-content: start;
  bottom: 10px;
  left: 20px;
  width: 100%;
}

.project-card--small_opacity-content .aflot_logo {
  height: 50px;
}

.project-card--small_opacity-content .logo img {
  width: 50px;
  height: auto;
  object-fit: contain;
}
.project-card--small_opacity-content .aflot_logo img {
  width: 100px;
}

.project-card--small:hover .project-card--small_opacity-content {
  opacity: 1;
}

.project-card--small:hover {
  transform: translateY(-1px);
  border-color: rgba(255, 255, 255, 0.65);
}

.project-card__art {
  display: none;
}

.project-card--tall {
  position: relative;
  overflow: hidden;
  min-height: 640px;
  height: 100%;
  padding: 60px;
  padding-bottom: 70px;
  background-repeat: no-repeat, no-repeat;
  transition: 0.23s;
}

.project-card--simpleslider {
  background-image: linear-gradient(
      180deg,
      rgba(101, 137, 255, 0.18) 0%,
      rgba(63, 88, 169, 0.14) 100%
    ),
    url("./media/images/projects/computer_highlight.png");
  background-position: 0 0, right 44px bottom 0px;
  background-size: auto, 660px auto;
}

.project-card--tall .project-card__content {
  position: relative;
  z-index: 2;
  max-width: 520px;
}

.project-card--tall_opacity-content {
  position: absolute;
  inset: 0;
  z-index: 3;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 30px;
  padding: 40px 54px;
  background: linear-gradient(180deg, #192343 25%, rgb(63, 88, 169) 98.08%);
  opacity: 0;
  transition: 0.23s;
  padding: 100px;
}

.project-card--tall_opacity-content h2 {
  margin: 0;
  font-size: 32px;
  margin-bottom: 100px;
}

.project-card--tall_opacity-content p {
  margin: 0;
  font-size: 20px;
  line-height: 1.55;
  color: rgb(255, 255, 255);
  max-width: 420px;
}

.project-card--tall_opacity-content .logo.simple_slider {
  width: 92%;
  margin-top: 10px;
  display: flex;
  justify-content: start;
  position: absolute;
  bottom: 20px;
  left: 20px;
}
.project-card--tall_opacity-content .logo img {
  width: 200px;
  height: auto;
  object-fit: contain;
}

.project-card--tall:hover .project-card--tall_opacity-content {
  opacity: 1;
}
.project-card--tall:hover {
  transform: translateY(-1px);
  border-color: rgba(255, 255, 255, 0.65);
}

.pricing.section {
  position: relative;
  padding: 70px 20px 80px;
  border-bottom: 1px solid #ffffff61;
  padding-bottom: 100px;
  width: 100%;
}

.pricing.section::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.pricing .section-inner {
  position: relative;
  z-index: 1;
  max-width: 1600px;
  margin: 0 auto;
}

.pricing .section-title {
  text-align: center;
  margin: 0 0 42px;
  font-weight: 400;
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  height: 500px;
  gap: 50px;
}

.price-card {
  position: relative;
  overflow: hidden;
  border-radius: 26px;
  padding-bottom:20px;
  padding-inline: 10px;
  min-height: 290px;
  background: linear-gradient(
    180deg,
    #192343 25%,
    rgba(63, 88, 169, 0.41) 98.08%
  );
  border: 1px solid rgba(255, 255, 255, 0.45);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  transition: 0.2s ease;
  justify-content: space-between;
}
.price-card::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(
    270deg,
    #192343 25%,
    rgba(63, 88, 169, 0.41) 98.08%
  );
}

.price-card:hover {
  border-color: rgba(255, 255, 255, 0.65);
}

.price-icon {
  width: 160px;
  height: auto;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  position: relative;
}
.price-icon.technical_work {
  width: 130px;
  margin-bottom: 60px;
}

.price-icon img {
  width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
}

.price-title {
  margin: 6px 0 6px;
  font-size: 22px;
  font-weight: 600;
  color: rgb(255, 255, 255);
  position: relative;
  z-index: 1;
  margin-top: -50px;
}

.price-subtitle {
  font-size: 14px;
  font-weight: 400;
  color: rgb(255, 255, 255);
  margin-bottom: 18px;
  position: relative;
  z-index: 1;
}

.price-value {
  font-size: 32px;
  font-weight: 400;
  color: #f9fafb;
  margin-bottom: 18px;
  position: relative;
  z-index: 1;
  margin-top: 50px;
}

.price-btn {
  width: 143px;
  min-height: 33px;
  border-radius: 8px;
  background: #016ccb;
  color: white;
  border: none;
  margin-top: 50px;
  font-size: 18px;
  z-index: 2;
}

.price-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 16px 34px rgba(37, 99, 235, 0.34);
}

.section-title {
  font-weight: 600;
  font-style: normal;
  font-size: 40px;
  line-height: 100%;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
}

.section-subtitle {
  text-align: center;
  margin: 0 0px;
  color: rgba(233, 239, 255, 0.7);
  font-size: 24px;
  font-weight: 200;
}

.start-project {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 80px 20px;
}

.sp-inner {
  width: 100%;
  max-width: 900px;
  text-align: center;
}

.sp-title {
  margin: 0 0 6px;
  color: #f9fafb;
  font-size: 48px;
  font-weight: 800;
  letter-spacing: 0.5px;
}

.sp-subtitle {
  font-weight: 200;
  font-style: normal;
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: 0.05em;
  color: #ffffff6e;
  margin-bottom: 30px;
}

.sp-form {
  display: grid;
  grid-template-columns: 394px 394px;
  gap: 16px;
  justify-content: center;
  align-items: start;
}

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

.sp-input,
.sp-input-full {
  height: 80px;
  border-radius: 18px;
  border: 1px solid #c5cfff;
  background: #192343;
  color: rgba(249, 250, 251, 0.92);

  padding: 0 29px;
  outline: none;
}

.sp-input {
  width: 394px;
}

.sp-input-full {
  width: 100%;
}

.sp-input::placeholder,
.sp-input-full::placeholder {
  color: rgba(233, 239, 255, 0.45);
}

.sp-input:focus,
.sp-input-full:focus {
  border-color: rgba(255, 255, 255, 0.6);
}

.sp-contact {
  width: 394px;
  height: 80px;
  border-radius: 18px;
  border: 1px solid #c5cfff;
  background: #192343;

  position: relative;
  display: flex;
  align-items: center;
  overflow: visible;
}

.sp-contact:focus-within {
  border-color: rgba(255, 255, 255, 0.6);
}

.sp-type {
  height: 100%;
  width: 74px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: transparent;
  border: 0;
  cursor: pointer;
  color: rgba(233, 239, 255, 0.65);
}

.sp-type img {
  width: 30px;
  object-fit: contain;
}

.sp-caret {
  font-size: 12px;
  opacity: 0.75;
}

.sp-divider {
  width: 1px;
  height: 26px;
  background: rgba(255, 255, 255, 0.22);
}

.sp-input--ghost {
  flex: 1;
  width: auto !important;
  height: 100%;
  border: 0 !important;
  background: transparent;
  padding: 0 18px;
  outline: none;
  color: rgba(249, 250, 251, 0.92);
  min-width: 0;
}

.sp-menu {
  position: absolute;
  left: 10px;
  top: calc(100% + 10px);
  left: 0px;
  width: 100%;
  border-radius: 12px;
  background: rgba(16, 26, 55, 0.95);
  border: 1px solid rgba(255, 255, 255, 0.35);
  box-shadow: 0 26px 60px rgba(0, 0, 0, 0.55);
  padding: 8px;
  display: none;
  z-index: 50;
}

.sp-contact.is-open .sp-menu {
  display: flex;
  align-items: center;
  height: 50px;
}

.sp-option {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 20px 24px;
  border: 0;
  background: transparent;
  color: rgba(249, 250, 251, 0.9);
  border-radius: 10px;
  cursor: pointer;
  text-align: left;
}

.sp-option img {
  width: 30px;
  object-fit: contain;
}

.sp-option:hover {
  background: rgba(255, 255, 255, 0.08);
}

.sp-textarea {
  width: 100%;
  min-height: 221px;
  border-radius: 18px;
  border: 1px solid #c5cfff;
  background: #192343;
  position: relative;
  overflow: hidden;
}

.sp-textarea:focus-within {
  border-color: rgba(255, 255, 255, 0.6);
}

.sp-textarea textarea {
  width: 100%;
  height: 155px;
  border: 0;
  outline: none;
  resize: none;
  background: transparent;
  padding: 18px;
  padding-bottom: 34px;
  color: rgba(249, 250, 251, 0.92);
}

.sp-textarea textarea::placeholder {
  color: rgba(233, 239, 255, 0.45);
}

.sp-counter {
  position: absolute;
  right: 16px;
  bottom: 12px;
  font-size: 12px;
  color: rgba(233, 239, 255, 0.55);
}

.sp-btn {
  justify-self: center;
  margin-top: 12px;
  height: 44px;
  padding: 0 18px;
  border-radius: 10px;
  border: 0;
  cursor: pointer;
  color: #fff;
  background: rgba(0, 122, 255, 0.95);
  box-shadow: 0 16px 40px rgba(0, 122, 255, 0.22);
}

.sp-btn:hover {
  filter: brightness(1.05);
}

.team.section {
  width: 100%;
  border-bottom: 1px solid #c5cfff;
  padding-block: 50px 100px;
  padding-inline: 3px;
}

.team.section .section-inner {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.team.section .section-inner .team-slider {
  width: 100%;
  display: flex;
  align-items: end;
  justify-content: center;
  gap: 50px;
  margin-top: 50px;
}

.team.section .section-inner .team-slider .team-card {
  width: 250px;
  min-width: 250px;
  height: 447px;
  top: 5149px;
  left: 1247px;
  border-radius: 32px;
  border-width: 1px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 40px;
  border: 1px solid #c5cfff;
}

.team-role,
.team-name {
  font-size: 20px;
  text-align: center;
}

.team.section .section-inner .team-slider .team-card .team-photo {
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.team.section .section-inner .team-slider .team-card .team-photo img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.team.section .section-inner .team-slider .team-card.small_slide {
  background: linear-gradient(90deg, #010d3e 30.24%, #192343 100%);
  border: 1px solid #c5cfff8f;
  transform: translateY(-40px);
}
.team.section .section-inner .team-slider .team-card.small_slide:last-child {
  background: linear-gradient(90deg, #192343 0%, #000c3f 69.76%);
}

.team.section .section-inner .team-slider .team-card.middle_slide {
  background: #192343;
  width: 400px;
  height: 500px;
  transform: translateY(-20px);
  .team-photo {
    width: 200px;
    height: 200px;
  }
}

.team.section .section-inner .team-slider .team-card.big_slide {
  background: #192343;
  width: 550px;
  height: 550px;
  .team-photo {
    width: 350px;
    height: 350px;
  }
}

.companyName {
  width: 100%;
  height: 500px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 136px;
  gap: 50px;
}
.companyName__ie{
  font-size:20px;
  opacity:.75;
  text-align: end;
}

.site-footer {
  position: relative;
  width: 100%;
  padding: 70px 20px 22px;
  background-image: url("./media/images/hero-content/background_hero.png");
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

.site-footer::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.site-footer::after {
  content: "";
  position: absolute;
  inset: -40px;
  background: linear-gradient(
      155deg,
      rgba(66, 110, 255, 0.18) 0%,
      transparent 45%
    ),
    linear-gradient(200deg, rgba(66, 110, 255, 0.12) 0%, transparent 55%);
  opacity: 0.35;
  pointer-events: none;
}

.footer-inner {
  position: relative;
  z-index: 1;
  max-width: 1600px;
  margin: 0 auto;
}

.footer-top {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: start;
  gap: 80px;
}

.footer-col--right {
  justify-self: end;
  text-align: right;
}

.footer-title {
  font-size: 14px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.85);
  margin: 0 0 14px;
}

.footer-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 10px;
}

.footer-list a,
.footer-list span {
  font-size: 12px;
  color: rgba(233, 239, 255, 0.75);
  text-decoration: none;
}

.footer-list a:hover {
  color: rgba(255, 255, 255, 0.95);
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.35);
}

.footer-social {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  margin-top: 6px;
}
.footer-social a {
  /* border: 2px solid green; */
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  padding: 6px;
  background-color: rgb(182, 182, 182);
} 

.footer-social a:nth-child(2){
  padding-inline: 10px;
}

.footer-social a:nth-child(3) , .footer-social a:nth-child(4){
  padding: 1px;
}


.footer-social img {
  width: auto;
  height: 100%;
}

.social-btn {
  width: 28px;
  height: 28px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.9);
  transition: transform 0.15s ease, background 0.15s ease,
    border-color 0.15s ease;
}


.footer-divider {
  margin: 48px 0 18px;
  height: 1px;
  width: 100%;
  background: rgba(255, 255, 255, 0.18);
}

.footer-bottom {
  text-align: center;
  font-size: 12px;
  color: rgba(233, 239, 255, 0.7);
}

.mm-burger {
  display: none;
  background: transparent;
  border: 0;
  padding: 0;
  margin: 0;
  cursor: pointer;
}
.mm-burger img {
  width: 30px;
  height: 20px;
  display: block;
}