.home-body {
  background:
    radial-gradient(circle at 78% 9%, rgba(99, 102, 241, 0.18), transparent 30rem),
    radial-gradient(circle at 12% 38%, rgba(56, 189, 248, 0.09), transparent 28rem),
    #080b13;
}

.home-main {
  width: min(1440px, calc(100% - 40px));
  margin: 0 auto;
  padding: 42px 0 96px;
}

.home-hero {
  min-height: min(760px, calc(100vh - 120px));
  display: grid;
  grid-template-columns: minmax(0, 1.06fr) minmax(420px, 0.94fr);
  align-items: center;
  gap: clamp(42px, 6vw, 96px);
}

.home-hero__content {
  position: relative;
  z-index: 2;
}

.home-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 24px;
  color: #a5b4fc;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.home-eyebrow::before {
  width: 30px;
  height: 1px;
  background: currentColor;
  content: "";
}

.home-hero h1 {
  max-width: 820px;
  margin: 0;
  color: #f7f8ff;
  font-size: clamp(48px, 6.4vw, 92px);
  font-weight: 800;
  letter-spacing: -0.055em;
  line-height: 0.94;
}

.home-hero h1 span {
  display: block;
  color: #8b92ff;
}

.home-hero__lead {
  max-width: 680px;
  margin: 30px 0 0;
  color: #b4b9ca;
  font-size: clamp(18px, 1.55vw, 23px);
  line-height: 1.55;
}

.home-hero__actions,
.home-section__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.home-primary,
.home-secondary {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 14px;
  padding: 0 22px;
  font-weight: 750;
  text-decoration: none;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.home-primary {
  background: #f7f8ff;
  color: #0a0d15;
}

.home-secondary {
  border-color: rgba(255, 255, 255, 0.15);
  background: rgba(255, 255, 255, 0.045);
  color: #f4f5fb;
}

.home-primary:hover,
.home-secondary:hover {
  transform: translateY(-2px);
}

.home-secondary:hover {
  border-color: rgba(139, 146, 255, 0.6);
}

.home-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 40px;
}

.home-stats span {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 999px;
  padding: 9px 13px;
  background: rgba(255, 255, 255, 0.035);
  color: #c5c9d8;
  font-size: 13px;
}

.home-showreel {
  position: relative;
  min-height: 600px;
}

.home-showreel::before {
  position: absolute;
  inset: 8% 6%;
  border-radius: 50%;
  background: rgba(99, 102, 241, 0.26);
  filter: blur(80px);
  content: "";
}

@media (max-width: 720px) {
  .home-body .mobile-project-cta {
    opacity: 0;
    pointer-events: none;
    transform: translateY(calc(100% + 24px));
    transition: opacity 180ms ease, transform 220ms ease;
  }

  .home-body .mobile-project-cta.is-ready:not(.is-suppressed) {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }
}

.home-showreel__card {
  position: absolute;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 24px;
  background: #111522;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.38);
}

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

.home-showreel__card::after {
  position: absolute;
  inset: auto 0 0;
  height: 42%;
  background: linear-gradient(transparent, rgba(4, 7, 13, 0.86));
  content: "";
}

.home-showreel__card--main {
  inset: 8% 4% 14% 10%;
  transform: rotate(1.4deg);
}

.home-showreel__card--top {
  width: 45%;
  height: 32%;
  top: 0;
  right: -2%;
  transform: rotate(4deg);
}

.home-showreel__card--bottom {
  width: 42%;
  height: 31%;
  right: 0;
  bottom: 2%;
  transform: rotate(-3deg);
}

.home-showreel__label {
  position: absolute;
  right: 22px;
  bottom: 22px;
  z-index: 2;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  padding: 9px 13px;
  background: rgba(5, 8, 15, 0.7);
  color: #fff;
  font-size: 12px;
  backdrop-filter: blur(12px);
}

.home-section {
  position: relative;
  padding: clamp(72px, 9vw, 128px) 0 0;
}

.home-section + .home-section::before {
  position: absolute;
  top: clamp(34px, 4.5vw, 64px);
  right: 0;
  left: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(139, 146, 255, 0.24), transparent);
  content: "";
}

@supports (content-visibility: auto) {
  .home-main > .home-section,
  .home-main > .home-cta {
    content-visibility: auto;
    contain-intrinsic-size: auto 760px;
  }
}

.home-section__head {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(320px, 0.55fr);
  align-items: end;
  gap: 48px;
  margin-bottom: 34px;
}

.home-section__head h2 {
  max-width: 820px;
  margin: 0;
  color: #f5f6fc;
  font-size: clamp(36px, 4.5vw, 66px);
  letter-spacing: -0.045em;
  line-height: 1;
}

