:root {
  --bg: #ffffff;
  --text: #101523;
  --muted: #58617a;
  --line: #e7ebf2;
  --blue: #23b8ff;
  --orange: #f97316;
  --dark: #04070d;
}

* { box-sizing: border-box; }

html, body {
  margin: 0;
  padding: 0;
  background: var(--bg);
  color: var(--text);
  font-family: "Manrope", sans-serif;
}

h1, h2, h3, h4, p { margin: 0; }

a { color: inherit; text-decoration: none; }

.container {
  width: min(1280px, calc(100% - 2rem));
  margin-inline: auto;
}

.section { padding: 5.6rem 0; }
.center { text-align: center; }
.accent { color: var(--orange); }
.muted { color: var(--muted); line-height: 1.6; }

.tag {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.35rem 0.7rem;
  border: 1.5px solid #95dcff;
  border-radius: 999px;
  font-size: 0.84rem;
  font-weight: 700;
  color: #0a7db0;
  background: #fff;
}

.tag span {
  width: 14px;
  height: 14px;
  border-radius: 999px;
  border: 1px solid #8ad7ff;
  position: relative;
  display: inline-block;
}

.tag span::after {
  content: "";
  position: absolute;
  inset: 4px;
  border-radius: 999px;
  background: #2fb6ff;
}

.hero {
  position: relative;
  min-height: 780px;
  border-radius: 0 0 22px 22px;
  overflow: hidden;
  background-color: #0b111e;
}

.hero.short { min-height: 380px; }

.hero-home {
  background: #111725 url("images/figma/d519e4cf-406e-4fbb-b020-1456349a2d72.png") center/cover no-repeat;
}

.hero-about {
  background:
    linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url("images/figma/82a484a5-4c94-4418-95e3-45f92a47e8ee.png") center/cover no-repeat;
}

.hero-services {
  background:
    radial-gradient(circle at 65% 18%, rgba(255, 146, 41, 0.95), transparent 22%),
    radial-gradient(circle at 75% 28%, rgba(31, 185, 255, 0.92), transparent 26%),
    radial-gradient(circle at 54% 35%, rgba(255, 115, 0, 0.42), transparent 34%),
    linear-gradient(120deg, #090d16 8%, #12192b 44%, #0a0f1d 100%);
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(4, 8, 16, 0.82) 0%, rgba(4, 8, 16, 0.66) 38%, rgba(4, 8, 16, 0.38) 68%, rgba(4, 8, 16, 0.28) 100%);
}

.site-nav {
  position: relative;
  z-index: 3;
  margin-top: 1.45rem;
  width: min(685px, calc(100% - 2rem));
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 69px;
  background: #fff;
  border-radius: 999px;
  border: 0;
  border-bottom: 1px solid rgba(13, 10, 5, 0.15);
  min-height: 52px;
  padding: 0 64px;
}

.brand { font-size: 1.06rem; font-weight: 800; letter-spacing: 0.01em; }

.brand-logo img {
  width: 160px;
  height: 56px;
  object-fit: contain;
  display: block;
}

.nav-links {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 32px;
  margin: 0;
  margin-left: auto;
  padding: 0;
  width: 248px;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 16px;
}

.nav-links a.active { color: #0d0a05; }

.nav-links a {
  white-space: nowrap;
}

.menu-btn {
  display: none;
  border: 0;
  background: transparent;
  width: 2.4rem;
  height: 2.4rem;
  padding: 0;
}

.menu-btn span {
  display: block;
  width: 1.4rem;
  height: 2px;
  background: #171b27;
  margin: 4px auto;
}

.hero-copy {
  position: relative;
  z-index: 3;
  color: #fff;
  padding-top: 10.5rem;
  max-width: 940px;
}

.small-copy { padding-top: 6.4rem; }

.hero-copy h1 {
  font-size: clamp(2.1rem, 5.3vw, 4.4rem);
  line-height: 1.02;
  margin: 0.85rem 0 1rem;
  letter-spacing: -0.02em;
}

.hero-copy p {
  max-width: 760px;
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(1rem, 1.4vw, 1.35rem);
  line-height: 1.42;
}

.hero-home .hero-copy h1 {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 50px;
  line-height: 1.2;
  letter-spacing: -0.01em;
}

.hero-home .hero-copy p {
  font-family: "Inter", sans-serif;
  font-weight: 300;
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: -0.01em;
  color: #dadada;
}

.home-page .hero {
  min-height: 800px;
  border-radius: 0;
  background: #fff;
}

.home-page .hero-home {
  background: none;
}

.home-page .hero-home::before {
  content: "";
  position: absolute;
  inset: 32px 25px 0;
  border-radius: 24px;
  background: #111725 url("images/figma/d24a2952-4222-48ba-a19a-fe7ce2601835.png") center/cover no-repeat;
  z-index: 0;
}

.home-page .hero-overlay {
  inset: 34px 25px 0;
  border-radius: 24px;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.51) 51.92%, rgba(56, 56, 56, 0.51) 60.1%, rgba(214, 214, 214, 0.51) 100%);
  backdrop-filter: blur(5px);
}

.home-page .hero-copy {
  padding-top: 508.524658px;
  width: min(1144px, calc(100% - 160px));
  max-width: 1144px;
  margin-left: 80px;
  margin-right: 0;
  position: relative;
}

.home-page .hero-copy h1 {
  margin: 0;
  max-width: 1144px;
  min-height: 120px;
}

.home-page main {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-top: 40px;
}

.home-page main > .section {
  margin: 0;
}

.home-page main > .section > .container {
  width: min(1280px, calc(100% - 160px));
}

.home-page .section-growth {
  min-height: 800px;
  padding-top: 93px;
  padding-bottom: 52px;
  position: relative;
  overflow: hidden;
  background: #fff;
}

.home-page .section-growth::before {
  content: "";
  position: absolute;
  inset: -356px -380px auto -341px;
  height: 1532.407px;
  background: url("images/figma/0b4f0512-9084-4f99-8f0d-ae42d86849a5.png") center/contain no-repeat;
  pointer-events: none;
  z-index: 0;
}

.home-page .section-growth > .container {
  position: relative;
  z-index: 1;
}

.home-page .section-services {
  min-height: 1206px;
  padding-top: 0;
  padding-bottom: 25.5263px;
  position: relative;
  overflow: hidden;
  background: #fff;
}

.home-page .section-services::before {
  content: "";
  position: absolute;
  inset: -260px -260px auto -260px;
  height: 1200px;
  background: url("images/figma/cd1b6ff0-a09b-4aca-8268-67d4d144b045.png") center/contain no-repeat;
  pointer-events: none;
  opacity: 0.28;
  z-index: 0;
}

.home-page .section-services::after {
  content: "";
  position: absolute;
  inset: -200px -220px auto -220px;
  height: 1100px;
  background: url("images/figma/207cf92c-1d9b-42ca-8658-274d3b2f08c9.png") center/contain no-repeat;
  pointer-events: none;
  opacity: 0.22;
  z-index: 0;
}

.home-page .section-services > .container {
  position: relative;
  z-index: 1;
}

.home-page .site-nav {
  position: absolute;
  top: 61.524688px;
  left: 50%;
  transform: translateX(calc(-50% + 0.5px));
  z-index: 4;
  margin-top: 0;
  width: 685px;
  border-radius: 60px;
  min-height: 52px;
  padding: 0 64px;
  gap: 69px;
  justify-content: flex-start;
  border: 0;
  border-bottom: 1px solid rgba(13, 10, 5, 0.15);
}

.home-page .site-nav .nav-links {
  margin-left: auto;
  width: 248px;
  padding: 0 4px;
  gap: 32px;
}

.home-page .site-nav .brand-logo {
  width: 160px;
  height: 56px;
  display: block;
  flex: 0 0 auto;
}

.home-page .site-nav .brand-logo img {
  width: 160px;
  height: 25.6256px;
  margin-top: 15.1872px;
  object-fit: contain;
}

.home-page .hero-copy p {
  max-width: 609px;
  min-height: 48px;
  margin-left: 3px;
  margin-top: 6px;
}

.home-page main .tag {
  min-height: 42px;
  padding: 6px 15px;
  gap: 12px;
  border-radius: 101px;
  border-color: rgba(0, 0, 0, 0.15);
  background: transparent;
  color: #000;
  font: 500 20px/30px "Inter", sans-serif;
}

.home-page main .tag span {
  width: 24px;
  height: 24px;
  border: 0;
  border-radius: 8px;
  background: #eef6ff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.home-page main .tag span::after {
  inset: 6px;
  background: #0f172a;
}

.home-page .btn-outline {
  margin-top: 20px;
  min-width: 235px;
  min-height: 64px;
  padding: 14px 50px;
  border-width: 3px;
  font: 500 20px/30px "Inter", sans-serif;
  gap: 12px;
}

.home-page .section-growth .split-2 {
  gap: 58px;
  grid-template-columns: 611px 610px;
  align-items: center;
}

.home-page .section-growth .split-2 > div:first-child {
  position: relative;
  width: 611px;
  min-height: 270px;
  padding-top: 51px;
}

.home-page .section-growth .split-2 h2 {
  font: 400 48px/57.6px "Inter", sans-serif;
  letter-spacing: -0.01em;
  max-width: 673px;
}

.home-page .section-growth .tag {
  width: 140px;
  border-width: 3px;
  border-style: solid;
  border-color: #0f172a;
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
}