.home-section__head p {
  margin: 0;
  color: #9da3b5;
  font-size: 17px;
  line-height: 1.65;
}

.home-route-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.home-route-card {
  position: relative;
  overflow: hidden;
  min-height: 265px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 22px;
  padding: 25px;
  background: rgba(255, 255, 255, 0.035);
  color: inherit;
  text-decoration: none;
  transition: border-color 180ms ease, background 180ms ease, transform 180ms ease;
}

.home-route-card::before {
  position: absolute;
  width: 180px;
  height: 180px;
  top: -125px;
  right: -100px;
  border-radius: 50%;
  background: #737bff;
  filter: blur(38px);
  opacity: 0.13;
  content: "";
  transition: opacity 180ms ease, transform 180ms ease;
}

.home-route-card:nth-child(2)::before {
  background: #ff8a6b;
}

.home-route-card:nth-child(3)::before {
  background: #62d2aa;
}

.home-route-card:nth-child(4)::before {
  background: #c277ff;
}

.home-route-card:hover {
  transform: translateY(-4px);
  border-color: rgba(139, 146, 255, 0.52);
  background: rgba(99, 102, 241, 0.09);
}

.home-route-card:hover::before {
  transform: scale(1.2);
  opacity: 0.22;
}

.home-route-card__number {
  display: inline-flex;
  width: fit-content;
  border: 1px solid rgba(139, 146, 255, 0.16);
  border-radius: 999px;
  padding: 5px 8px;
  background: rgba(139, 146, 255, 0.06);
  color: #aeb6ff;
  font-size: 11px;
  font-weight: 750;
  letter-spacing: 0.09em;
}

.home-route-card h3 {
  margin: auto 0 14px;
  color: #f4f5fb;
  font-size: 25px;
  line-height: 1.08;
}

.home-route-card p {
  margin: 0;
  color: #9ba1b3;
  font-size: 14px;
  line-height: 1.55;
}

.home-route-card__link {
  margin-top: 22px;
  color: #b8bcff;
  font-size: 13px;
  font-weight: 700;
}

.home-category-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.home-category {
  position: relative;
  min-height: 390px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 26px;
  color: #fff;
  text-decoration: none;
}

.home-category img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 500ms ease;
}

.home-category:hover img {
  transform: scale(1.035);
}

.home-category::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(5, 8, 15, 0.06) 20%, rgba(5, 8, 15, 0.94) 100%);
  content: "";
}

.home-category__body {
  position: absolute;
  inset: auto 0 0;
  z-index: 2;
  padding: 28px;
}

.home-category__meta {
  display: flex;
  justify-content: space-between;
  color: #c4c7d5;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.09em;
}

.home-category h3 {
  max-width: 580px;
  margin: 13px 0 8px;
  font-size: clamp(26px, 3vw, 42px);
  letter-spacing: -0.035em;
  line-height: 1;
}

.home-category p {
  max-width: 590px;
  margin: 0;
  color: #c5c8d2;
  line-height: 1.55;
}

.home-testimonials {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.home-testimonial {
  display: grid;
  min-height: 310px;
  grid-template-rows: auto 1fr auto;
  gap: 24px;
  margin: 0;
  padding: clamp(24px, 3vw, 34px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 22px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.018));
  transition: transform 200ms ease, border-color 200ms ease, background 200ms ease;
}

.home-testimonial:hover {
  transform: translateY(-4px);
  border-color: rgba(139, 146, 255, 0.34);
  background: rgba(99, 102, 241, 0.07);
}

.home-testimonial__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.home-testimonial__meta span {
  color: #aab2ff;
  font-size: 0.78rem;
  letter-spacing: 0.08em;
}

.home-testimonial__meta small {
  color: #7f869a;
  font-size: 0.72rem;
}

.home-testimonial blockquote {
  margin: 0;
  color: #e5e7f1;
  font-size: clamp(1rem, 1.35vw, 1.18rem);
  line-height: 1.65;
}

.home-testimonial footer {
  display: flex;
  align-items: center;
  gap: 12px;
}

.home-testimonial footer strong {
  color: #f4f5fb;
  font-size: 0.86rem;
}

.home-testimonial__avatar {
  display: inline-flex;
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: linear-gradient(145deg, #606cf2, #313b9c);
  color: #fff;
  font-size: 0.8rem;
  font-weight: 800;
}

.home-testimonial__avatar--accent {
  background: linear-gradient(145deg, #8f63dd, #56308e);
}

.home-testimonial__avatar--blue {
  background: linear-gradient(145deg, #3e9bd6, #245779);
}

.home-proof {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 16px;
}

.home-proof__panel {
  min-height: 300px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 24px;
  padding: clamp(26px, 4vw, 48px);
  background: rgba(255, 255, 255, 0.035);
  transition: transform 220ms ease, border-color 220ms ease, background 220ms ease;
}

.home-proof__panel:hover {
  transform: translateY(-4px);
  border-color: rgba(139, 146, 255, 0.28);
  background: rgba(255, 255, 255, 0.05);
}

.home-proof__panel h3 {
  max-width: 620px;
  margin: 16px 0 14px;
  color: #f4f5fb;
  font-size: clamp(28px, 3.4vw, 48px);
  letter-spacing: -0.04em;
  line-height: 1.04;
}

.home-proof__panel p {
  max-width: 660px;
  margin: 0;
  color: #a3a8b9;
  line-height: 1.65;
}

.home-partners {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 28px;
}

.home-partner {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 20px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  padding: 12px;
  background: rgba(255, 255, 255, 0.035);
  color: inherit;
  text-decoration: none;
  transition: border-color 180ms ease, background 180ms ease, transform 180ms ease;
}

a.home-partner:hover {
  border-color: rgba(139, 146, 255, 0.35);
  background: rgba(139, 146, 255, 0.08);
  transform: translateY(-2px);
}

.home-recognition {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px;
  margin-top: 24px;
}

.home-recognition > span {
  display: grid;
  gap: 5px;
  border: 1px solid rgba(139, 146, 255, 0.14);
  border-radius: 15px;
  padding: 13px 14px;
  background: rgba(139, 146, 255, 0.06);
}

.home-recognition strong,
.home-recognition small {
  display: block;
}

.home-recognition strong {
  color: #eef0ff;
  font-size: 0.9rem;
}

.home-recognition small {
  color: #9298ab;
  font-size: 0.72rem;
  line-height: 1.4;
}

.home-partner img {
  width: 78px;
  height: 78px;
  border-radius: 18px;
  object-fit: contain;
  background: #fff;
}

.home-partner strong,
.home-partner span {
  display: block;
}

.home-partner strong {
  color: #f3f4fa;
  font-size: 18px;
}

.home-partner span {
  margin-top: 4px;
  color: #8f95a8;
  font-size: 13px;
}

.home-cta {
  position: relative;
  overflow: hidden;
  margin-top: clamp(80px, 10vw, 150px);
  border: 1px solid rgba(139, 146, 255, 0.36);
  border-radius: 30px;
  padding: clamp(38px, 7vw, 82px);
  background: linear-gradient(135deg, rgba(99, 102, 241, 0.22), rgba(255, 255, 255, 0.035));
}

.home-cta::after {
  position: absolute;
  width: 360px;
  height: 360px;
  top: -210px;
  right: -80px;
  border-radius: 50%;
  background: #747bff;
  filter: blur(90px);
  opacity: 0.28;
  content: "";
}

.home-cta h2 {
  position: relative;
  z-index: 1;
  max-width: 900px;
  margin: 0;
  color: #f8f8fc;
  font-size: clamp(38px, 5vw, 72px);
  letter-spacing: -0.05em;
  line-height: 1;
}

.home-cta p {
  position: relative;
  z-index: 1;
  max-width: 660px;
  margin: 24px 0 0;
  color: #b4b8c8;
  font-size: 18px;
  line-height: 1.6;
}

@media (max-width: 1080px) {
  .home-hero {
    grid-template-columns: 1fr;
    padding-top: 55px;
  }

  .home-showreel {
    min-height: 540px;
  }

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

@media (max-width: 760px) {
  .home-main {
    width: min(100% - 28px, 1440px);
    padding-top: 22px;
  }

  .home-hero {
    min-height: auto;
    gap: 42px;
  }

  .home-hero h1 {
    font-size: clamp(43px, 14vw, 64px);
  }

  .home-showreel {
    min-height: 420px;
  }

  .home-showreel::before {
    filter: blur(46px);
    opacity: 0.72;
  }

  .home-showreel__card {
    border-radius: 20px;
    box-shadow: 0 20px 54px rgba(0, 0, 0, 0.34);
  }

  .home-showreel__card--main {
    inset: 6% 3% 12% 3%;
  }

  .home-showreel__card--top,
  .home-showreel__card--bottom {
    width: 43%;
    height: 27%;
  }

  .home-section__head,
  .home-proof {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .home-route-grid,
  .home-category-grid,
  .home-testimonials {
    grid-template-columns: 1fr;
  }

  .home-recognition {
    grid-template-columns: 1fr;
  }

  .home-partners {
    grid-template-columns: 1fr;
  }

  .home-route-card {
    min-height: 220px;
  }

  .home-category {
    min-height: 330px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-primary,
  .home-secondary,
  .home-route-card,
  .home-route-card::before,
  .home-category img,
  .home-testimonial,
  .home-proof__panel {
    transition: none;
  }
}