.home-page .section-growth .tag .growth-tag-icon {
  width: 24px;
  height: 24px;
  border-radius: 8px;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.home-page .section-growth .tag .growth-tag-icon img {
  width: 24px;
  height: 24px;
  display: block;
}

.home-page .section-growth .muted {
  max-width: 560px;
  font: 500 20px/30px "Inter", sans-serif;
  color: rgba(0, 0, 0, 0.75);
}

.home-page .section-growth .home-growth-link {
  margin-top: 24px;
  width: fit-content;
  min-width: 206px;
  min-height: 64px;
  padding: 14px 42px;
  border-radius: 101px;
  font: 500 20px/30px "Inter", sans-serif;
  color: #000;
  background: #fff;
  border: 3px solid #00c2ff;
  gap: 12px;
  white-space: nowrap;
}

.home-page .section-growth .stats {
  margin-top: 10px;
  gap: 16px;
}

.home-page .section-growth .stats article {
  border-top: 0;
  padding-top: 0;
}

.home-page .section-growth .stats h3 {
  font: 600 32px/48px "Inter", sans-serif;
  color: #000;
}

.home-page .section-growth .stats p {
  font: 400 16px/24px "Inter", sans-serif;
  color: #000;
}

.home-page .section-services h2 {
  font: 400 48px/57.6px "Inter", sans-serif;
  letter-spacing: -0.01em;
  max-width: 1254px;
  margin: 0;
}

.home-page .section-services .services-intro {
  margin: 0;
  max-width: 1162px;
  font: 400 18px/27px "Inter", sans-serif;
  color: #0d0a05;
  text-align: center;
}

.home-page .section-services .container.center {
  min-height: 291px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 0;
  position: relative;
}

.home-page .section-services .container.center > .tag {
  width: 150px;
  justify-content: center;
  border: 3px solid #38bdf8;
  position: absolute;
  top: 24px;
  left: 50%;
  transform: translateX(-50%);
  margin: 0;
}

.home-page .section-services .home-services-tag-icon {
  width: 24px;
  height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  overflow: hidden;
}


.home-page .section-services .services-heading-block {
  margin-top: 97px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}

.home-page .section-services .card-grid {
  margin-top: 80px;
  column-gap: 48px;
  row-gap: 80px;
  grid-template-columns: repeat(2, minmax(0, 616px));
}

.home-page .service-card {
  min-height: 364px;
  border-radius: 20px;
  padding: 24px;
  border: 0;
  position: relative;
  isolation: isolate;
}

.home-page .service-card::after {
  display: none;
}

.home-page .section-services .card-grid .service-card:nth-child(1)::after {
  content: none;
  display: none;
}

.home-page .section-services .card-grid .service-card > * {
  position: relative;
  z-index: 1;
}

.home-page .section-services .card-grid .service-card:nth-child(1) {
  background: url("images/figma/4617ed29-4b15-48d2-a177-d65984d87ca5.png") center/cover no-repeat;
  color: #fff;
}

.home-page .section-services .card-grid .service-card:nth-child(2) {
  background: url("images/figma/45094edc-5ec5-4adc-a99b-ed66e43f113e.png") center/cover no-repeat;
  color: #0d0a05;
}

.home-page .section-services .card-grid .service-card:nth-child(3) {
  background: url("images/figma/da26fd67-9f65-413b-9e6d-c05e889f1f79.png") center/cover no-repeat;
  color: #262626;
}

.home-page .section-services .card-grid .service-card:nth-child(4) {
  background: url("images/figma/0c25270a-484b-49bc-9a2a-0a1b64c7a0f2.png") center/cover no-repeat;
  color: #c3c3c3;
}

.home-page .section-services .card-grid .service-card:nth-child(4) p {
  color: #d9d9d9;
}

.home-page .service-card h3 {
  font: 600 32px/1.3 "Inter", sans-serif;
  letter-spacing: -0.32px;
  text-align: center;
  margin-bottom: 10px;
}

.home-page .service-card p {
  font: 400 24px/1.5 "Inter", sans-serif;
  text-align: center;
  opacity: 1;
}

.home-page .section-services .card-grid .service-card:nth-child(1) h3 { max-width: 491px; margin-left: auto; margin-right: auto; }
.home-page .section-services .card-grid .service-card:nth-child(1) p { max-width: 589px; margin-left: auto; margin-right: auto; }
.home-page .section-services .card-grid .service-card:nth-child(2) h3,
.home-page .section-services .card-grid .service-card:nth-child(4) h3 { max-width: 616px; margin-left: auto; margin-right: auto; }
.home-page .section-services .card-grid .service-card:nth-child(2) p,
.home-page .section-services .card-grid .service-card:nth-child(4) p { max-width: 558px; margin-left: auto; margin-right: auto; }
.home-page .section-services .card-grid .service-card:nth-child(3) h3 { max-width: 469px; margin-left: auto; margin-right: auto; }
.home-page .section-services .card-grid .service-card:nth-child(3) p { max-width: 573px; margin-left: auto; margin-right: auto; }

.home-page .service-card .chips {
  margin-top: 26px;
  gap: 14px;
  justify-content: flex-start;
}

.home-page .service-card .chips span {
  font: 400 24px/1.3 "Inter", sans-serif;
  border-radius: 50px;
  padding: 10px 26px;
  letter-spacing: -0.24px;
}

.home-page .section-services .card-grid .service-card:nth-child(2) h3,
.home-page .section-services .card-grid .service-card:nth-child(4) h3 {
  font-size: 30px;
  letter-spacing: -0.3px;
}

.home-page .section-services .card-grid .service-card:nth-child(2) .chips span:nth-child(1) { min-width: 235px; text-align: center; }
.home-page .section-services .card-grid .service-card:nth-child(2) .chips span:nth-child(2) { min-width: 266px; text-align: center; }
.home-page .section-services .card-grid .service-card:nth-child(2) .chips span:nth-child(3) { min-width: 124px; text-align: center; }
.home-page .section-services .card-grid .service-card:nth-child(2) .chips span:nth-child(4) { min-width: 266px; text-align: center; }

.home-page .section-services .card-grid .service-card:nth-child(3) .chips span:nth-child(1) { min-width: 100px; text-align: center; }
.home-page .section-services .card-grid .service-card:nth-child(3) .chips span:nth-child(2) { min-width: 154px; text-align: center; }
.home-page .section-services .card-grid .service-card:nth-child(3) .chips span:nth-child(3) { min-width: 154px; text-align: center; }
.home-page .section-services .card-grid .service-card:nth-child(3) .chips span:nth-child(4) { min-width: 100px; text-align: center; }

.home-page .section-services .card-grid .service-card:nth-child(4) .chips span:nth-child(1) { min-width: 180px; text-align: center; }
.home-page .section-services .card-grid .service-card:nth-child(4) .chips span:nth-child(2) { min-width: 179px; text-align: center; }
.home-page .section-services .card-grid .service-card:nth-child(4) .chips span:nth-child(3) { min-width: 225px; text-align: center; }
.home-page .section-services .card-grid .service-card:nth-child(4) .chips span:nth-child(4) { min-width: 207px; text-align: center; }

.home-page .section-services .card-grid .service-card:nth-child(1) .chips span,
.home-page .section-services .card-grid .service-card:nth-child(4) .chips span {
  border: 1px solid rgba(255, 255, 255, 0.33);
  background: rgba(255, 255, 255, 0.27);
  color: #fff;
}

.home-page .section-services .card-grid .service-card:nth-child(2) .chips span,
.home-page .section-services .card-grid .service-card:nth-child(3) .chips span {
  border: 1px solid rgba(0, 0, 0, 0.33);
  background: rgba(255, 255, 255, 0.27);
  color: #0d0a05;
}

.home-page .section-clients .split-head {
  width: 100%;
  margin: 0 auto;
  grid-template-columns: minmax(0, 457px) minmax(0, 1fr);
  gap: clamp(24px, 6vw, 194px);
  align-items: start;
}

.home-page .section-clients {
  position: relative;
  overflow: hidden;
  background: #fff;
  min-height: 800px;
  padding-top: 48px;
  padding-bottom: 0;
}

.home-page .section-clients::before {
  content: none;
}

.home-page .section-clients::after {
  content: "UPNYX";
  position: absolute;
  right: 86px;
  bottom: 20px;
  font: 700 198px/1 "Inter", sans-serif;
  letter-spacing: 0.03em;
  color: #d9d9d9;
  opacity: 0.35;
  pointer-events: none;
  z-index: 0;
}

.home-page .section-clients > .container {
  position: relative;
  z-index: 1;
}

.home-page .section-clients .logos {
  margin-top: 58px;
  width: 100%;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  column-gap: 32px;
  row-gap: 34px;
  justify-content: stretch;
}

.home-page .section-clients .split-head .tag {
  width: 138px;
  min-height: 42px;
  padding: 6px 15px;
  gap: 12px;
  border-radius: 101px;
  border: 3px solid #38bdf8;
  color: #000;
  font: 500 20px/30px "Inter", sans-serif;
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
}

.home-page .section-clients .split-head .tag span {
  width: 24px;
  height: 24px;
  border-radius: 8px;
  border: 0;
}

.home-page .section-clients .split-head .tag span::after {
  content: none;
}

.home-page .home-clients-tag-icon,
.home-page .home-testimonials-tag-icon {
  width: 24px;
  height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  overflow: hidden;
}


.home-page .section-clients .split-head h2 {
  width: 457px;
  min-height: 58px;
  font: 400 48px/57.6px "Inter", sans-serif;
  letter-spacing: -0.01em;
  margin: 0;
}

.home-page .section-clients .split-head > div {
  position: relative;
  width: 457px;
  min-height: 112.5px;
  padding-top: 54.5px;
}

.home-page .section-clients .split-head .muted {
  width: 629px;
  min-height: 54px;
  margin: 0;
  font: 400 18px/27px "Inter", sans-serif;
  color: #0d0a05;
}

.home-page .testimonials {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 0;
  padding: 0;
  min-height: 645px;
  position: relative;
  overflow: hidden;
  background: #fff;
}

.home-page .testimonials::before {
  content: "";
  position: absolute;
  inset: -180px -180px auto -180px;
  height: 1200px;
  background: url("images/figma/424b2e03-2682-4459-99f9-240c9bdf7624.png") center/115% auto no-repeat;
  opacity: 0.36;
  pointer-events: none;
  z-index: 0;
}

.home-page .testimonials > .tag {
  width: 211px;
  min-height: 42px;
  padding: 6px 15px;
  gap: 12px;
  border-radius: 101px;
  border: 3px solid #f97316;
  color: #000;
  font: 500 20px/30px "Inter", sans-serif;
}

.home-page .testimonials > .tag span {
  width: 24px;
  height: 24px;
  border-radius: 8px;
  border: 0;
}

.home-page .testimonials > .tag span::after {
  content: none;
}

.home-page .quote-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 394.67px));
  justify-content: center;
  width: min(1280px, 100%);
  min-height: 284px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  gap: 48px;
  align-items: start;
  isolation: isolate;
}

.home-page .quote-grid article {
  position: relative;
  z-index: 1;
  border: 0;
  background: transparent;
  border-radius: 0;
  width: 394.67px;
  max-width: 100%;
  min-height: 284px;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
  text-align: center;
}

.home-page .quote-grid article + article::before {
  content: none;
}

.home-page .quote-grid article::after {
  content: "";
  position: absolute;
  left: -1.165px;
  top: 1.5px;
  width: 397px;
  height: 284px;
  background: #fff;
  mix-blend-mode: soft-light;
  border-radius: 16px;
  z-index: -1;
}

.home-page .quote-grid article:first-child::after {
  height: 283px;
}

.home-page .quote-grid article:nth-child(3)::after {
  top: -0.5px;
  height: 285px;
  border-radius: 16px;
}

.home-page .quote-grid article > p {
  color: #0d0a05;
  font: 400 20px/28px "Inter", sans-serif;
  letter-spacing: -0.01em;
  width: 394.67px;
  min-height: 140px;
  margin-bottom: 24px;
}

.home-page .quote-grid article:nth-child(3) > p {
  min-height: 112px;
}

.home-page .quote-grid .quote-role {
  min-height: 24px;
}

.home-page .quote-grid h4,
.home-page .quote-grid .quote-role {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.home-page .quote-grid .quote-avatar {
  margin-bottom: 16px;
}

.home-page .quote-avatar {
  width: 56px;
  height: 56px;
}

.home-page .testimonials .testimonials-title h2 {
  margin-top: 0;
  width: 127px;
  min-height: 30px;
  font: 700 20px/30px "Inter", sans-serif;
  color: #0d0a05;
}

.home-page .quote-grid h4 {
  font: 600 16px/24px "Inter", sans-serif;
  margin-top: 0;
}

.home-page .testimonials .testimonials-title .muted {
  width: 768px;
  min-height: 27px;
  margin-top: 0;
  font: 400 18px/27px "Inter", sans-serif;
  color: #0d0a05;
}

.home-page .testimonials > .testimonials-title {
  max-width: 768px;
  min-height: 57px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
}

.home-page .quote-role {
  margin-top: 0;
  font: 300 16px/24px "Inter", sans-serif;
  color: #0d0a05;
}

@media (min-width: 1041px) {
  .home-page .testimonials > .tag {
    position: absolute;
    top: 48.5px;
    left: 50%;
    transform: translateX(-50%);
    margin: 0;
  }

  .home-page .testimonials > .testimonials-title {
    position: absolute;
    top: 112px;
    left: 50%;
    transform: translateX(-50%);
    width: 768px;
  }

  .home-page .quote-grid {
    position: absolute;
    left: 50%;
    top: 249px;
    transform: translateX(-50%);
    width: 1280px;
    margin: 0;
  }
}

.home-page .cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 49px;
  min-height: 800px;
  padding-top: 0;
  padding-bottom: 23px;
  position: relative;
  overflow: hidden;
  background: #fff;
}

.home-page .cta::before {
  content: none;
}

.home-page .cta > .container {
  position: relative;
  z-index: 1;
}

.home-page .cta > .container.center h2 {
  font: 400 48px/57.6px "Inter", sans-serif;
  letter-spacing: -0.01em;
  max-width: 768px;
}

.home-page .cta > .container.center .muted {
  font: 400 18px/27px "Inter", sans-serif;
  color: #0d0a05;
  max-width: 768px;
}

.home-page .cta > .container.center + .contact-wrap {
  mix-blend-mode: normal;
}

.home-page .cta > .container.center {
  width: min(768px, 100%);
  max-width: 768px;
  display: grid;
  justify-items: center;
  gap: 13px;
}

.home-page .btn-row {
  width: min(348px, 100%);
  min-height: 44px;
  margin-top: 19px;
  gap: 16px;
}

.home-page .btn-row .btn-primary {
  min-width: 132px;
  min-height: 44px;
  width: fit-content;
  border-radius: 44px;
  padding: 10px 24px;
  font: 500 16px/24px "Inter", sans-serif;
  color: #040404;
  box-shadow: none;
  white-space: nowrap;
}

.home-page .btn-row .btn-light {
  min-width: 200px;
  min-height: 42px;
  width: fit-content;
  border-radius: 101px;
  padding: 6px 17px;
  font: 500 16px/24px "Inter", sans-serif;
  background: transparent;
  border: 3px solid #f97316;
  color: #000;
  gap: 12px;
  white-space: nowrap;
}

.home-page .contact-wrap {
  margin-top: 0;
  width: min(1280px, 100%);
  max-width: 1280px;
  min-height: 554px;
  border-radius: 36px;
  padding: 120px 64px 49px;
  gap: 80px;
  grid-template-columns: 536px 536px;
  background: #f5f0e4;
  mix-blend-mode: normal;
}

.home-page .contact-wrap > div:first-child {
  width: min(536px, 100%);
  max-width: 536px;
  align-self: center;
}

.home-page .contact-wrap h3 {
  font: 700 48px/56px "Manrope", sans-serif;
  letter-spacing: -0.48px;
  color: #0d0a05;
  margin-bottom: 24px;
  max-width: 536px;
}

.home-page .contact-wrap .muted,
.home-page .contact-wrap li {
  color: #0d0a05;
  font-family: "Inter", sans-serif;
}

.home-page .contact-wrap > div > .muted {
  max-width: 536px;
  font: 400 18px/28px "Inter", sans-serif;
}

.home-page .contact-wrap ul {
  margin: 8px 0 0;
  padding-left: 0;
  list-style: none;
  display: grid;
  gap: 16px;
}

.home-page .contact-wrap li {
  font: 400 16px/24px "Inter", sans-serif;
  display: inline-flex;
  align-items: flex-start;
  gap: 16px;
  padding-left: 0;
}

.home-page .contact-wrap .contact-form {
  width: min(536px, 100%);
  height: 385px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 16px;
  background: #040404;
  color: #e5e7eb;
  border: 0;
  border-radius: 35px;
  padding: 40px 40px 56px;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  min-height: 385px;
  align-self: center;
  gap: 24px;
}

.home-page .contact-wrap .contact-form input,
.home-page .contact-wrap .contact-form select,
.home-page .contact-wrap .contact-form textarea {
  background: #121212;
  color: #f3f4f6;
  border: 1px solid #3f3f46;
  border-radius: 14px;
  min-height: 49px;
  padding: 14px 12px;
  font: 400 16px/19px "Inter", sans-serif;
}

.home-page .contact-wrap .contact-form input::placeholder,
.home-page .contact-wrap .contact-form textarea::placeholder {
  color: #8f96a3;
}

.home-page .contact-wrap .contact-form label {
  gap: 8px;
  color: rgba(255, 255, 255, 0.72);
  font: 700 10px/15px "JetBrains Mono", monospace;
  letter-spacing: 0;
}

.home-page .contact-wrap .contact-form > label:nth-child(3),
.home-page .contact-wrap .contact-form > button,
.home-page .contact-wrap .contact-form > .form-note {
  grid-column: 1 / -1;
}

.home-page .contact-wrap .contact-form select {
  min-height: 50px;
  padding: 12px 44px 12px 12px;
  font: 400 16px/24px "Inter", sans-serif;
  color: #f3f4f6;
  appearance: none;
  background-image: url("images/figma/b00e4114-615e-4ac0-955c-e3327ed9f056.svg");
  background-repeat: no-repeat;
  background-position: right 9px center;
  background-size: 24px 24px;
}

.home-page .contact-wrap .contact-form .btn-primary {
  min-height: 56px;
  border-radius: 16px;
  background: #20b6d9;
  color: #fff;
  font: 600 16px/24px "Inter", sans-serif;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.home-page .contact-wrap .form-note {
  color: #9ca3af;
  font: 400 10px/15px "Inter", sans-serif;
  text-align: center;
}

.home-page .contact-wrap .form-note:empty {
  display: none;
}

/* Home icon refinements (markup uses span placeholders, not img tags). */
.home-page .hero-copy .hero-start-icon,
.home-page .section-growth .home-growth-icon {
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}

.home-page .hero-copy .hero-start-icon {
  background: url("images/figma/71afffc6-560e-47d5-8d98-3b024ff38573.svg") center/12px 8px no-repeat;
  transform: rotate(90deg);
}

.home-page .section-growth .home-growth-icon {
  background: url("images/figma/7fbf10ee-81af-40db-b48d-06cf35264a4f.svg") center/12px 8px no-repeat;
  transform: rotate(90deg);
}

.home-page .contact-wrap .contact-form .btn-submit-icon {
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}

.home-page .contact-wrap .contact-form .btn-submit-icon::before {
  content: "";
  width: 8px;
  height: 8px;
  border-right: 2px solid currentColor;
  border-top: 2px solid currentColor;
  transform: rotate(45deg);
}

.home-page .section-growth .growth-tag-icon,
.home-page .section-services .home-services-tag-icon,
.home-page .section-clients .home-clients-tag-icon,
.home-page .testimonials .home-testimonials-tag-icon {
  width: 24px;
  height: 24px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: radial-gradient(circle at 36% 34%, #33c8ff 0%, #11ace7 52%, #0493cf 100%);
  border: 1.5px solid #a5e7ff;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.35);
  flex: 0 0 auto;
  position: relative;
}

.home-page .section-growth .growth-tag-icon {
  border: 0;
  border-radius: 8px;
  box-shadow: none;
  background: url("Logo/logo_only_upnyx.png") center/contain no-repeat;
}

.home-page .section-services .home-services-tag-icon {
  border: 0;
  border-radius: 8px;
  box-shadow: none;
  background: url("Logo/logo_only_upnyx.png") center/contain no-repeat;
}

.home-page .section-clients .home-clients-tag-icon {
  border: 0;
  border-radius: 8px;
  box-shadow: none;
  background: url("Logo/logo_only_upnyx.png") center/contain no-repeat;
}

.home-page .testimonials .home-testimonials-tag-icon {
  border: 0;
  border-radius: 8px;
  box-shadow: none;
  background: url("Logo/logo_only_upnyx.png") center/contain no-repeat;
}

.home-page .section-growth .growth-tag-icon::before,
.home-page .section-services .home-services-tag-icon::before,
.home-page .section-clients .home-clients-tag-icon::before,
.home-page .testimonials .home-testimonials-tag-icon::before {
  content: none;
}

.home-page .section-growth .growth-tag-icon::after,
.home-page .section-services .home-services-tag-icon::after,
.home-page .section-clients .home-clients-tag-icon::after,
.home-page .testimonials .home-testimonials-tag-icon::after {
  content: none;
}

.home-page .schedule-link .btn-call-icon {
  width: 24px;
  height: 24px;
  border-radius: 999px;
  border: 1.6px solid currentColor;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  flex: 0 0 auto;
}

.home-page .schedule-link .btn-call-icon::before {
  content: "";
  width: 10px;
  height: 5px;
  border: 1.6px solid currentColor;
  border-top: 0;
  border-radius: 0 0 8px 8px;
  transform: translateY(1px);
}

.home-page .contact-wrap .home-check-icon {
  width: 18px;
  height: 20px;
  border-radius: 999px;
  border: 1.5px solid #20b6d9;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  margin-top: 2px;
}

.home-page .contact-wrap .home-check-icon::before {
  content: "";
  width: 6px;
  height: 3px;
  border-left: 1.6px solid #20b6d9;
  border-bottom: 1.6px solid #20b6d9;
  transform: rotate(-45deg) translateY(-0.5px);
}

.home-page .footer-social a {
  width: 24px;
  height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  position: relative;
  opacity: 0.95;
}

.home-page .footer-social .footer-icon-share::before {
  content: "";
  width: 13px;
  height: 13px;
  border-left: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg) translateY(-1px);
  border-radius: 1px;
}

.home-page .footer-social .footer-icon-globe::before {
  content: "";
  width: 14px;
  height: 14px;
  border: 2px solid currentColor;
  border-radius: 999px;
}

.home-page .footer-social .footer-icon-globe::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 2px;
  background: currentColor;
}

.home-page .footer-social .footer-icon-team::before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 999px;
  background: currentColor;
  box-shadow: -6px 0 0 currentColor, 6px 0 0 currentColor;
}

.home-page .footer-social .footer-icon-team::after {
  content: "";
  position: absolute;
  bottom: 4px;
  width: 14px;
  height: 5px;
  border-radius: 999px;
  border: 2px solid currentColor;
  border-top: 0;
}

.about-page .hero {
  min-height: 413.1px;
  background: #fff;
  border-radius: 0;
  overflow: visible;
}

.about-page .hero-overlay {
  display: none;
}

.about-page .hero-about {
  background: none;
  position: relative;
}

.about-page .hero-about::before {
  content: "";
  position: absolute;
  left: 10px;
  right: 10px;
  top: 10px;
  height: 393.1px;
  border-radius: 15px;
  background: #000 url("images/figma/82a484a5-4c94-4418-95e3-45f92a47e8ee.png") center/cover no-repeat;
  z-index: 0;
}

.about-page .hero-about::after {
  content: "";
  position: absolute;
  left: 10px;
  right: 10px;
  top: 10px;
  height: 393.1px;
  border-radius: 15px;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.about-page .container {
  width: min(1360px, calc(100% - 5rem));
}

.about-page .site-nav {
  position: absolute;
  top: 27px;
  left: 50%;
  transform: translateX(calc(-50% + 0.5px));
  z-index: 4;
  margin-top: 0;
  width: 685px;
  border-radius: 60px;
  min-height: 52px;
  padding: 0 64px;
  gap: 69px;
  justify-content: flex-start;
  border: 0;
  border-bottom: 1px solid rgba(13, 10, 5, 0.15);
}

.about-page .site-nav .nav-links {
  margin-left: auto;
  width: 248px;
  padding: 0 4px;
  gap: 32px;
}

.about-page .small-copy {
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  width: min(1360px, 100%);
  min-height: 393.1px;
  padding: 259px 10px 40px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.about-page .small-copy h1 {
  width: 1340px;
  max-width: 100%;
  min-height: 74px;
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 57px;
  line-height: 74px;
  color: #fff;
  margin: 0;
}

.about-page .small-copy .tag {
  position: absolute;
  left: 10px;
  bottom: 124.99px;
  width: 150px;
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  border-radius: 101px;
  border: 3px solid #18b7e5;
  background: transparent;
  color: #fff;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 20px;
  padding: 6px 15px;
}

.about-page .small-copy .tag .about-legacy-icon {
  width: 24px;
  height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  overflow: hidden;
}

.about-page .small-copy .tag .about-legacy-icon img {
  width: 24px;
  height: 24px;
  display: block;
}

.about-page main {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.about-page main > .section {
  margin: 0;
}

.about-page .about-mission h2 {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 47px;
  color: #8c8c8c;
  max-width: 360.79px;
  min-height: 47.65px;
  display: flex;
  align-items: center;
}

.about-page .about-mission .muted {
  font-family: "Raleway", sans-serif;
  font-size: 28px;
  line-height: 44px;
  color: #000;
  max-width: 959.19px;
  min-height: 176px;
  display: flex;
  align-items: center;
}

.about-page .section-about-mission {
  min-height: 216px;
  margin-top: 80px;
  padding-top: 0;
  padding-bottom: 0;
}

.about-page .about-mission {
  grid-template-columns: 380.79px 979.19px;
  gap: 0;
  min-height: 216px;
  align-items: start;
}

.about-page .about-divider .container {
  border-top: 1px solid #efefef;
}

.about-page .about-divider hr {
  display: none;
}

.about-page .band-red h2 {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 54px;
  line-height: 70px;
}

.about-page .band-red p {
  max-width: 760px;
  min-height: 102px;
  margin: 0 auto;
  font-family: "Raleway", sans-serif;
  font-size: 19px;
  line-height: 34px;
  color: #000;
}

.about-page .section-about-highlight {
  padding: 10px 0;
  min-height: 554.19px;
  margin-top: 100px;
}

.about-page .section-about-highlight > .container {
  width: min(1360px, 100%);
  padding: 0;
}

.about-page .section-about-highlight .btn {
  min-width: 222px;
  min-height: 48px;
  padding: 6px 24px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  border-radius: 101px;
  border: 0;
  background: rgba(255, 255, 255, 0.42);
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.about-page .about-clients-link .about-clients-icon {
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.about-page .about-clients-link .about-clients-icon img {
  width: 36px;
  height: 36px;
  display: block;
  transform: rotate(90deg);
}

.about-page .section h2 {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
}

.about-page .section-about-tech {
  margin-top: 100px;
  padding-top: 0;
  padding-bottom: 0;
  min-height: 216px;
}

.about-page .section-about-tech .split-2 {
  grid-template-columns: 707.19px 652.79px;
  gap: 0;
  align-items: start;
}

.about-page .section-about-tech .split-2 h2 {
  max-width: 687.19px;
  min-height: 130px;
  display: flex;
  align-items: center;
  color: #000;
  font-size: 47px;
  line-height: 65px;
}

.about-page .section-about-tech .muted {
  min-height: 120px;
  padding-top: 15.225px;
  max-width: 462.79px;
  padding-left: 170px;
  font-family: "Raleway", sans-serif;
  font-size: 17px;
  line-height: 30px;
  color: #595959;
}

.about-page .section-about-tech-grid {
  margin-top: 20px;
  min-height: 285px;
  padding-top: 0;
  padding-bottom: 35px;
}

.about-page .section-about-tech-grid .tech-grid {
  width: 1340px;
  max-width: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(6, 210.83px);
  grid-auto-rows: 107.21px;
  justify-content: center;
  column-gap: 15px;
  row-gap: 34px;
}

.about-page .section-about-tech-grid .tech-grid .tech-card {
  width: 210.83px;
  height: 107.21px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.about-page .section-about-tech-grid .tech-grid .tech-card img {
  width: 210.83px;
  height: 107.21px;
  object-fit: contain;
  display: block;
}

.about-page .section-about-stats {
  margin-top: 35px;
  padding-top: 0;
  padding-bottom: 0;
  min-height: 397px;
}

.about-page .section-about-stats .stats {
  margin-top: 56px;
}

.about-page .section-about-stats h2 {
  max-width: 696px;
  margin: 0 auto;
  font-size: 48px;
  line-height: 65px;
  color: #000;
}

.about-page .section-about-stats .muted {
  max-width: 475px;
  margin: 20px auto 0;
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 31px;
  color: #595959;
}

.about-page .section-about-stats .stats h3 {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 64px;
  line-height: 96px;
  color: #000;
}

.about-page .section-about-stats .stats article {
  border-top: 0;
  padding-top: 0;
}

.about-page .section-about-stats .stats p {
  font: 400 16px/24px "Inter", sans-serif;
  color: #000;
}

.about-page .section-about-faq {
  margin-top: 110px;
  padding-top: 0;
  padding-bottom: 24px;
  min-height: 0;
}

.about-page .section-about-faq .faq-question {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  color: #575a5f;
}

.about-page .section-about-faq .faq-item:first-child .faq-question {
  color: #000;
}

.about-page .faq-question[aria-expanded="true"] {
  color: #000;
}

.about-page .section-about-contact {
  margin-top: 52px;
  padding-top: 0;
  padding-bottom: 90px;
  min-height: 0;
}

.about-page .section-clients {
  margin-top: 20px;
  padding-top: 0;
  padding-bottom: 0;
  min-height: 0;
  position: relative;
  overflow: hidden;
}

.about-page .section-clients::before,
.about-page .section-about-faq::before,
.about-page .section-about-contact::before {
  content: "";
  position: absolute;
  inset: -120px -220px auto -220px;
  height: 1100px;
  background: url("images/figma/7750df22-581b-4ef7-927c-44b3a4b2a5c7.png") center/contain no-repeat;
  pointer-events: none;
  opacity: 0.2;
  z-index: 0;
}

.about-page .section-clients > .container,
.about-page .section-about-faq > .container,
.about-page .section-about-contact > .container {
  position: relative;
  z-index: 1;
}

.about-page .section-clients .split-head h2 {
  font-family: "Raleway", sans-serif;
  font-size: 48px;
  line-height: 65px;
}

.about-page .section-clients .split-head .muted {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 30px;
  color: #595959;
}

.about-page .section-clients .split-head {
  width: 1340px;
  max-width: 100%;
  margin: 0 auto;
  grid-template-columns: 670px 670px;
  gap: 0;
  align-items: start;
  min-height: 72px;
}

.about-page .section-clients .split-head .muted {
  max-width: 580px;
  margin: 0;
  padding: 12px 0 0 90px;
}

.about-page .section-about-faq h2 {
  font-family: "Raleway", sans-serif;
  font-size: 48px;
  line-height: 65px;
  color: #000;
  width: 628px;
  max-width: 100%;
  margin-inline: auto;
}

.about-page .section-about-faq > .container.center {
  width: 1340px;
  max-width: 100%;
  margin: 0 auto;
  min-height: 0;
  padding: 0;
}

.about-page .faq-list {
  margin-top: 0;
  width: min(1120px, 100%);
  max-width: 100%;
  min-height: 0;
  padding: 20px 0 0;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  gap: 10px;
}

.about-page .faq-item {
  background: #f6f6f6;
  border: 1px solid #e5e5e5;
  border-radius: 15px;
  min-height: 0;
  display: flex;
  flex-direction: column;
  padding: 22px 20px;
}

.about-page .faq-item:first-child {
  border-radius: 10px;
  min-height: 0;
}

.about-page .faq-question {
  background: #f6f6f6;
  border-radius: 15px;
  padding: 0 56px 0 0;
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 29.69px;
  line-height: 30px;
  transform: none;
}

.about-page .faq-item:first-child .faq-question {
  border-radius: 15px 15px 0 0;
}

.about-page .faq-question::after {
  content: "";
  position: absolute;
  right: 19.89px;
  top: 50%;
  width: 10px;
  height: 11.42px;
  background: url("images/figma/ba85e458-ad88-45b4-9bc2-cf19e3a643f8.svg") center/contain no-repeat;
  transform: translateY(-50%);
  transition: opacity 160ms ease;
}

.about-page .faq-question[aria-expanded="true"]::after {
  background-image: url("images/figma/126207c6-01e5-4e3a-85d7-ad8ddfccec01.svg");
}

.about-page .faq-answer p {
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  line-height: 26px;
  color: #5d5d5d;
  max-width: 1062.11px;
  padding: 9.395px 0 0 11px;
  margin: 0;
}

.about-page .faq-item:first-child .faq-answer p {
  min-height: 27px;
  display: flex;
  align-items: center;
}

.about-page .section-about-contact > .split-2 {
  width: min(1360px, 100%);
  max-width: 100%;
  margin: 0 auto;
  align-items: start;
  gap: 28px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  min-height: 0;
}

.about-page .section-about-contact > .split-2 > div:first-child {
  width: auto;
  min-height: 0;
  padding: 0 10px;
}

.about-page .section-about-contact h2 {
  font-family: "Raleway", sans-serif;
  font-size: 48px;
  line-height: 65px;
  color: #000;
  max-width: 660px;
  min-height: 0;
  margin: 0;
  display: block;
}

.about-page .section-about-contact .muted {
  max-width: 497px;
  min-height: 0;
  margin-top: 0;
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 17px;
  line-height: 31px;
  color: #595959;
  display: block;
}

.about-page .section-about-contact .contact-form.light {
  width: auto;
  min-height: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border-radius: 20px;
  background: #fcfcfc;
  border: 1px solid #f1f1f1;
  padding: 24px;
  gap: 16px;
}

.about-page .section-about-contact .contact-form h3 {
  font-family: "Raleway", sans-serif;
  font-size: 48px;
  line-height: 65px;
  font-weight: 500;
  color: #000;
  width: 578.22px;
  max-width: 100%;
}

.about-page .section-about-contact .contact-form .contact-intro {
  margin: 0 0 20px;
  width: 578.22px;
  max-width: 100%;
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 17px;
  line-height: 31px;
  color: #595959;
}

.about-page .section-about-contact .contact-form .form-note:empty {
  display: none;
}

.about-page .section-about-contact .contact-form.light label {
  width: 100%;
}

.about-page .section-about-contact .contact-form.light input,
.about-page .section-about-contact .contact-form.light textarea {
  width: 100%;
  border: 1px solid #ededed;
  background: #f5f5f5;
  color: #7d7d7d;
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 16px;
}

.about-page .section-about-contact .contact-form.light input {
  min-height: 53px;
  border-radius: 100px;
  padding: 17px 0 15.11px 19.8889px;
  line-height: 19px;
}

.about-page .section-about-contact .contact-form.light textarea {
  min-height: 150px;
  border-radius: 20px;
  padding: 17.8889px 0 11.8889px 19.8889px;
  line-height: 21px;
  resize: none;
  overflow: auto;
}

.about-page .section-about-contact .contact-form.light .btn-primary {
  min-width: 150px;
  min-height: 48px;
  border-radius: 101px;
  padding: 6px 24px;
  font: 500 20px/30px "Inter", sans-serif;
  color: #000;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.about-page .section-about-contact .contact-form .about-submit-icon {
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.about-page .section-about-contact .contact-form .about-submit-icon img {
  width: 36px;
  height: 36px;
  display: block;
  transform: rotate(90deg);
}

.hero-services .hero-copy h1 { max-width: 620px; }

.grad {
  display: inline-block;
  background: linear-gradient(180deg, #9ad6ff, #1fb9ff 55%, #0f7db4);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  border: 1px solid transparent;
  padding: 0.68rem 1.12rem;
  font-weight: 700;
  font-size: 0.95rem;
  font-family: inherit;
  text-decoration: none;
  cursor: pointer;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    background-color 0.2s ease,
    border-color 0.2s ease,
    color 0.2s ease;
}

.btn-outline {
  margin-top: 1.5rem;
  border-width: 2px;
  border-color: var(--orange);
  color: #fff;
  background: transparent;
}

.btn-light {
  background: #fff;
  border-color: #dde5f0;
  color: #0f172d;
}

.btn-primary {
  background: var(--orange);
  color: #fff;
  box-shadow: 0 7px 24px rgba(249, 115, 22, 0.28);
}

.btn:focus-visible {
  outline: 3px solid rgba(56, 189, 248, 0.55);
  outline-offset: 2px;
}

.btn:active {
  transform: scale(0.96);
}

@media (hover: hover) and (pointer: fine) {
  .btn:hover {
    transform: translateY(-2px);
  }

  .btn-outline:hover {
    background: rgba(249, 115, 22, 0.14);
    border-color: #fb923c;
    box-shadow: 0 10px 24px rgba(249, 115, 22, 0.2);
  }

  .btn-light:hover {
    background: #fff7ed;
    border-color: #f97316;
    color: #111827;
    box-shadow: 0 10px 22px rgba(249, 115, 22, 0.18);
  }

  .btn-primary:hover {
    background: #ea580c;
    box-shadow: 0 12px 26px rgba(249, 115, 22, 0.35);
  }

  .home-page .schedule-link:hover .btn-call-icon {
    transform: translateX(2px);
    transition: transform 0.2s ease;
  }
}

.wave {
  background:
    radial-gradient(circle at 5% 18%, rgba(35, 184, 255, 0.12), transparent 42%),
    radial-gradient(circle at 95% 80%, rgba(249, 115, 22, 0.1), transparent 40%),
    repeating-radial-gradient(circle at 0% 50%, rgba(35, 184, 255, 0.08) 0 1px, transparent 1px 14px),
    #fff;
}

.split-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  align-items: start;
}

.split-2 h2 {
  font-size: clamp(2rem, 3.4vw, 3.3rem);
  line-height: 1.06;
  letter-spacing: -0.02em;
  margin-bottom: 0.95rem;
}

.section-growth .btn { margin-top: 1.3rem; }

.stats {
  margin-top: 1.7rem;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.8rem;
}

.stats article {
  border-top: 2px solid #eef2f8;
  padding-top: 0.65rem;
}

.stats h3 {
  font-size: clamp(1.7rem, 2.8vw, 2.5rem);
  color: #0f172d;
}

.stat-plus {
  color: #e12b2b;
  margin-left: 2px;
}

.stats p {
  font-size: 0.9rem;
  color: var(--muted);
  line-height: 1.35;
}

.section-services h2 {
  font-size: clamp(2rem, 3.3vw, 3.1rem);
  max-width: 980px;
  margin: 0.9rem auto 0;
  line-height: 1.1;
}

.card-grid {
  margin-top: 2.1rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.service-card {
  position: relative;
  border-radius: 16px;
  padding: 1.35rem;
  border: 1px solid #dde5f0;
  min-height: 220px;
  overflow: hidden;
}

.service-card::after {
  content: "";
  position: absolute;
  inset: auto -70px -80px auto;
  width: 240px;
  height: 240px;
  border-radius: 50%;
  opacity: 0.38;
}

.service-card.dark {
  background: linear-gradient(140deg, #090d14 0%, #1b2333 56%, #0f1625 100%);
  color: #fff;
}

.service-card.red {
  background: linear-gradient(130deg, #fff4f3, #ffe3e3);
}

.service-card.blue {
  background: linear-gradient(130deg, #eef7ff, #deefff);
}

.service-card.dark::after { background: radial-gradient(circle, rgba(255, 255, 255, 0.7), transparent 62%); }
.service-card.red::after { background: radial-gradient(circle, rgba(249, 115, 22, 0.36), transparent 62%); }
.service-card.blue::after { background: radial-gradient(circle, rgba(35, 184, 255, 0.36), transparent 62%); }

.service-card h3 { font-size: 2rem; margin-bottom: 0.52rem; line-height: 1.08; }
.service-card p { line-height: 1.5; color: inherit; opacity: 0.93; }

.chips {
  margin-top: 0.92rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.chips span {
  font-size: 0.86rem;
  border-radius: 999px;
  padding: 0.34rem 0.65rem;
  border: 1px solid rgba(255, 255, 255, 0.35);
  background: rgba(255, 255, 255, 0.16);
}

.red .chips span,
.blue .chips span {
  background: #fff;
  border-color: #d7deea;
}

.split-head {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  align-items: center;
}

.split-head h2 {
  font-size: clamp(2rem, 3.1vw, 3rem);
  line-height: 1.08;
}

.split-head .tag {
  margin-bottom: 10px;
}

.home-page .logos span,
.about-page .logos span {
  border: 0;
  border-radius: 0;
  background: transparent;
  padding: 0;
}

.home-page .logos {
  width: min(1212px, 100%);
  margin: 35px auto 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 279px));
  justify-content: center;
  column-gap: 32px;
  row-gap: 34px;
}

.about-page .logos {
  width: min(1212px, 100%);
  margin: 35px auto 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 279px));
  justify-content: center;
  column-gap: 32px;
  row-gap: 34px;
}

.home-page .logo-item,
.about-page .logo-item {
  min-height: 121.17px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.home-page .logo-item img {
  width: 100%;
  max-width: 279px;
  height: auto;
  max-height: 121.17px;
  object-fit: contain;
}

.about-page .logo-item img {
  max-width: 210px;
  height: auto;
  max-height: 56px;
}

.logos {
  margin-top: 2rem;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.8rem;
}

.logos span {
  border: 1px solid #e9eef7;
  border-radius: 10px;
  text-align: center;
  padding: 1rem 0.6rem;
  font-weight: 700;
  color: #36415c;
  background: #fff;
}

.logo-item img {
  width: 100%;
  max-width: 160px;
  height: 26px;
  object-fit: contain;
}

.testimonials { padding-top: 4.6rem; }

.quote-grid {
  margin-top: 1.8rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.9rem;
}

.quote-grid article {
  border: 1px solid #e4ebf8;
  border-radius: 12px;
  padding: 1rem;
  background: rgba(255, 255, 255, 0.92);
}

.quote-grid p {
  color: var(--muted);
  line-height: 1.55;
  margin-bottom: 0.9rem;
}

.quote-avatar {
  width: 32px;
  height: 32px;
  border-radius: 999px;
  object-fit: cover;
  margin-bottom: 0.5rem;
}

.cta { padding-top: 4rem; }
.btn-row { display: flex; gap: 0.6rem; justify-content: center; margin-top: 1rem; }

.contact-wrap {
  margin-top: 1.8rem;
  border-radius: 20px;
  padding: 1.35rem;
  background: #f3eddf;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.2rem;
}

.contact-wrap h3 {
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 1.02;
  margin-bottom: 0.75rem;
}

.contact-wrap ul {
  margin: 1rem 0 0;
  padding-left: 1.2rem;
  color: var(--muted);
  line-height: 1.55;
}

.contact-form {
  border-radius: 16px;
  background: #0a0d13;
  color: #fff;
  padding: 1rem;
  display: grid;
  gap: 0.56rem;
}

.contact-form.light {
  background: #fff;
  color: var(--text);
  border: 1px solid #e6edf8;
}

.contact-form label {
  display: grid;
  gap: 0.34rem;
  font-size: 0.84rem;
  font-weight: 600;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  border-radius: 10px;
  border: 1px solid #1f2738;
  background: #141a28;
  color: #fff;
  padding: 0.65rem;
  font: inherit;
}

.contact-form.light input,
.contact-form.light textarea,
.contact-form.light select {
  background: #fff;
  color: var(--text);
  border-color: #dde6f2;
}

.form-note { font-size: 0.9rem; color: #7c879f; }

.band-red {
  background:
    url("images/figma/a86c99cc-0654-4bf0-aacc-5db07f578880.png") center/cover no-repeat,
    radial-gradient(circle at 0% 10%, rgba(249, 115, 22, 0.33), transparent 44%),
    radial-gradient(circle at 100% 80%, rgba(255, 79, 79, 0.22), transparent 42%),
    linear-gradient(180deg, #ffe2e2, #fff6f6);
}

.band-red h2 { font-size: clamp(2rem, 4vw, 3.25rem); margin-bottom: 0.6rem; }
.band-red p { max-width: 770px; margin: 0 auto 1.2rem; color: #3f4659; line-height: 1.6; }

.tech-grid {
  margin-top: 1.4rem;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 0.72rem;
}

.tech-grid .tech-card {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.tech-grid .tech-card img {
  width: 100%;
  height: auto;
  display: block;
}

.section-location {
  position: relative;
  color: #fff;
  overflow: hidden;
  background: #000;
}

.section-location::before {
  content: "";
  position: absolute;
  inset: -0.18px 9px 0.18px 8px;
  background: url("images/figma/d0e3e04d-17e2-442e-a99f-877791367542.png") center/cover no-repeat;
  opacity: 0.5;
  pointer-events: none;
  z-index: 0;
}

.section-location .overlay {
  position: absolute;
  inset: 0;
  background: url("images/figma/7750df22-581b-4ef7-927c-44b3a4b2a5c7.png") center/cover no-repeat;
  opacity: 0;
}

.about-page .section-location {
  min-height: 570px;
  padding: 0;
  border-radius: 15px;
  margin-top: 70px;
}

.about-page .section-location > .container {
  width: min(1360px, 100%);
  max-width: 1360px;
  padding: 0;
}

.about-page .section-location .location-copy {
  min-height: 550px;
  align-items: stretch;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.about-page .section-location .location-copy > h2 {
  align-self: flex-start;
  margin: 0;
  margin-left: 0;
  width: 100%;
  max-width: 660px;
  min-height: 146px;
  padding: 350px 24px 0;
  display: flex;
  align-items: center;
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 45px;
  line-height: 65px;
  color: #fff;
}

.about-page .section-location .location-copy > div {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin-left: 0;
  width: 100%;
  max-width: 100%;
  min-height: 430px;
  padding: 320px 24px 20px 100px;
  box-sizing: border-box;
}

.about-page .section-location .location-copy p {
  width: 100%;
  max-width: 560px;
  min-height: 90px;
  margin: 0 0 20px;
  display: flex;
  align-items: center;
  color: #fff;
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 30px;
}

.about-page .section-location .btn-primary {
  width: 180px;
  height: 47px;
  padding: 15px 23px;
  border-radius: 30px;
  box-shadow: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  color: #fff;
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 17px;
  line-height: 17px;
}

.about-page .section-location .btn-primary::after {
  content: "";
  width: 17px;
  height: 15.931px;
  background: url("images/figma/a9d00c94-425f-401a-8310-496efc0c96fa.png") center/contain no-repeat;
  display: inline-block;
}

.location-copy {
  position: relative;
  z-index: 2;
  align-items: end;
}

.location-copy p { color: rgba(255, 255, 255, 0.88); line-height: 1.6; margin-bottom: 1rem; }

.faq-list {
  margin-top: 1rem;
  display: grid;
  gap: 0.68rem;
}

.faq-item {
  border: 1px solid #e8edf5;
  border-radius: 10px;
  overflow: hidden;
}

.faq-question {
  width: 100%;
  border: 0;
  background: #fff;
  text-align: left;
  padding: 0.95rem;
  font: 600 1rem "Manrope", sans-serif;
  cursor: pointer;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.25s ease;
}

.faq-answer p {
  padding: 0 0.95rem 0.95rem;
  color: var(--muted);
  line-height: 1.55;
}

.alt { background: #fafcff; }

.service-row {
  display: grid;
  grid-template-columns: 100px 1.1fr 0.9fr;
  gap: 1.1rem;
  align-items: center;
}

.service-row.reverse {
  grid-template-columns: 0.9fr 1.1fr 100px;
}

.service-row.reverse .service-index {
  order: 3;
  text-align: right;
}

.service-index {
  font-size: clamp(3.2rem, 7vw, 6.6rem);
  line-height: 1;
  color: #edf1f8;
  font-weight: 800;
}

.service-row h2 {
  font-size: clamp(2rem, 3.2vw, 3.1rem);
  line-height: 1.08;
  margin-bottom: 0.65rem;
}

.service-visual {
  min-height: 265px;
  border-radius: 16px;
  border: 1px solid #e3e9f3;
  box-shadow: 0 14px 30px rgba(14, 19, 30, 0.08);
}

.visual-code {
  background:
    radial-gradient(circle at 84% 20%, rgba(255, 199, 84, 0.26), transparent 45%),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.12) 0 1px, transparent 1px 12px),
    linear-gradient(130deg, #141b2a, #0d1320 55%, #1c2638);
}

.visual-ai {
  background:
    radial-gradient(circle at 35% 40%, rgba(35, 184, 255, 0.85), rgba(8, 12, 21, 0.95) 60%),
    radial-gradient(circle at 64% 44%, rgba(72, 223, 255, 0.38), transparent 46%),
    #09101b;
}

.visual-data {
  background:
    linear-gradient(140deg, #0b223a 0%, #144168 50%, #0f2b46 100%);
}

.visual-it {
  background:
    linear-gradient(90deg, rgba(255, 150, 64, 0.13), transparent 35%),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.08) 0 2px, transparent 2px 18px),
    linear-gradient(120deg, #10151d, #243144);
}

.site-footer {
  position: relative;
  overflow: hidden;
  background: #000;
  color: #fff;
  padding: 50px 40px 40px;
}

.site-footer::before {
  content: "";
  position: absolute;
  inset: 0;
  background: none;
  opacity: 0.22;
  pointer-events: none;
}

.home-page .site-footer::before {
  background: none;
}

.about-page .site-footer::before {
  background: url("images/figma/cc6815d4-40f1-47f5-bb84-c71f7b1ee79c.png") right top/38.19% 65.09% no-repeat;
}

.services-page .site-footer::before {
  background: url("images/figma/a9d00c94-425f-401a-8310-496efc0c96fa.png") right top/38.19% 65.09% no-repeat;
}

.services-page .site-footer .container {
  background: #000;
}

.about-page .site-footer .container {
  background: #000;
}

.about-page .site-footer {
  margin-top: 22px;
}

.site-footer .container {
  position: relative;
  z-index: 1;
  width: min(1360px, 100%);
  min-height: 642px;
  margin: 0 auto;
  background: #020617;
  border-top: 1px solid rgba(198, 198, 205, 0.1);
  padding: 55px 64px 33px;
}

.home-page .site-footer {
  margin-top: 40px;
}

.home-page .site-footer .container {
  background: #000;
}

.site-footer .footer-inner {
  width: min(1280px, 100%);
  min-height: 554px;
}

.footer-cta {
  width: 660.2px;
  max-width: 100%;
  min-height: 129px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(198, 198, 205, 0.1);
}

.site-footer h2 {
  width: 375.63px;
  max-width: 100%;
  font: 700 48px/56px "Manrope", sans-serif;
  letter-spacing: -0.48px;
  margin-bottom: 16px;
}

.site-footer .footer-cta > p {
  width: 660.2px;
  max-width: 100%;
  min-height: 56px;
  color: rgba(224, 227, 229, 0.8);
  font: 400 18px/28px "Inter", sans-serif;
}

.footer-grid {
  margin: 20px 0 0;
  padding-top: 0;
  display: grid;
  grid-template-columns: 284px 284px 284px 252px;
  gap: 48px;
  padding-bottom: 0;
  align-items: start;
}

.footer-col-address {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding-bottom: 78px;
}

.footer-col-company {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding-bottom: 52px;
}

.footer-col-other {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding-bottom: 124px;
}

.footer-col-contact {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.footer-grid h4 { margin-bottom: 0.55rem; }

.footer-grid h4 {
  font: 600 24px/32px "Manrope", sans-serif;
}

.footer-grid p,
.footer-grid a {
  color: rgba(224, 227, 229, 0.8);
  font: 400 16px/24px "Inter", sans-serif;
}

.footer-col-address > p {
  line-height: 26px;
}

.footer-nav {
  display: grid;
  gap: 12px;
  width: 100%;
}

.footer-contact-groups {
  display: grid;
  gap: 16px;
  width: 100%;
}

.footer-contact-groups .contact-group {
  display: grid;
}

.footer-label {
  display: block;
  font-family: "JetBrains Mono", monospace;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.6);
  letter-spacing: 0.01em;
}

.footer-value {
  color: #e0e3e5;
  font: 400 16px/24px "Inter", sans-serif;
}

.footer-social {
  margin-top: 0.9rem;
  display: flex;
  gap: 16px;
}

.footer-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.footer-social img {
  width: 20px;
  height: 20px;
  object-fit: contain;
}

.footer-social a:nth-child(1) img {
  width: 18px;
  height: 20px;
}

.footer-social a:nth-child(2) img {
  width: 20px;
  height: 20px;
}

.footer-social a:nth-child(3) img {
  width: 24px;
  height: 12px;
}

.footer-bottom {
  border-top: 1px solid rgba(198, 198, 205, 0.1);
  margin-top: 20px;
  padding-top: 33px;
  min-height: 57px;
  color: rgba(224, 227, 229, 0.6);
  font-size: 16px;
  line-height: 24px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 32px;
}

.footer-bottom > span:first-child {
  width: 423px;
  max-width: 100%;
}

.footer-bottom-links {
  width: 266.66px;
  max-width: 100%;
  display: inline-flex;
  gap: 32px;
  justify-content: flex-end;
}

.footer-bottom .caps {
  text-transform: uppercase;
}

@media (max-width: 1050px) {
  .home-page main {
    gap: 0;
  }

  .home-page .section-clients,
  .home-page .testimonials,
  .home-page .cta {
    min-height: 0;
  }

  .split-2,
  .split-head,
  .contact-wrap,
  .service-row,
  .service-row.reverse {
    grid-template-columns: 1fr;
  }

  .service-row.reverse .service-index { order: 0; text-align: left; }

  .stats,
  .card-grid,
  .quote-grid,
  .tech-grid,
  .logos,
  .footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .about-page .about-mission .muted {
    font-size: 1.35rem;
    line-height: 1.45;
  }

  .site-footer {
    padding: 30px 16px 16px;
  }

  .site-footer .container {
    padding: 40px 24px 56px;
  }

  .home-page .hero-copy {
    padding-top: 280px;
    max-width: 100%;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .home-page .site-nav,
  .about-page .site-nav {
    width: min(685px, calc(100% - 2rem));
  }

  .home-page main > .section > .container {
    width: min(1280px, calc(100% - 2rem));
  }

  .about-page .container {
    width: min(1360px, calc(100% - 2rem));
  }

  .home-page .section-growth .split-2 {
    grid-template-columns: 1fr;
  }

  .home-page .section-growth .split-2 > div:first-child {
    width: 100%;
    min-height: 0;
    padding-top: 0;
  }

  .home-page .section-growth .tag {
    position: static;
    margin-bottom: 10px;
  }

  .home-page .section-services .card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
    margin-top: 2.1rem;
  }

  .home-page .section-services .container.center > .tag {
    position: static;
    transform: none;
    margin: 0 0 10px;
  }

  .home-page .section-services .services-heading-block {
    margin-top: 0;
  }

  .home-page .hero-copy h1 {
    font-size: clamp(2.2rem, 5.4vw, 3rem);
    line-height: 1.12;
  }

  .home-page .hero-copy p {
    font-size: 1rem;
    line-height: 1.5;
  }

  .home-page .section-growth h2,
  .home-page .section-services h2,
  .home-page .section-clients .split-head h2,
  .home-page .cta > .container.center h2 {
    font-size: clamp(2rem, 4.2vw, 2.5rem);
    line-height: 1.2;
  }

  .home-page .service-card h3 {
    font-size: clamp(1.5rem, 3.1vw, 2rem);
    line-height: 1.25;
  }

  .home-page .service-card p {
    font-size: clamp(1rem, 2.2vw, 1.25rem);
    line-height: 1.45;
  }

  .home-page .section-services .chips span {
    min-width: 0 !important;
  }

  .home-page .section-clients .split-head {
    width: 100%;
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .home-page .section-clients .split-head > div {
    width: 100%;
    min-height: 0;
    padding-top: 0;
  }

  .home-page .section-clients .split-head .tag {
    position: static;
    margin-bottom: 10px;
  }

  .home-page .section-clients .split-head h2,
  .home-page .section-clients .split-head .muted {
    width: 100%;
    min-height: 0;
  }

  .home-page .section-clients::after {
    right: 20px;
    bottom: 8px;
    font-size: clamp(72px, 22vw, 140px);
    opacity: 0.28;
  }

  .home-page .testimonials .testimonials-title h2,
  .home-page .testimonials .testimonials-title .muted {
    width: 100%;
    min-height: 0;
  }

  .home-page .logos {
    width: 100%;
    margin-top: 28px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 18px;
    row-gap: 18px;
  }

  .about-page .section-location {
    min-height: 0;
    border-radius: 14px;
  }

  .about-page .section-location .location-copy {
    min-height: 0;
    grid-template-columns: 1fr;
  }

  .about-page .section-about-tech-grid .tech-grid {
    width: 100%;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: auto;
    column-gap: 12px;
    row-gap: 12px;
  }

  .about-page .section-about-tech-grid .tech-grid .tech-card {
    width: 100%;
    height: auto;
    min-height: 92px;
  }

  .about-page .section-about-tech-grid .tech-grid .tech-card img {
    width: 100%;
    height: auto;
  }

  .about-page .section-location .location-copy > h2 {
    max-width: 100%;
    padding: 2rem 1.5rem 0;
    font-size: 2.2rem;
    line-height: 1.25;
  }

  .about-page .section-location .location-copy > div {
    padding: 1.5rem;
  }

  .about-page .section-location .location-copy p {
    max-width: 100%;
    margin-bottom: 1rem;
  }

  .about-page .section-about-faq,
  .about-page .section-about-contact {
    min-height: 0;
    padding: 2rem 0;
    margin-top: 0;
  }

  .about-page .section-clients {
    min-height: 0;
    padding-top: 3rem;
    padding-bottom: 2rem;
    margin-top: 0;
  }

  .about-page .section-about-mission,
  .about-page .section-about-highlight,
  .about-page .section-about-tech,
  .about-page .section-about-tech-grid,
  .about-page .section-about-stats,
  .about-page .section-location,
  .about-page .site-footer {
    margin-top: 0;
  }

  .about-page .logos {
    width: 100%;
    margin-top: 28px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 18px;
    row-gap: 18px;
  }
}

@media (max-width: 760px) {
  .hero { min-height: 620px; }
  .hero.short { min-height: 300px; }

  .menu-btn { display: block; }

  .home-page .site-nav,
  .about-page .site-nav {
    padding: 0.45rem 0.75rem;
    gap: 0.5rem;
  }

  .home-page .hero {
    min-height: 640px;
  }

  .home-page .site-nav {
    top: 14px;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 24px);
    min-height: 48px;
    padding: 0 12px;
    justify-content: space-between;
  }

  .home-page .site-nav .menu-btn {
    margin-left: auto;
    flex: 0 0 auto;
  }

  .home-page main > .section > .container {
    width: min(1280px, calc(100% - 1.5rem));
  }

  .brand-logo img {
    width: 122px;
    height: auto;
  }

  .nav-links {
    display: none;
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    width: 210px;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    border: 1px solid #e5ebf4;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 14px 32px rgba(0, 0, 0, 0.15);
    padding: 0.5rem;
  }

  .nav-links li { width: 100%; }

  .nav-links a {
    display: block;
    padding: 0.64rem;
    border-radius: 8px;
    width: 100%;
  }

  .nav-links.open { display: flex; }

  .home-page .site-nav .nav-links,
  .about-page .site-nav .nav-links,
  .services-nav .nav-links {
    width: 210px;
    padding: 0.5rem;
    gap: 0;
  }

  .hero-copy { padding-top: 7rem; }

  .home-page .hero-copy {
    padding-top: 136px;
    padding-left: 12px;
    padding-right: 12px;
    max-width: 100%;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
  }

  .home-page .hero-copy h1 {
    font-size: clamp(1.7rem, 8.2vw, 2.2rem);
    line-height: 1.12;
    margin: 0;
    max-width: 100%;
    min-height: 0;
  }

  .home-page .hero-copy p {
    margin-top: 12px;
    max-width: 100%;
    font-size: 0.95rem;
    line-height: 1.45;
  }

  .home-page .hero-home::before,
  .home-page .hero-overlay {
    inset: 0;
    border-radius: 0;
  }

  .home-page .btn-outline {
    min-width: 0;
    min-height: 0;
    padding: 10px 18px;
    font-size: 0.95rem;
    line-height: 1.2;
    margin-top: 16px;
    border-width: 2px;
  }

  .home-page main {
    margin-top: 18px;
    gap: 14px;
  }

  .home-page .section-growth,
  .home-page .section-services,
  .home-page .section-clients,
  .home-page .testimonials,
  .home-page .cta {
    min-height: 0;
    padding-top: 26px;
    padding-bottom: 26px;
  }

  .home-page .section-growth .split-2,
  .home-page .section-clients .split-head {
    gap: 18px;
  }

  .home-page .section-growth .stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-top: 18px;
  }

  .home-page .section-growth .stats h3 {
    font-size: 1.5rem;
    line-height: 1.2;
  }

  .home-page .section-growth .stats p {
    font-size: 0.78rem;
    line-height: 1.35;
  }

  .home-page .section-growth h2,
  .home-page .section-services h2,
  .home-page .section-clients .split-head h2,
  .home-page .cta > .container.center h2 {
    font-size: 1.8rem;
    line-height: 1.2;
  }

  .home-page .section-services .services-intro,
  .home-page .section-clients .split-head .muted,
  .home-page .cta > .container.center .muted {
    font-size: 0.95rem;
    line-height: 1.5;
  }

  .home-page .section-services .card-grid {
    margin-top: 20px;
    row-gap: 14px;
  }

  .home-page .service-card {
    min-height: 0;
    padding: 16px;
    border-radius: 16px;
  }

  .home-page .service-card h3 {
    font-size: 1.25rem;
    line-height: 1.25;
  }

  .home-page .service-card p {
    font-size: 0.88rem;
    line-height: 1.45;
  }

  .home-page .section-services .chips {
    margin-top: 12px;
    gap: 8px;
  }

  .home-page .section-services .chips span {
    min-width: 0 !important;
    font-size: 0.82rem;
    line-height: 1.2;
    padding: 6px 10px;
  }

  .home-page .section-growth .home-growth-link {
    width: auto;
    max-width: 100%;
    min-height: 56px;
    padding: 12px 22px;
    font-size: 18px;
    line-height: 1.35;
    white-space: nowrap;
  }

  .home-page main .tag {
    min-height: 36px;
    padding: 6px 11px;
    gap: 8px;
    font-size: 14px;
    line-height: 1.2;
  }

  .home-page main .tag span {
    width: 18px;
    height: 18px;
    border-radius: 6px;
  }

  .home-page main .tag span::after {
    inset: 5px;
  }

  .home-page .contact-wrap {
    width: 100%;
    max-width: 100%;
    padding: 1.2rem;
    gap: 1.2rem;
    min-height: 0;
    border-radius: 20px;
    grid-template-columns: 1fr;
  }

  .home-page .contact-wrap .contact-form {
    width: 100%;
    height: auto;
    grid-template-columns: 1fr;
    column-gap: 0;
    padding: 1rem;
    border-radius: 20px;
  }

  .home-page .quote-grid article {
    width: 100%;
    max-width: 394.67px;
    padding: 0;
  }

  .home-page .quote-grid article + article::before {
    display: none;
  }

  .home-page .quote-grid article::after {
    left: 0;
    width: 100%;
    max-width: 397px;
  }

  .about-page .container {
    width: min(1360px, calc(100% - 1.5rem));
  }

  .site-footer h2 {
    font-size: 2.25rem;
    line-height: 1.15;
  }

  .stats,
  .card-grid,
  .quote-grid,
  .tech-grid,
  .logos,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .btn-row { flex-direction: column; align-items: center; }
  .footer-bottom { flex-direction: column; }
  .section { padding: 4rem 0; }

  .about-page .small-copy {
    padding-top: 6.9rem;
  }

  .about-page .small-copy h1 {
    font-size: 2.6rem;
  }

  .about-page .about-mission .muted {
    font-size: 1.1rem;
    line-height: 1.45;
  }

  .about-page .section-about-stats h2,
  .about-page .section-about-faq h2,
  .about-page .section-about-contact h2,
  .about-page .section-about-contact .contact-form h3,
  .about-page .section-clients .split-head h2 {
    font-size: 2rem;
    line-height: 1.25;
  }

  .about-page .section-about-contact .contact-form.light {
    min-height: 0;
    display: grid;
    padding: 1rem;
    gap: 0.75rem;
  }

  .about-page .section-about-contact .contact-form .contact-intro {
    margin: 0 0 0.4rem;
    font-size: 1rem;
    line-height: 1.5;
  }

  .about-page .section-about-contact h2 {
    min-height: 0;
    display: block;
  }

  .about-page .section-about-contact .muted {
    min-height: 0;
    margin-top: 0;
    display: block;
  }

  .about-page .section-about-contact .contact-form.light label,
  .about-page .section-about-contact .contact-form.light input,
  .about-page .section-about-contact .contact-form.light textarea {
    width: 100%;
  }

  .about-page .section-about-contact .contact-form.light input {
    min-height: 44px;
    padding: 0.7rem 0.9rem;
  }

  .about-page .section-about-contact .contact-form.light textarea {
    min-height: 120px;
    padding: 0.75rem 0.9rem;
  }

  .about-page .section-about-contact .contact-form.light .btn-primary {
    min-width: 120px;
    min-height: 42px;
    padding: 0.45rem 0.9rem;
    font-size: 1rem;
    line-height: 1.2;
  }

  .about-page .section-about-contact .contact-form .about-submit-icon {
    width: 24px;
    height: 24px;
  }

  .about-page .section-about-contact .contact-form .about-submit-icon img {
    width: 24px;
    height: 24px;
  }

  .about-page .section-about-tech-grid .tech-grid {
    width: 100%;
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
    row-gap: 10px;
  }

  .about-page .section-about-tech-grid .tech-grid .tech-card {
    width: 100%;
    min-height: 80px;
  }

  .about-page .section-about-tech-grid .tech-grid .tech-card img {
    width: 100%;
    height: auto;
  }

  .about-page .faq-question::after {
    top: 50%;
    transform: translateY(-50%);
  }

  .about-page .faq-question,
  .about-page .faq-item:first-child .faq-question,
  .about-page .faq-item:nth-child(2) .faq-question,
  .about-page .faq-item:nth-child(3) .faq-question,
  .about-page .faq-item:nth-child(4) .faq-question {
    transform: none;
  }

  .home-page .logo-item {
    min-height: 70px;
    height: auto;
  }

  .home-page .logo-item img {
    width: 100%;
    height: auto;
    max-width: 128px;
    max-height: 52px;
    margin: 0 auto;
  }

  .about-page .logo-item {
    min-height: 84px;
  }

  .about-page .logo-item img {
    max-width: 180px;
    max-height: 46px;
  }

  .home-page .section-services .card-grid {
    grid-template-columns: 1fr;
  }

  .home-page .section-clients .split-head {
    gap: 0.75rem;
  }

  .home-page .section-clients::after {
    right: 10px;
    bottom: 14px;
    font-size: clamp(58px, 22vw, 92px);
    opacity: 0.22;
  }

  .home-page .testimonials > .tag {
    width: auto;
    min-height: 34px;
    padding: 4px 11px;
    font-size: 0.86rem;
    line-height: 1.2;
    border-width: 2px;
  }

  .home-page .testimonials > .testimonials-title {
    max-width: 100%;
    min-height: 0;
    gap: 4px;
  }

  .home-page .testimonials .testimonials-title h2 {
    width: 100%;
    min-height: 0;
    font-size: 1.1rem;
    line-height: 1.3;
  }

  .home-page .testimonials .testimonials-title .muted {
    width: 100%;
    min-height: 0;
    font-size: 0.9rem;
    line-height: 1.4;
  }

  .home-page .quote-grid {
    grid-template-columns: 1fr;
    margin-top: 14px;
    gap: 18px;
    min-height: 0;
  }

  .home-page .quote-grid article,
  .home-page .quote-grid article > p {
    width: 100%;
    max-width: 100%;
  }

  .home-page .quote-grid article {
    min-height: 0;
    padding: 10px 8px;
  }

  .home-page .quote-grid article > p {
    min-height: 0;
    margin-bottom: 14px;
    font-size: 0.95rem;
    line-height: 1.5;
  }

  .home-page .quote-avatar {
    width: 44px;
    height: 44px;
  }

  .home-page .quote-grid h4 {
    font-size: 0.85rem;
    line-height: 1.35;
  }

  .home-page .quote-role {
    font-size: 0.75rem;
    line-height: 1.35;
  }

  .home-page .quote-grid article::after {
    display: none;
  }

  .home-page .logos {
    margin-top: 14px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 10px;
    row-gap: 10px;
  }

  .home-page .cta {
    gap: 24px;
  }

  .home-page .btn-row {
    width: 100%;
    margin-top: 14px;
    gap: 10px;
  }

  .home-page .btn-row .btn-primary {
    width: fit-content;
    max-width: 100%;
    white-space: nowrap;
  }

  .home-page .btn-row .btn-light {
    width: fit-content;
    max-width: 100%;
    min-height: 40px;
    padding: 6px 14px;
    font-size: 16px;
    line-height: 24px;
    border-width: 2px;
    white-space: nowrap;
  }

  .home-page .contact-wrap {
    padding: 18px 14px;
    border-radius: 20px;
    gap: 14px;
  }

  .home-page .contact-wrap h3 {
    font-size: 2rem;
    line-height: 1.08;
    margin-bottom: 12px;
  }

  .home-page .contact-wrap > div > .muted {
    font-size: 0.92rem;
    line-height: 1.45;
  }

  .home-page .contact-wrap ul {
    gap: 10px;
  }

  .home-page .contact-wrap li {
    font-size: 0.86rem;
    line-height: 1.4;
    gap: 10px;
  }

  .home-page .contact-wrap .contact-form {
    padding: 12px;
    min-height: 0;
    gap: 12px;
  }

  .home-page .contact-wrap .contact-form input,
  .home-page .contact-wrap .contact-form select {
    min-height: 42px;
    padding: 10px;
    font-size: 0.9rem;
    line-height: 1.2;
  }

  .site-footer .container,
  .site-footer .footer-inner,
  .footer-cta {
    min-height: 0;
    width: 100%;
  }

  .about-page .section-clients {
    padding-top: 2.25rem;
    padding-bottom: 1.25rem;
    margin-top: 0;
  }

  .about-page .section-about-faq,
  .about-page .section-about-contact {
    padding: 1.5rem 0;
    margin-top: 0;
  }

  .about-page .logos {
    margin-top: 18px;
    grid-template-columns: 1fr;
    row-gap: 14px;
  }
}

/* Services page - Figma matched */
.services-hero-figma {
  position: relative;
  min-height: 800px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 243.3px 40px 163.31px;
  overflow: hidden;
  background: #0a0d15;
}

.services-hero-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 921px;
  object-fit: cover;
}

.services-hero-overlay {
  position: absolute;
  inset: 0;
  background: transparent;
}

.services-nav {
  position: absolute;
  z-index: 4;
  width: 685px;
  top: 26.5px;
  left: 50%;
  transform: translateX(calc(-50% + 0.5px));
  margin: 0;
  background: #fff;
  border: 0;
  border-bottom: 1px solid rgba(13, 10, 5, 0.15);
  border-radius: 60px;
  min-height: 52px;
  padding: 0 64px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 69px;
}

.services-brand img {
  width: 160px;
  height: 56px;
  object-fit: contain;
}

.services-nav .nav-links {
  margin-left: auto;
  display: flex;
  width: 248px;
  padding: 0 4px;
  gap: 32px;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 16px;
}

.services-nav .nav-links a { color: #0d0a05; }
.services-nav .nav-links a.active { color: #0d0a05; }

.services-page .floating-actions {
  display: none;
}

.services-hero-content {
  position: relative;
  z-index: 3;
  width: min(1360px, 100%);
  margin: 0;
  padding: 0;
  min-height: 514.4px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 22.8px;
}

.services-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid #e2e8f0;
  backdrop-filter: blur(12px);
  border-radius: 999px;
  width: auto;
  min-height: 42px;
  padding: 9px 17px;
  color: #f97316;
  font: 400 16px/24px "Inter", sans-serif;
  white-space: nowrap;
}

.services-badge span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #f97316;
}

.services-hero-content h1 {
  margin: 0;
  font: 800 64px/80px "Manrope", sans-serif;
  letter-spacing: -3.2px;
  color: #fff;
  max-width: 668px;
}

.grad-line {
  display: block;
  background: linear-gradient(146.6deg, #f97316 0%, #0ea5e9 50%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.grad-line-inline {
  display: inline;
  background: linear-gradient(146.6deg, #f97316 0%, #0ea5e9 50%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.services-lead {
  margin: 0;
  max-width: 576px;
  min-height: 87px;
  color: #d3d3d3;
  font: 400 24px/28.8px "Inter", sans-serif;
}

.hero-actions {
  width: 668px;
  min-height: 75.2px;
  padding-top: 17.2px;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 16px;
}

.services-hero-figma .hero-actions:empty {
  display: none;
}

.services-hero-figma .hero-actions .btn {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  border-radius: 999px;
}

.services-hero-figma .hero-actions .btn-primary {
  min-width: 196px;
  min-height: 56px;
  padding: 16px 24px;
  background: #f97316;
  border: 1px solid #f97316;
  color: #040404;
  box-shadow: none;
}

.services-hero-figma .hero-actions .btn-light {
  min-width: 145px;
  min-height: 55px;
  padding: 15px 24px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid #e2e8f0;
  color: #0f172a;
}

.services-main-figma {
  background: #fff;
  padding: 48px 0;
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: center;
  min-height: 2038.8px;
}

.figma-service-row {
  position: relative;
  display: grid;
  align-items: start;
  width: min(1440px, 100%);
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
  column-gap: 24px;
  overflow: hidden;
}

.figma-service-row:first-child {
  grid-template-columns: 128px 1048px;
  width: min(1280px, 100%);
  height: 481.59px;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 139px;
  padding-bottom: 139px;
}

.figma-service-row:nth-child(2) {
  grid-template-columns: minmax(0, 1fr) 128px;
  width: min(1440px, 100%);
  height: 455.81px;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 126.2px;
  padding-bottom: 126.22px;
  backdrop-filter: blur(12px);
}

.figma-service-row:nth-child(3) {
  grid-template-columns: 128px minmax(0, 1fr);
  width: min(1440px, 100%);
  height: 453.59px;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 139px;
  padding-bottom: 139px;
}

.figma-service-row:nth-child(4) {
  grid-template-columns: minmax(0, 1fr) 128px;
  width: min(1440px, 100%);
  height: 455.81px;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 126.2px;
  padding-bottom: 126.22px;
  backdrop-filter: blur(12px);
}

.service-num {
  font: 800 120px/120px "Manrope", sans-serif;
  letter-spacing: -6px;
  color: rgba(0, 0, 0, 0.05);
}

.service-copy-block h2 {
  font: 700 36px/43.2px "Manrope", sans-serif;
  letter-spacing: -0.72px;
  color: #0f172a;
}

.service-copy-block {
  display: flex;
  flex-direction: column;
  gap: 14.895px;
  max-width: 672px;
  width: 672px;
  position: relative;
  z-index: 2;
}

.service-copy-block p {
  margin-top: 0;
  width: 672px;
  max-width: 100%;
  color: #475569;
  font: 400 18px/28.8px "Inter", sans-serif;
}

.figma-service-row .service-num { margin-top: 0; }

.right-copy,
.right-copy h2,
.right-copy p {
  text-align: right;
  margin-left: auto;
}

.service-asset {
  position: absolute;
  width: auto;
  max-width: none;
  mix-blend-mode: multiply;
  display: block;
  pointer-events: none;
  z-index: 1;
}

.left-asset {
  max-width: none;
}

.figma-service-row:nth-child(1) .service-asset {
  width: 480px;
  height: 480px;
  left: 800px;
  top: 1px;
}

.figma-service-row:nth-child(2) .left-asset {
  width: 452px;
  height: 320px;
  left: 0;
  top: 97.41px;
}

.figma-service-row:nth-child(3) .service-asset {
  width: 438.22px;
  height: 309.493px;
  left: 817.94px;
  top: 102.14px;
  transform: matrix(-1, 0, 0, 1, 0, 0);
}

.figma-service-row:nth-child(4) .left-asset {
  width: 458.236px;
  height: 325.061px;
  left: 10.78px;
  top: 94.19px;
}

.figma-service-row:nth-child(4)::before {
  content: "";
  position: absolute;
  width: 463.63px;
  height: 340.73px;
  left: -4.63px;
  top: -12.76px;
  background: linear-gradient(265.34deg, #fff 6.64%, rgba(0, 0, 0, 0) 95.55%);
  transform: rotate(-0.58deg);
  pointer-events: none;
  z-index: 1;
}

@media (min-width: 1200px) {
  .home-page .hero {
    height: 800px;
    min-height: 800px;
  }

  .home-page main {
    margin-top: 40px;
    gap: 40px;
  }

  .home-page .section-growth {
    height: 800px;
    min-height: 800px;
  }

  .home-page .section-services {
    height: 1206px;
    min-height: 1206px;
  }

  .home-page .section-clients {
    height: 800px;
    min-height: 800px;
  }

  .home-page .testimonials {
    height: 645px;
    min-height: 645px;
  }

  .home-page .cta {
    height: 800px;
    min-height: 800px;
  }

  .home-page .site-footer {
    margin-top: 40px;
  }

  .home-page .site-footer .container {
    height: 642px;
    min-height: 642px;
  }

  .about-page .hero {
    height: 413.1px;
    min-height: 413.1px;
  }

  .about-page .section-about-mission {
    margin-top: 80px;
    height: 216px;
    min-height: 216px;
  }

  .about-page .section-about-highlight {
    margin-top: 100px;
    height: 554.19px;
    min-height: 554.19px;
  }

  .about-page .section-about-tech {
    margin-top: 100px;
    height: 216px;
    min-height: 216px;
  }

  .about-page .section-about-tech-grid {
    margin-top: 20px;
    height: 285px;
    min-height: 285px;
  }

  .about-page .section-about-stats {
    margin-top: 35px;
    height: 397px;
    min-height: 397px;
  }

  .about-page .section-location {
    margin-top: 70px;
    height: 570px;
    min-height: 570px;
  }

  .about-page .section-clients {
    margin-top: 20px;
    height: 612px;
    min-height: 612px;
  }

  .about-page .section-about-faq {
    margin-top: 188px;
    height: 529.28px;
    min-height: 529.28px;
  }

  .about-page .section-about-contact {
    margin-top: 70px;
    height: 668.11px;
    min-height: 668.11px;
  }

  .about-page .site-footer {
    margin-top: 22px;
  }

  .about-page .site-footer .container {
    height: 642px;
    min-height: 642px;
  }

  .services-hero-figma {
    height: 800px;
    min-height: 800px;
  }

  .services-main-figma {
    height: 2038.8px;
    min-height: 2038.8px;
  }

  .services-page .site-footer .container {
    height: 642px;
    min-height: 642px;
  }
}

@media (max-width: 1040px) {
  .figma-service-row,
  .figma-service-row.reverse {
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
    min-height: 0;
    padding: 0.9rem 0;
  }

  .figma-service-row:first-child,
  .figma-service-row:nth-child(2),
  .figma-service-row:nth-child(3),
  .figma-service-row:nth-child(4) {
    grid-template-columns: 1fr !important;
    width: 100%;
    height: auto;
    min-height: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.9rem;
    padding-bottom: 0.9rem;
  }

  .service-num {
    font-size: 72px;
    line-height: 1;
  }

  .figma-service-row .service-copy-block,
  .figma-service-row:nth-child(1) .service-copy-block,
  .figma-service-row:nth-child(2) .service-copy-block,
  .figma-service-row:nth-child(3) .service-copy-block,
  .figma-service-row:nth-child(4) .service-copy-block {
    position: static;
    width: 100%;
    min-height: 0;
    gap: 12px;
  }

  .figma-service-row .service-copy-block p,
  .figma-service-row:nth-child(1) .service-copy-block p,
  .figma-service-row:nth-child(2) .service-copy-block p,
  .figma-service-row:nth-child(3) .service-copy-block p,
  .figma-service-row:nth-child(4) .service-copy-block p {
    min-height: 0;
  }

  .right-copy,
  .right-copy h2,
  .right-copy p {
    text-align: left;
    margin-left: 0;
  }

  .service-asset,
  .left-asset {
    position: static;
    max-width: min(100%, 460px);
    width: 100%;
    height: auto;
    left: auto;
    top: auto;
    margin-top: 0 !important;
  }

  .figma-service-row:nth-child(1) .service-num,
  .figma-service-row:nth-child(2) .service-num,
  .figma-service-row:nth-child(3) .service-num,
  .figma-service-row:nth-child(4) .service-num {
    position: static;
    margin-top: 0;
  }

  .services-lead {
    font-size: 18px;
    line-height: 1.45;
  }
}

@media (max-width: 760px) {
  .services-page {
    overflow-x: hidden;
  }

  .services-hero-figma {
    min-height: 620px;
    padding: 108px 16px 64px;
  }

  .services-hero-content {
    width: 100%;
    padding: 0;
    min-height: 0;
  }

  .services-hero-content h1 {
    font-size: 38px;
    line-height: 1.06;
    letter-spacing: -1.2px;
  }

  .services-lead br {
    display: none;
  }

  .services-lead {
    font-size: 17px;
    line-height: 1.45;
  }

  .hero-actions {
    flex-direction: column;
    align-items: flex-start;
    width: auto;
    min-height: 0;
    padding-top: 0;
  }

  .services-hero-figma .hero-actions .btn-primary,
  .services-hero-figma .hero-actions .btn-light {
    min-width: 0;
    min-height: 0;
    width: auto;
  }

  .services-nav {
    top: 16px;
    left: 16px;
    right: 16px;
    width: auto;
    transform: none;
    border-radius: 14px;
    padding: 0.45rem 0.75rem;
    gap: 0.5rem;
    justify-content: space-between;
    min-height: 0;
  }

  .services-brand img {
    width: 122px;
    height: auto;
  }

  .services-nav .nav-links {
    display: none;
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    width: 210px;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    border: 1px solid #e5ebf4;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 14px 32px rgba(0, 0, 0, 0.15);
    padding: 0.5rem;
  }

  .services-nav .nav-links.open {
    display: flex;
  }

  .services-nav .nav-links li {
    width: 100%;
  }

  .services-nav .nav-links a {
    display: block;
    width: 100%;
    padding: 0.64rem;
    border-radius: 8px;
    white-space: nowrap;
  }

  .services-main-figma {
    padding: 20px 12px;
    gap: 14px;
    min-height: 0;
  }

  .figma-service-row {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    gap: 10px;
    padding: 0.5rem 0;
    overflow: hidden;
  }

  .figma-service-row:first-child,
  .figma-service-row:nth-child(2),
  .figma-service-row:nth-child(3),
  .figma-service-row:nth-child(4) {
    grid-template-columns: 1fr !important;
  }

  .service-num {
    font-size: 48px;
    line-height: 1;
    order: 1;
  }

  .figma-service-row .service-copy-block,
  .figma-service-row:nth-child(1) .service-copy-block,
  .figma-service-row:nth-child(2) .service-copy-block,
  .figma-service-row:nth-child(3) .service-copy-block,
  .figma-service-row:nth-child(4) .service-copy-block {
    width: 100%;
    max-width: 100%;
    min-height: 0;
    gap: 10px;
    order: 2;
  }

  .service-copy-block h2 {
    font-size: 24px;
    line-height: 1.15;
    letter-spacing: -0.5px;
  }

  .figma-service-row .service-copy-block p,
  .service-copy-block p {
    width: 100%;
    max-width: 100%;
    font-size: 15px;
    line-height: 1.5;
  }

  .service-asset,
  .left-asset {
    width: 100%;
    max-width: 340px;
    height: auto;
    justify-self: center;
    margin-top: 6px !important;
    order: 3;
  }

  .services-page .site-footer {
    padding: 24px 12px 14px;
  }

  .services-page .site-footer .container {
    padding: 24px 12px 20px;
  }
}

/* Home desktop lock: keeps Figma-aligned geometry stable against earlier legacy rules. */
@media (min-width: 1041px) {
  .home-page main {
    margin-top: 40px;
    gap: 40px;
  }

  .home-page .site-nav {
    top: 61.524688px;
    left: 50%;
    transform: translateX(calc(-50% + 0.5px));
    width: 685px;
    min-height: 52px;
    padding: 0 64px;
    gap: 69px;
    border-radius: 60px;
    margin-top: 0;
  }

  .home-page main > .section > .container {
    width: min(1280px, calc(100% - 160px));
  }

  .home-page .hero-copy {
    position: absolute;
    top: auto;
    bottom: 78px;
    left: 50%;
    transform: translateX(-50%);
    padding-top: 0;
    width: min(1144px, calc(100% - 160px));
    max-width: 1144px;
    margin: 0;
    text-align: center;
  }

  .home-page .hero-copy p {
    max-width: 609px;
    min-height: 48px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 6px;
  }

  .home-page .btn-outline {
    min-width: 235px;
    min-height: 64px;
    padding: 14px 50px;
    border-width: 3px;
    gap: 12px;
    margin: 20px auto 0;
    position: static;
  }

  .home-page .site-nav .brand-logo {
    width: 160px;
    height: 56px;
    display: block;
    flex: 0 0 auto;
  }

  .home-page .site-nav .brand-logo img {
    width: 160px;
    height: 25.6256px;
    margin-top: 15.1872px;
    object-fit: contain;
    display: block;
  }

  .home-page .hero-home::before {
    background-image: url("images/figma/d24a2952-4222-48ba-a19a-fe7ce2601835.png");
  }

  .home-page .section-growth {
    padding-top: 93px;
    padding-bottom: 52px;
  }

  .home-page .section-services {
    padding-top: 0;
    padding-bottom: 25.5263px;
  }

  .home-page .section-growth::before {
    background-image: url("images/figma/0b4f0512-9084-4f99-8f0d-ae42d86849a5.png");
  }

  .home-page .section-services::before {
    background-image: url("images/figma/cd1b6ff0-a09b-4aca-8268-67d4d144b045.png");
  }

  .home-page .section-services::after {
    background-image: url("images/figma/207cf92c-1d9b-42ca-8658-274d3b2f08c9.png");
  }

  .home-page .section-growth .split-2 > div:first-child {
    width: 611px;
    min-height: 270px;
    padding-top: 51px;
  }

  .home-page .section-growth .tag {
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
  }

  .home-page .section-growth .muted {
    font: 500 20px/30px "Inter", sans-serif;
    color: rgba(0, 0, 0, 0.75);
  }

  .home-page .section-services .container.center > .tag {
    position: absolute;
    top: 24px;
    left: 50%;
    transform: translateX(-50%);
    margin: 0;
  }

  .home-page .section-services .services-heading-block {
    margin-top: 97px;
  }

  .home-page .section-services .card-grid {
    margin-top: 80px;
    column-gap: 48px;
    row-gap: 80px;
    grid-template-columns: repeat(2, minmax(0, 616px));
  }

  .home-page .section-services .card-grid .service-card:nth-child(1) {
    background-image: url("images/figma/4617ed29-4b15-48d2-a177-d65984d87ca5.png");
  }

  .home-page .section-services .card-grid .service-card:nth-child(2) {
    background-image: url("images/figma/45094edc-5ec5-4adc-a99b-ed66e43f113e.png");
  }

  .home-page .section-services .card-grid .service-card:nth-child(3) {
    background-image: url("images/figma/da26fd67-9f65-413b-9e6d-c05e889f1f79.png");
  }

  .home-page .section-services .card-grid .service-card:nth-child(4) {
    background-image: url("images/figma/0c25270a-484b-49bc-9a2a-0a1b64c7a0f2.png");
  }

  .home-page .section-services .card-grid .service-card:nth-child(1)::after {
    background-image: url("images/figma/c72f31c1-a15f-46f1-9715-df1657d27cdc.png");
  }

  .home-page .section-clients .split-head {
    width: 100%;
    grid-template-columns: minmax(0, 457px) minmax(0, 1fr);
    gap: clamp(24px, 6vw, 194px);
    align-items: start;
  }

  .home-page .section-clients .split-head > div {
    width: 457px;
    min-height: 112.5px;
    padding-top: 54.5px;
  }

  .home-page .section-clients .split-head .tag {
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
  }

  .home-page .section-clients .logos {
    width: 100%;
    margin-top: 58px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    column-gap: 32px;
    row-gap: 34px;
    justify-content: stretch;
  }

  .home-page .section-clients {
    min-height: 800px;
    padding-top: 48px;
    padding-bottom: 0;
  }

  .home-page .logo-item {
    width: 100%;
    max-width: 279px;
    min-height: 121.17px;
    height: 121.17px;
    justify-self: center;
  }

  .home-page .logo-item img {
    width: 100%;
    max-width: 279px;
    height: 121.17px;
    max-height: none;
    object-fit: contain;
    display: block;
  }

  .home-page .section-clients .split-head h2 {
    width: 457px;
    min-height: 58px;
    margin: 0;
  }

  .home-page .section-clients .split-head .muted {
    width: 629px;
    min-height: 54px;
    margin: 0;
  }

  .home-page .testimonials::before {
    background-image: url("images/figma/424b2e03-2682-4459-99f9-240c9bdf7624.png");
  }

  .home-page .testimonials > .tag {
    position: absolute;
    top: 48.5px;
    left: 50%;
    transform: translateX(-50%);
    margin: 0;
  }

  .home-page .testimonials > .testimonials-title {
    position: absolute;
    top: 112px;
    left: 50%;
    transform: translateX(-50%);
    width: 768px;
  }

  .home-page .quote-grid {
    position: absolute;
    left: 50%;
    top: 249px;
    transform: translateX(-50%);
    width: 1280px;
    margin: 0;
  }

  .home-page .cta {
    gap: 49px;
    padding-top: 0;
    padding-bottom: 23px;
  }

  .home-page .section-growth .growth-tag-icon {
    background-image: url("Logo/logo_only_upnyx.png");
  }

  .home-page .section-services .home-services-tag-icon {
    background-image: url("Logo/logo_only_upnyx.png");
  }

  .home-page .section-clients .home-clients-tag-icon {
    background-image: url("Logo/logo_only_upnyx.png");
  }

  .home-page .testimonials .home-testimonials-tag-icon {
    background-image: url("Logo/logo_only_upnyx.png");
  }

}

/* Final mobile guardrails for Home nav + hero copy spacing */
.home-page .section-services .card-grid .service-card:nth-child(1) {
  background: url("images/figma/4617ed29-4b15-48d2-a177-d65984d87ca5.png") center/cover no-repeat !important;
  color: #fff !important;
}

@media (max-width: 760px) {
  .home-page .site-nav {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 10px !important;
    padding-left: 12px !important;
    padding-right: 12px !important;
    border-radius: 14px !important;
  }

  .home-page .site-nav .menu-btn {
    display: block !important;
    margin-left: auto !important;
    flex: 0 0 auto !important;
  }

  .home-page .site-nav .menu-btn span {
    display: block !important;
    width: 1.4rem !important;
    height: 2px !important;
    margin: 4px auto !important;
    background: #171b27 !important;
  }

  .home-page .hero-copy {
    box-sizing: border-box;
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  .home-page .testimonials::before {
    content: none !important;
    background: none !important;
  }

  .home-page .testimonials {
    background:
      radial-gradient(120% 70% at 50% 0%, rgba(239, 68, 68, 0.10) 0%, rgba(239, 68, 68, 0.00) 60%),
      linear-gradient(180deg, #fff7f6 0%, #ffffff 55%, #fff5f4 100%) !important;
  }

  .home-page .quote-grid {
    row-gap: 12px !important;
  }

  .home-page .quote-grid article {
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    padding: 12px 0 !important;
  }
}

/* Nav logo size fix for local PNG asset */
.site-nav .brand-logo,
.services-nav .services-brand {
  width: auto !important;
  height: auto !important;
  display: flex;
  align-items: center;
}

.site-nav .brand-logo img,
.services-nav .services-brand img {
  width: auto !important;
  height: 64px !important;
  margin-top: 0 !important;
  object-fit: contain !important;
}

@media (max-width: 760px) {
  .home-page .site-nav,
  .about-page .site-nav,
  .services-nav {
    min-height: 60px !important;
  }

  .site-nav .brand-logo img,
  .services-nav .services-brand img {
    height: 56px !important;
  }
}

/* Home section tag icons: Growth / Services / Clients / Testimonials */
.home-page .section-growth .growth-tag-icon,
.home-page .section-services .home-services-tag-icon,
.home-page .section-clients .home-clients-tag-icon,
.home-page .testimonials .home-testimonials-tag-icon {
  width: 24px !important;
  height: 24px !important;
  border: 0 !important;
  border-radius: 8px !important;
  box-shadow: none !important;
  background: url("Logo/logo_only_upnyx.png") center/contain no-repeat !important;
}

/* Polishing layer: visual quality upgrades without layout changes */
:root {
  --upnyx-surface-shadow:
    0 0 0 1px rgba(0, 0, 0, 0.06),
    0 1px 2px -1px rgba(0, 0, 0, 0.06),
    0 8px 22px rgba(2, 8, 23, 0.06);
  --upnyx-surface-shadow-hover:
    0 0 0 1px rgba(0, 0, 0, 0.08),
    0 2px 6px rgba(2, 8, 23, 0.08),
    0 14px 28px rgba(2, 8, 23, 0.09);
}

html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  scroll-behavior: smooth;
}

.home-page h1,
.home-page h2,
.home-page h3,
.about-page h1,
.about-page h2,
.about-page h3,
.services-page h1,
.services-page h2,
.services-page h3 {
  text-wrap: balance;
}

.home-page p,
.home-page li,
.about-page p,
.about-page li,
.services-page p,
.services-page li {
  text-wrap: pretty;
}

.home-page .stats h3,
.about-page .stats h3 {
  font-variant-numeric: tabular-nums;
}

.menu-btn {
  width: 44px;
  height: 44px;
}

.nav-links a,
.services-nav .nav-links a,
.site-footer a {
  transition-property: color, opacity;
  transition-duration: 160ms;
  transition-timing-function: ease-out;
}

.nav-links a,
.services-nav .nav-links a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
}

.home-page .chips span,
.service-card .chips span {
  transition-property: background-color, border-color, color, transform, box-shadow;
  transition-duration: 160ms;
  transition-timing-function: ease-out;
}

.site-footer .footer-grid p,
.site-footer .footer-grid a {
  text-wrap: pretty;
}

.site-footer a {
  text-underline-offset: 2px;
  text-decoration-thickness: 1px;
}

.nav-links a:focus-visible,
.services-nav .nav-links a:focus-visible,
.site-footer a:focus-visible {
  outline: 2px solid rgba(56, 189, 248, 0.55);
  outline-offset: 2px;
  border-radius: 8px;
}

input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 2px solid rgba(56, 189, 248, 0.55);
  outline-offset: 1px;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  transition-property: border-color, box-shadow, background-color;
  transition-duration: 160ms;
  transition-timing-function: ease-out;
}

.contact-form input:focus-visible,
.contact-form select:focus-visible,
.contact-form textarea:focus-visible {
  border-color: rgba(56, 189, 248, 0.65);
  box-shadow: 0 0 0 3px rgba(56, 189, 248, 0.18);
  background-color: #fff;
}

.site-nav,
.services-nav {
  box-shadow: 0 8px 24px rgba(2, 8, 23, 0.08);
  transition-property: box-shadow, transform;
  transition-duration: 180ms;
  transition-timing-function: ease-out;
}

.home-page .service-card,
.about-page .faq-item,
.home-page .contact-wrap,
.about-page .section-about-contact .contact-form.light {
  box-shadow: var(--upnyx-surface-shadow);
  transition-property: box-shadow, transform;
  transition-duration: 180ms;
  transition-timing-function: ease-out;
}

.home-page .quote-avatar,
.about-page .tech-card-image {
  outline: 1px solid rgba(0, 0, 0, 0.1);
  outline-offset: -1px;
}

@media (prefers-color-scheme: dark) {
  .home-page .quote-avatar,
  .about-page .tech-card-image {
    outline-color: rgba(255, 255, 255, 0.1);
  }
}

@media (hover: hover) and (pointer: fine) {
  .site-nav:hover,
  .services-nav:hover {
    box-shadow: 0 12px 30px rgba(2, 8, 23, 0.12);
  }

  .home-page .service-card:hover,
  .about-page .faq-item:hover,
  .home-page .contact-wrap:hover,
  .about-page .section-about-contact .contact-form.light:hover {
    box-shadow: var(--upnyx-surface-shadow-hover);
    transform: translateY(-2px);
  }

  .nav-links a:hover,
  .services-nav .nav-links a:hover,
  .site-footer a:hover {
    opacity: 0.78;
    text-decoration: underline;
  }

  .home-page .chips span:hover,
  .service-card .chips span:hover {
    transform: translateY(-1px);
    box-shadow: 0 6px 14px rgba(2, 8, 23, 0.12);
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .btn,
  .site-nav,
  .services-nav,
  .home-page .service-card,
  .about-page .faq-item,
  .home-page .contact-wrap,
  .about-page .section-about-contact .contact-form.light,
  .nav-links a,
  .services-nav .nav-links a,
  .site-footer a {
    transition-duration: 0.01ms !important;
  }

  .btn:active,
  .home-page .service-card:hover,
  .about-page .faq-item:hover,
  .home-page .contact-wrap:hover,
  .about-page .section-about-contact .contact-form.light:hover,
  .home-page .chips span:hover,
  .service-card .chips span:hover {
    transform: none !important;
  }
}

@media (max-width: 760px) {
  .home-page .testimonials > .testimonials-title,
  .home-page .testimonials .testimonials-title h2,
  .home-page .testimonials .testimonials-title .muted {
    text-align: center !important;
    align-items: center !important;
    justify-items: center !important;
  }
}

/* Legal pages */
.legal-page .hero {
  min-height: 360px;
}

.legal-page .hero-copy {
  width: min(980px, calc(100% - 2rem));
  max-width: 980px;
  margin-inline: auto;
  padding-top: 132px;
  position: relative;
  z-index: 2;
}

.legal-page .hero-copy h1 {
  font-size: clamp(2rem, 4.2vw, 3rem);
  line-height: 1.14;
  letter-spacing: -0.02em;
}

.legal-page .hero-copy p {
  margin-top: 12px;
  max-width: 760px;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.6;
}

.legal-main {
  padding: 56px 0 72px;
  background: #f8fafc;
}

.legal-card {
  width: min(980px, calc(100% - 2rem));
  margin-inline: auto;
  padding: clamp(24px, 3vw, 40px);
  background: #fff;
  border: 1px solid #e5ebf4;
  border-radius: 16px;
}

.legal-card .legal-meta {
  margin-bottom: 24px;
  color: #64748b;
  font-size: 0.94rem;
}

.legal-card h2 {
  margin-top: 32px;
  margin-bottom: 10px;
  font-size: clamp(1.35rem, 2.3vw, 1.8rem);
  line-height: 1.25;
}

.legal-card h2:first-of-type {
  margin-top: 0;
}

.legal-card p,
.legal-card li {
  color: #334155;
  line-height: 1.78;
}

.legal-card p {
  margin-top: 0;
}

.legal-card ul {
  margin: 6px 0 0;
  padding-left: 20px;
  display: grid;
  gap: 8px;
}

@media (max-width: 760px) {
  .legal-page .hero {
    min-height: 300px;
  }

  .legal-page .site-nav {
    position: absolute;
    top: 14px;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 24px);
    min-height: 48px;
    padding: 0 12px;
    justify-content: space-between;
    gap: 10px;
    border-radius: 14px;
    z-index: 8;
  }

  .legal-page .site-nav .menu-btn {
    margin-left: auto;
    flex: 0 0 auto;
  }

  .legal-page .site-nav .nav-links {
    width: min(240px, calc(100vw - 32px));
    z-index: 9;
  }

  .legal-page .hero-copy {
    padding-top: 118px;
    z-index: 1;
  }

  .legal-main {
    padding: 36px 0 44px;
  }

  .legal-card h2 {
    margin-top: 24px;
  }
}

/* SEO + authority pages */
.insight-page .hero {
  min-height: 380px;
}

.insight-page .hero-copy {
  width: min(1040px, calc(100% - 2rem));
  padding-top: 138px;
}

.insight-page .hero-copy h1 {
  font-size: clamp(2rem, 4.2vw, 3.2rem);
  line-height: 1.14;
}

.insight-page .hero-copy p {
  margin-top: 10px;
  max-width: 820px;
  color: rgba(255, 255, 255, 0.9);
}

.insight-main {
  padding: 46px 0 64px;
  background: #f8fafc;
}

.insight-card {
  width: min(1100px, calc(100% - 2rem));
  margin: 0 auto;
  background: #fff;
  border: 1px solid #e5ebf4;
  border-radius: 16px;
  padding: clamp(20px, 3vw, 36px);
}

.insight-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 20px;
}

.insight-block {
  border: 1px solid #e8edf5;
  border-radius: 12px;
  padding: 16px;
  background: #fbfdff;
}

.insight-main h2 {
  font-size: clamp(1.35rem, 2.4vw, 1.9rem);
  line-height: 1.24;
  margin-top: 32px;
  margin-bottom: 10px;
}

.insight-main h3 {
  font-size: clamp(1.05rem, 1.6vw, 1.22rem);
  line-height: 1.3;
  margin-bottom: 8px;
}

.insight-main p,
.insight-main li {
  color: #334155;
  line-height: 1.72;
}

.insight-main ul {
  margin: 8px 0 0;
  padding-left: 20px;
  display: grid;
  gap: 6px;
}

.insight-page .meta {
  color: #64748b;
  font-size: 0.94rem;
  margin-bottom: 8px;
}

.insight-page .price-badge {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  border-radius: 999px;
  border: 1px solid rgba(15, 23, 42, 0.16);
  padding: 6px 14px;
  background: #fff;
  color: #0f172a;
  font-weight: 600;
  font-size: 0.92rem;
}

.insight-page .cta-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}

.insight-page .proof-strip {
  margin-top: 18px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.insight-page .proof-strip .proof {
  border: 1px solid #e8edf5;
  border-radius: 12px;
  background: #fff;
  padding: 12px;
}

.insight-page .proof strong {
  display: block;
  font-size: 1.3rem;
  line-height: 1.15;
  color: #0f172a;
}

.insight-page .proof span {
  color: #64748b;
  font-size: 0.88rem;
}

/* Keep SEO/authority pages visually aligned with core site nav/footer behavior. */
.insight-page .site-nav .nav-links {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 32px;
  position: static;
  width: 248px;
  padding: 0 4px;
  border: 0;
  box-shadow: none;
  background: transparent;
}

.insight-page .hero-copy {
  width: min(1100px, calc(100% - 2rem));
  max-width: none;
  margin-inline: auto;
  padding-inline: 0;
}

.insight-page .hero-copy .tag {
  color: #0f172a;
  border-color: #95dcff;
  background: #fff;
}

.insight-highlights {
  margin-top: 18px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.insight-highlight {
  display: flex;
  align-items: center;
  gap: 10px;
  border: 1px solid #e6ecf5;
  border-radius: 12px;
  background: #fbfdff;
  padding: 12px;
}

.insight-highlight i {
  width: 32px;
  height: 32px;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #0f172a;
  background: #eaf4ff;
  flex: 0 0 32px;
}

.insight-highlight span {
  color: #334155;
  font-size: 0.93rem;
  line-height: 1.4;
}

@media (min-width: 761px) {
  .insight-page .site-nav .menu-btn {
    display: none;
  }
}

@media (max-width: 980px) {
  .insight-grid {
    grid-template-columns: 1fr;
  }

  .insight-page .proof-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .insight-page .hero {
    min-height: 320px;
  }

  .insight-page .site-nav {
    position: absolute;
    top: 14px;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 24px);
    min-height: 48px;
    padding: 0 12px;
    justify-content: space-between;
    gap: 10px;
    border-radius: 14px;
    z-index: 8;
  }

  .insight-page .site-nav .menu-btn {
    display: block;
    margin-left: auto;
    flex: 0 0 auto;
  }

  .insight-page .site-nav .nav-links {
    display: none;
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    width: min(240px, calc(100vw - 32px));
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    border: 1px solid #e5ebf4;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 14px 32px rgba(0, 0, 0, 0.15);
    padding: 0.5rem;
    z-index: 9;
  }

  .insight-page .site-nav .nav-links.open {
    display: flex;
  }

  .insight-page .site-nav .nav-links li {
    width: 100%;
  }

  .insight-page .site-nav .nav-links a {
    display: block;
    width: 100%;
    padding: 0.64rem;
    border-radius: 8px;
    white-space: nowrap;
  }

  .insight-page .hero-copy {
    padding-top: 120px;
    padding-inline: 0;
  }

  .insight-main {
    padding: 28px 0 40px;
  }

  .insight-highlights {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .insight-page .proof-strip {
    grid-template-columns: 1fr;
  }
}
