* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  min-height: 100%;
  background:
    radial-gradient(circle at top, rgba(255, 255, 255, 0.03), transparent 35%),
    var(--primary-color);
  color: var(--text);
  font-family: var(--font-family);
  overflow-x: hidden;
}

body {
  padding: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

.page {
  width: 100%;
  max-width: 430px;
  margin: 0 auto;
  padding: 20px;
  padding-bottom: 0px;
}

.top-section {
  position: relative;
  isolation: isolate;
}

.top-section::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  opacity: 0.34;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 109% 90%;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='430'%20height='740'%20viewBox='0%200%20430%20740'%20fill='none'%3E%3Cg%20opacity='0.75'%3E%3Cpath%20d='M334.998%20-53.6372V881.403'%20stroke='%23A9A9A9'%20stroke-width='1.488'%20stroke-dasharray='5.95%205.95'/%3E%3Cpath%20d='M239%20-53.6372V881.403'%20stroke='%23A9A9A9'%20stroke-width='1.488'%20stroke-dasharray='5.95%205.95'/%3E%3Cpath%20d='M143.002%20-53.6372V881.403'%20stroke='%23A9A9A9'%20stroke-width='1.488'%20stroke-dasharray='5.95%205.95'/%3E%3Cpath%20d='M47.004%20-53.6372V881.403'%20stroke='%23A9A9A9'%20stroke-width='1.488'%20stroke-dasharray='5.95%205.95'/%3E%3Cpath%20d='M-1%2075.0015H430'%20stroke='%23A9A9A9'%20stroke-width='1.488'%20stroke-dasharray='2.98%202.98'/%3E%3Cpath%20d='M-1%20171H430'%20stroke='%23A9A9A9'%20stroke-width='1.488'%20stroke-dasharray='2.98%202.98'/%3E%3Cpath%20d='M-1%20266.999H430'%20stroke='%23A9A9A9'%20stroke-width='1.488'%20stroke-dasharray='2.98%202.98'/%3E%3Cpath%20d='M-1%20362.996H430'%20stroke='%23A9A9A9'%20stroke-width='1.488'%20stroke-dasharray='2.98%202.98'/%3E%3Cpath%20d='M-1%20459.004H430'%20stroke='%23A9A9A9'%20stroke-width='1.488'%20stroke-dasharray='2.98%202.98'/%3E%3Cpath%20d='M-1%20555.001H430'%20stroke='%23A9A9A9'%20stroke-width='1.488'%20stroke-dasharray='2.98%202.98'/%3E%3Cpath%20d='M-1%20651H430'%20stroke='%23A9A9A9'%20stroke-width='1.488'%20stroke-dasharray='2.98%202.98'/%3E%3Cpath%20d='M-1%2026.998H430'%20stroke='%23A9A9A9'%20stroke-width='1.488'/%3E%3Cpath%20d='M-1%20123.001H430'%20stroke='%23A9A9A9'%20stroke-width='1.488'/%3E%3Cpath%20d='M-1%20218.999H430'%20stroke='%23A9A9A9'%20stroke-width='1.488'/%3E%3Cpath%20d='M-1%20315.002H430'%20stroke='%23A9A9A9'%20stroke-width='1.488'/%3E%3Cpath%20d='M-1%20411H430'%20stroke='%23A9A9A9'%20stroke-width='1.488'/%3E%3Cpath%20d='M-1%20506.998H430'%20stroke='%23A9A9A9'%20stroke-width='1.488'/%3E%3Cpath%20d='M-1%20603.001H430'%20stroke='%23A9A9A9'%20stroke-width='1.488'/%3E%3Cpath%20d='M-1%20698.999H430'%20stroke='%23A9A9A9'%20stroke-width='1.488'/%3E%3C/g%3E%3C/svg%3E");
}

.top-section > * {
  position: relative;
  z-index: 1;
}

.section {
  padding: 20px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.stats-section {
  backdrop-filter: blur(36px);
  background: rgba(29, 29, 29, 0.32);
  border-radius: 24px;
  padding-block: 79px;

  padding-inline: 20px;
}

.topbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}

.topbar-location,
.topbar-cta {
  display: none;
}

.brand {
  font-family: "Handjet", sans-serif;
  font-weight: 500;
  font-size: 32px;
  line-height: 1.125;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--text-color);
}

.brand img,
.footer-logo img,
.logo-sec img {
  display: block;
  width: auto;
  max-width: 100%;
  max-height: 52px;
  object-fit: contain;
}

.menu {
  display: grid;
  gap: 5px;
  cursor: pointer;
}

.menu span {
  width: 26px;
  height: 2px;
  background: var(--text);
  border-radius: 999px;
}

.pill {
  display: flex;
  align-items: center;
  gap: 14px;
  width: 74%;
  min-height: 53px;
  align-items: center;
  padding: 10px 14px 10px 10px;
  border-radius: 999px;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.08);
  margin-top: 18px;
}

.pill-avatars {
  position: relative;
  flex: 0 0 auto;
  width: 108px;
  height: 58px;
}

.pill-avatar {
  position: absolute;
  top: 50%;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 2px solid rgba(4, 4, 4, 0.95);
  box-shadow: 0 10px 18px rgba(0, 0, 0, 0.35);
  overflow: hidden;
}

.pill-avatar img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.pill-avatar-1 {
  left: 0;
  transform: translateY(-50%);
  z-index: 3;
}

.pill-avatar-2 {
  left: 26px;
  transform: translateY(-50%);
  z-index: 2;
}

.pill-avatar-3 {
  left: 52px;
  transform: translateY(-50%);
  z-index: 1;
}

.pill-copy {
  display: grid;
  gap: 2px;
  min-width: 0;
}

.pill-copy span {
  font-family: "Sora", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.09714;
  color: #fff;
  white-space: nowrap;
}

.pill-copy strong {
  font-family: "Sora", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 0.93333;
  color: #7c7c7c;
}

.hero-title {
  margin: 24px 0 10px;
  font-family: "Sora", sans-serif;
  font-weight: 400;
  font-size: 96px;
  line-height: 1.33333;
  letter-spacing: -0.07em;
  text-align: center;
}

.hero-title .hero-emphasis,
.hero-title .hero-pixel,
.hero-title .hero-accent {
  display: inline-block;
}

.hero-title .hero-pixel {
  font-family: "Handjet", sans-serif;
  font-weight: 400;
  font-size: 148px;
  line-height: 0.86486;
  letter-spacing: -0.06em;
  text-align: center;
  mix-blend-mode: difference;
}

.hero-title .hero-accent {
  font-family: "Handjet", sans-serif;
  font-weight: 400;
  font-size: 168px;
  line-height: 0.7619;
  letter-spacing: -0.07em;
  text-align: center;
  background: linear-gradient(
    298deg,
    var(--accent-secondary-color) 0%,
    var(--accent-color) 100%
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.hero-pixel .pixel .value span {
  font-family: "Handjet", sans-serif;
  font-size: 164px;
  line-height: 0.78659;
  background: linear-gradient(
    252deg,
    var(--accent-secondary-color) 0%,
    var(--accent-color) 100%
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.eyebrow-txt {
  font-family: "Sora", sans-serif;
  font-weight: 400;
  font-size: 128px;
  line-height: 0.78125;
  letter-spacing: -0.05em;
  text-align: center;
}
.hero-copy {
  margin: 39px 0 0;
  font-family: "Sora", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: var(--muted-color);
}

.section-head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 90px;
  text-align: center;
}
.section-head-wrap {
  display: block;
  align-items: center;
  gap: 12px;
  margin-bottom: 90px;
}
.section-head .icon {
  /* width: 36px;
  height: 36px; */
  /* border-radius: 50%; */
  /* border: 1px solid var(--border); */
  display: grid;
  place-items: center;
  font-size: 1.05rem;
}

.eyebrow {
  font-family: "Sora", sans-serif;
  font-weight: 400;
  font-size: 19px;
  line-height: 1.05263;
  letter-spacing: -0.01em;
  color: var(--text-color);
}

.section-title {
  margin: 0;
  font-family: "Handjet", sans-serif;
  font-weight: 400;
  font-size: 64px;
  line-height: 1.07813;
  letter-spacing: -0.02em;
  text-align: center;
  color: var(--accent-secondary-color);
}

.section-text,
.section-copy,
.industry-copy,
.footer-copy {
  font-family: "Sora", sans-serif;
  font-weight: 400;
  font-size: 32px;

  /* line-height: 48px; */
  line-height: 1.5;
  letter-spacing: -0.02em;
  text-align: right;
  color: rgba(255, 255, 255, 0.5);
}
.section-text-span {
  color: var(--text-color);
}
.number-block {
  display: grid;
  gap: 14px;
}
.section-copy-txt {
  margin-top: 109px;
  font-family: "Handjet", sans-serif;
  font-weight: 400;
  font-size: 32px;
  line-height: 1.125;
  letter-spacing: -0.02em;
  color: var(--text-color);
}
.stat {
  position: relative;
  padding: 18px;
  padding-bottom: 28px;
}

.stat::after {
  content: "";
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 8px;
  height: 2px;
  border-radius: 999px;
  background-image: linear-gradient(
    124deg,
    var(--accent-color) 0%,
    var(--accent-secondary-color) 100%
  );
}

.value {
  font-family: "Handjet", sans-serif;
  font-weight: 400;
  font-size: 148px;
  line-height: 0.86486;
  letter-spacing: -0.04em;
  color: var(--text-color);
  mix-blend-mode: difference;
}

.label {
  position: relative;
  margin-top: 21px;
  padding-left: 16px;
  font-family: "Sora", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: -0.01em;
  color: var(--muted-color);
}

.label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--accent-secondary-color);
  transform: translateY(-50%);
}

.partners-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  margin: 22px 0 0;
}

.partner {
  display: grid;
  place-items: center;
}

.partner-logo {
  width: 100%;
  max-width: 156px;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 1px solid #363636;
  display: grid;
  place-items: center;
  text-align: center;
  padding: 22px;
  font-size: 0.78rem;
  line-height: 1.2;
  background: rgba(17, 17, 17, 0.9);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    0 0 0 1px rgba(255, 255, 255, 0.02);
}

.partner-logo svg {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 108px;
  max-height: 108px;
}

.partner:nth-child(2) .partner-logo svg,
.partner:nth-child(6) .partner-logo svg {
  max-width: 112px;
  max-height: 82px;
}

.partner:nth-child(3) .partner-logo svg,
.partner:nth-child(4) .partner-logo svg {
  max-width: 96px;
  max-height: 96px;
}

.partner:nth-child(5) .partner-logo svg {
  max-width: 102px;
  max-height: 62px;
}

.service-list {
  display: grid;
  gap: 14px;
}

.service-item {
  display: grid;
  gap: 14px;
}

.service-trigger {
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  text-align: left;
  cursor: pointer;
}

.service-card {
  background: rgba(0, 0, 0, 0.4);
  border: 1px solid #373737;
  border-radius: 23px;
  padding-block: 18px;
  padding-inline: 0px;
}
.service-card-wrap {
  background: rgba(0, 0, 0, 0.4);
  border: 1px solid #373737;
  /* border-radius: 23px; */
  padding-block: 18px;
  padding-inline: 0px;
  border-left: none;
  border-right: none;
  border-top: none;
}
.service-card h3 {
  margin: 0;
  font-size: 1.15rem;
  display: flex;
  align-items: center;
  /* justify-content: space-between; */
  gap: 10px;
}

.service-card[hidden] {
  display: none;
}

.service-card-num {
  font-family: "Handjet", sans-serif;
  font-weight: 400;
  font-size: 40px;
  line-height: 0.6;
  letter-spacing: -0.07em;
  background: linear-gradient(301deg, #faff0a 0%, #fa2626 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.service-card-txt {
  font-family: "Sora", sans-serif;
  font-weight: 400;
  font-size: 64px;

  /* line-height: 128px; */
  line-height: 2;
  letter-spacing: -0.07em;
  text-decoration: underline;
  text-decoration-skip-ink: none;
  color: #fff;
}
.service-card-arr {
  background: linear-gradient(308deg, #ffba0a 0%, #fa2626 100%);
  border-radius: 800px;
  padding: 8px;
  width: 38px;
  height: 38px;
  align-items: center;
  justify-content: center;
  display: flex;
  flex-shrink: 0;
  transition:
    transform 0.22s ease,
    opacity 0.22s ease;
}
.service-card ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  margin: 0;
  padding: 0;
}

.service-card ul li {
  position: relative;
  font-family: "Sora", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 1;
  letter-spacing: -0.02em;
  text-align: center;
  color: #fff;
}

.service-card ul li + li::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -10px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #d9d9d9;
  transform: translateX(-50%);
}
.service-sec {
  font-family: "Handjet", sans-serif;
  font-weight: 400;
  font-size: 40px;
  line-height: 0.6;
  letter-spacing: -0.07em;
  color: #4c4c4c;
}
.service-sec-txt {
  font-family: "Sora", sans-serif;
  font-weight: 400;
  font-size: 64px;
  line-height: 2;
  letter-spacing: -0.07em;
  color: #4c4c4c;
}

.service-card-wrap h3 {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 10px;
}

.service-item:not(.is-active) .service-card-arr {
  opacity: 0;
  transform: translateY(-6px) rotate(180deg);
}

.service-item:not(.is-active) .service-card-num {
  background: none;
  -webkit-text-fill-color: #4c4c4c;
  color: #4c4c4c;
}

.service-item:not(.is-active) .service-card-txt {
  color: #4c4c4c;
  text-decoration: none;
}

.service-item.is-active .service-sec,
.service-item.is-active .service-card-num {
  background: linear-gradient(301deg, #faff0a 0%, #fa2626 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.service-item.is-active .service-sec-txt,
.service-item.is-active .service-card-txt {
  color: #fff;
  text-decoration: underline;
  text-decoration-skip-ink: none;
}
.industries-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 7px;
}

.industry-chip {
  font-family: "Sora", sans-serif;
  font-weight: 400;
  font-size: 21px;
  line-height: 1.82857;
  text-align: center;
  color: #a6a6a6;
  border: 1.2px solid #3e3e3e;
  border-radius: 1500px;
  padding-block: 12px;
  min-height: 63px;
}
.service-wrap {
  display: flex;
  justify-content: center;
}

.background-img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 220px;
  margin-top: -70px;
  margin-bottom: 18px;

  background-image: url("../images/bg-ser.png");
  background-repeat: no-repeat;
  background-position: right -2px top -8px;
  background-size: 250px 250px;
  overflow: hidden;
}

.industry-chip.active {
  background: var(--contrast-surface-color);
  color: var(--heading-color);
  border-color: rgba(255, 255, 255, 0.2);
}
.industry-chip-txt-first {
  font-family: "Sora", sans-serif;
  font-weight: 400;
  font-size: 64px;
  line-height: 1.5;
  letter-spacing: -0.03em;
  text-align: center;
  color: var(--text-color);
}
.industry-chip-txt {
  font-family: "Handjet", sans-serif;
  font-size: 96px;
  background: linear-gradient(
    155deg,
    var(--accent-color) 0%,
    var(--accent-secondary-color) 100%
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.industry-card {
  position: relative;
  overflow: hidden;
  margin-top: 18px;
  padding: 33px 20px;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: var(--surface-color);
}

.industry-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../images/industry-grid.svg") center top / cover no-repeat;
  opacity: 0.25;
  pointer-events: none;
  z-index: 0;
}

.industry-card > * {
  position: relative;
  z-index: 1;
}

.industry-title {
  font-family: "Handjet", sans-serif;
  font-weight: 400;
  font-size: 32px;
  line-height: 1.125;
  letter-spacing: -0.02em;
  color: #fff;
  margin-bottom: 15px;
}

.industry-card h3 {
  margin: 0;
  font-family: "Sora", sans-serif;
  font-weight: 400;
  font-size: 64px;
  line-height: 1.25;
  letter-spacing: -0.03em;
  margin-bottom: 39px;
}

.industry-copy {
  margin: 16px 0 34px;
  font-family: "Sora", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: -0.01em;
  text-align: right;
  color: #bbb;
}

.industry-image {
  margin: 22px 0 0;
  width: 100%;
  /* min-height: 180px; */
  border-radius: 24px;

  display: grid;
  place-items: center;
  color: rgba(255, 255, 255, 0.55);

  text-transform: uppercase;
  /* background: #383838; */
}

.tags {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 18px;
}

.tag {
  border: 0.9px solid #585858;
  border-radius: 1500px;
  padding-block: 9px;
  padding-inline: 18px;
  min-height: 51px;
  font-family: "Sora", sans-serif;
  font-weight: 400;
  font-size: 18px;
  /* line-height: 1.8; */
  letter-spacing: -0.01em;
  color: #bbb;
  align-items: center;
  justify-content: center;
  display: inline-flex;
}
.industry-image-prim {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 24px;
}

.industry-image-desktop {
  display: none;
}
.awards-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  align-items: start;
  justify-items: center;
  margin-top: 34px;
}
.logo-sec {
}
.section-head-awards {
  display: block;
  margin: 0 auto;
  text-align: center;
}
.section-title-awards {
  font-family: "Handjet", sans-serif;
  font-size: 96px;
  background: linear-gradient(125deg, #fc6f32 0%, #fd9b4a 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 0;
  text-align: center;
}
.section-copy-awards {
  font-family: "Sora", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 1;
  letter-spacing: -0.02em;
  text-align: center;
  color: #fff;
}
.section-award-wrap {
  display: inline-block;
  margin: 0 auto;
}
.eyebrow-secondary {
  font-family: "Sora", sans-serif;
  font-weight: 400;
  font-size: 64px;

  /* line-height: 80px; */
  line-height: 1.25;
  letter-spacing: -0.02em;
  text-align: center;
  color: #fff;
}
.award-circle {
  width: 172px;
  aspect-ratio: 1;
  padding: 28px 18px 24px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.01);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
  box-sizing: border-box;
  backdrop-filter: blur(21.565444946289062px);
  background: rgba(17, 17, 17, 0.15);
}

.award-circle.large {
  grid-column: 1 / -1;
  width: 386px;
  padding: 46px 42px 40px;
}

.award-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
}

.award-icon svg {
  display: block;
}

.award-circle.large .award-icon {
  margin-bottom: 24px;
}

.award-title {
  font-family: "Sora", sans-serif;
  font-weight: 600;
  font-size: 15px;
  line-height: 1.15;
  letter-spacing: -0.03em;
  color: #fff;
}

.award-meta {
  max-width: 118px;
  margin-top: 8px;
  font-family: "Sora", sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 1.08;
  letter-spacing: -0.03em;
  color: #b9b9b9;
}

.award-circle.large .award-title {
  font-size: 18px;
}

.award-circle.large .award-meta {
  max-width: 190px;
  margin-top: 10px;
  font-size: 13px;
  line-height: 1.18;
}

.members-section {
  position: relative;
  overflow: hidden;
}

.members-section::before {
  content: "";
  position: absolute;
  inset: -220px 0 -220px;
  background: url("../images/members-glow.svg") center center / 100% auto
    no-repeat;
  opacity: 0.4;
  pointer-events: none;
  z-index: 0;
}

.members-section > * {
  position: relative;
  z-index: 1;
}

.members-grid {
  display: grid;
  gap: 16px;
  justify-items: center;
}

.member-card {
  display: grid;
  gap: 10px;
  padding: 20px;
  width: 100%;
  /* justify-items: center; */
  border-radius: 30px;
  backdrop-filter: blur(12.800000190734863px);
  background: rgba(0, 0, 0, 0.9);
}
.member-caption-txt {
  font-weight: 600;
  text-decoration: underline;
  text-decoration-skip-ink: none;
  color: var(--accent-color);
}
.member-avatar {
  width: 100%;
  aspect-ratio: 1;
  border-radius: 28px;
  overflow: hidden;

  display: grid;
  place-items: center;
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.95rem;
  text-transform: uppercase;
}

.member-avatar img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.members-txt-firs {
  font-family: "Sora", sans-serif;
  font-weight: 400;
  font-size: 64px;
  line-height: 1.4375;
  letter-spacing: -0.03em;
  text-align: center;
  color: var(--text-color);
}
.members-txt-sec {
  font-family: "Handjet", sans-serif;
  font-size: 96px;
  background: linear-gradient(
    150deg,
    var(--accent-color) 0%,
    var(--accent-secondary-color) 100%
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.member-caption {
  margin: 0;
  font-family: "Sora", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: var(--muted-color);
}

.member-role {
  font-family: "Handjet", sans-serif;
  font-weight: 500;
  font-size: 32px;
  color: var(--text-color);
}

.testimonials {
  padding: 12px 0 0;
  border-radius: 30px;
}

.testimonials-top {
  display: grid;
  grid-template-columns: 48px 1fr 48px;
  align-items: center;
  gap: 12px;
}

.quote-mark {
  margin: 40px 0 0 4px;
  font-family: "Handjet", sans-serif;
  font-size: 130px;
  line-height: 0.8;
  letter-spacing: -0.06em;
  color: #2e2e2e;
  user-select: none;
}

.testimonials-meta {
  text-align: center;
}

.testimonials-meta strong {
  display: block;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.55556;
  text-align: center;
  color: #fdfdfd;
  margin-bottom: 3px;
}

.testimonials-meta span {
  display: block;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  color: #808080;
}

.slider {
  display: flex;
  justify-content: center;
}

.slider button {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 0;
  background: #f0f0f0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  cursor: pointer;
}

.quote-mark {
  margin: 40px 0 0 4px;
  font-family: "Handjet", sans-serif;
  font-size: 130px;
  line-height: 0.8;
  letter-spacing: -0.06em;
  color: #2e2e2e;
  user-select: none;
}

.clients-row {
  position: relative;
  height: 480px;
  margin-top: 0;
  background: url("../images/map-base.png") center 96px / 187% auto no-repeat;
  opacity: 1;
}
.member-caption-main {
  font-family: "Sora", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 1.66667;
  text-align: center;
  color: #b8b8b8;
}

.client-circle {
  position: absolute;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  overflow: hidden;
  background: var(--surface-color);
  border: 5px solid rgba(255, 255, 255, 0.06);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.1);
}

.client-circle img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.testimonials-copy,
.testimonials-meta strong,
.testimonials-meta span,
.client-circle img {
  transition: opacity 0.22s ease;
}

/* top-left */
.client-circle--tl {
  top: 30px;
  left: 20px;
}

/* top-right */
.client-circle--tr {
  top: 30px;
  right: 20px;
}

.order-modal {
  position: fixed;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: 99998;
  transition:
    opacity 0.22s ease,
    visibility 0.22s ease;
}

.order-modal.show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.order-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.68);
  backdrop-filter: blur(10px);
}

.order-modal-card {
  position: relative;
  width: min(100%, 640px);
  max-height: calc(100vh - 48px);
  overflow: auto;
  padding: 34px 32px 30px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 28px;
  background:
    radial-gradient(
      circle at top left,
      rgba(255, 111, 34, 0.18),
      transparent 42%
    ),
    linear-gradient(180deg, rgba(14, 14, 14, 0.98), rgba(7, 7, 7, 0.98));
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.45);
  z-index: 1;
}

.order-modal-close {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.04);
  color: #fff;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
}

.order-modal-content {
  display: grid;
  gap: 22px;
}

.order-modal-kicker {
  margin: 0;
  color: rgba(255, 255, 255, 0.55);
  font-family: "Sora", sans-serif;
  font-size: 13px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.order-modal-title {
  margin: 0;
  color: var(--text-color);
  font-family: "Sora", sans-serif;
  font-size: clamp(28px, 3.4vw, 42px);
  line-height: 1.05;
}

.order-modal-text {
  margin: 0;
  max-width: 52ch;
  color: rgba(255, 255, 255, 0.68);
  font-family: "Sora", sans-serif;
  font-size: 16px;
  line-height: 1.7;
}

.order-modal-legal-block {
  display: grid;
  gap: 12px;
  padding: 18px 18px 16px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.03);
}

.order-modal-subtitle {
  margin: 0;
  color: var(--text-color);
  font-family: "Sora", sans-serif;
  font-size: 17px;
  line-height: 1.25;
}

.order-form {
  display: grid;
  gap: 18px;
}

.order-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.order-field {
  display: grid;
  gap: 10px;
}

.order-field span {
  color: rgba(255, 255, 255, 0.76);
  font-family: "Sora", sans-serif;
  font-size: 13px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.order-field input,
.order-field textarea {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 18px;
  padding: 15px 18px;
  background: rgba(255, 255, 255, 0.04);
  color: var(--text-color);
  font-family: "Sora", sans-serif;
  font-size: 15px;
  line-height: 1.5;
  outline: none;
  transition:
    border-color 0.2s ease,
    background 0.2s ease,
    transform 0.2s ease;
}

.order-field input::placeholder,
.order-field textarea::placeholder {
  color: rgba(255, 255, 255, 0.36);
}

.order-field input:focus,
.order-field textarea:focus {
  border-color: rgba(255, 111, 34, 0.65);
  background: rgba(255, 255, 255, 0.06);
}

.order-field textarea {
  resize: vertical;
  min-height: 126px;
}

.order-field--full {
  grid-column: 1 / -1;
}

.order-submit {
  justify-self: start;
  min-width: 180px;
  border: 0;
  border-radius: 999px;
  padding: 16px 26px;
  background: linear-gradient(
    135deg,
    var(--accent-color),
    var(--accent-secondary-color)
  );
  color: var(--heading-color);
  font-family: "Sora", sans-serif;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
  transition:
    transform 0.2s ease,
    filter 0.2s ease;
}

.order-submit:hover,
.order-submit:focus {
  transform: translateY(-1px);
  filter: brightness(1.04);
}

.order-submit:focus-visible,
.order-modal-close:focus-visible {
  outline: 3px solid rgba(255, 111, 34, 0.28);
  outline-offset: 2px;
}

.order-modal-lock {
  overflow: hidden;
}

@media (max-width: 767px) {
  .order-modal {
    padding: 16px;
  }

  .order-modal-card {
    padding: 28px 20px 22px;
    border-radius: 22px;
    max-height: calc(100vh - 32px);
  }

  .order-form-grid {
    grid-template-columns: 1fr;
  }

  .order-submit {
    width: 100%;
    justify-self: stretch;
  }
}
/* centre (large) */
.client-circle--main {
  width: 172px;
  height: 172px;
  top: 134px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  border-width: 6px;
}

/* bottom-left */
.client-circle--bl {
  bottom: 30px;
  left: 20px;
}

/* bottom-right */
.client-circle--br {
  bottom: 30px;
  right: 20px;
}
.footer-section {
  position: relative;
  overflow: hidden;
  backdrop-filter: blur(24px);
  background: rgba(27, 27, 27, 0.8);
  border-radius: 32px;
  padding-block: 100px;
  padding-inline: 20px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

.footer-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../images/footer-glow.svg") center center / 100% auto
    no-repeat;
  pointer-events: none;
  z-index: 0;
  opacity: 0.35;
}

.footer-section > * {
  position: relative;
  z-index: 1;
}
.footer-top {
  text-align: center;
  padding: 20px 0 36px;
}

.footer-logo {
  font-family: "Handjet", sans-serif;
  font-weight: 500;
  font-size: 32px;
  line-height: 1.125;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 12px;
}

.logo-sec {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.logo-sec img {
  max-height: 80px;
}

.footer-copy {
  font-family: "Sora", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #bbb;
  margin: 0;
  text-align: center;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 16px;
  align-items: start;
}

.footer-col-label {
  font-family: "Handjet", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.4;
  color: #808080;
  margin-bottom: 24px;
}

.footer-links {
  display: grid;
  gap: 14px;
}

.footer-links a {
  font-family: "Sora", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #fff;
}

.footer-col-info {
  font-family: "Sora", sans-serif;
  font-size: 15px;
  line-height: 1.55;
  color: #c0c0c0;
}

.footer-col-info p {
  margin: 0 0 8px;
  font-family: "Sora", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #fff;
}

.footer-title {
  margin: 20px 0 8px;
  font-family: "Handjet", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 0.8;
  color: #808080;
}

.footer-col-info .footer-title:first-child {
  margin-top: 0;
}

.footer-divider {
  height: 1px;
  background: rgba(255, 255, 255, 0.1);
  margin: 36px 0 20px;
}

.footer-copyright {
  font-family: "Sora", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.42857;
  text-align: center;
  color: #fff;
  text-align: center;
  margin-top: 110px;
  margin-bottom: 40px;
}

.footer-bottom {
  display: flex;
  align-items: center;
  gap: 48px;
  color: rgba(255, 255, 255, 0.45);
  font-family: "Sora", sans-serif;
  font-size: 14px;
  padding-bottom: 12px;
}

.footer-bottom a {
  font-family: "Sora", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.42857;
  color: #bbb;
}

.footer-up {
  margin-left: auto;
  font-size: 20px;
  color: #fff;
}

/* в”Ђв”Ђ New base styles в”Ђв”Ђ */
.hero-arr {
  font-family: "Handjet", sans-serif;
  font-size: 0.6em;
  letter-spacing: 0;
  color: rgba(255, 255, 255, 0.55);
  font-weight: 400;
  vertical-align: middle;
}

.service-stamp {
  display: none;
}

.testimonials-heading,
.testimonials-copy {
  display: none;
}

.services-left .section-copy-txt {
  margin-top: 0;
}

/* ============================================================
   DESKTOP RESPONSIVE вЂ” 768px+
   ============================================================ */
@media (min-width: 768px) {
  html,
  body {
    background:
      url("../images/body-grid-desktop.svg") center top / 100% auto no-repeat,
      url("../images/body-accent.svg") right top 120px / min(46vw, 669px) auto
        no-repeat,
      radial-gradient(
        circle at top,
        rgba(255, 255, 255, 0.03),
        transparent 35%
      ),
      var(--primary-color);
  }

  .top-section::before {
    display: none;
  }

  /* в”Ђв”Ђ Page в”Ђв”Ђ */
  .page {
    max-width: 1440px;
    padding: 0 80px;
  }

  .section {
    width: min(100%, 1180px);
    margin-inline: auto;
  }

  /* в”Ђв”Ђ Topbar в”Ђв”Ђ */
  .topbar {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    padding: 28px 0;
    gap: 0;
  }
  .topbar-location {
    display: flex;
    align-items: center;
    font-family: "Sora", sans-serif;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.45);
  }
  .topbar-cta {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: flex-end;
  }
  .btn-chat {
    background: var(--surface-strong-color);
    border: none;
    border-radius: 999px;
    padding: 5px 5px 5px 20px;
    font-family: "Sora", sans-serif;
    font-size: 15px;
    color: var(--text-color);
    text-decoration: none;
    cursor: pointer;
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
    gap: 14px;
    min-height: 48px;
    transition:
      background 0.22s ease,
      transform 0.22s ease;
  }

  .btn-chat-span {
    background: var(--surface-elevated-color);
    border-radius: 50%;
    width: 36px;
    height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: background 0.22s ease;
  }

  .btn-chat:hover,
  .btn-chat:focus-visible,
  .btn-chat:active {
    background: var(--accent-color);
    transform: translateY(-1px);
  }

  .btn-chat:hover .btn-chat-span,
  .btn-chat:focus-visible .btn-chat-span,
  .btn-chat:active .btn-chat-span {
    background: rgba(0, 0, 0, 0.18);
  }
  .btn-start {
    background: var(--accent-color);
    border: none;
    border-radius: 999px;
    padding: 14px 28px;
    font-family: "Sora", sans-serif;
    font-size: 15px;
    color: var(--text-color);
    font-weight: 500;
    cursor: pointer;
    text-decoration: none;
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
    min-height: 48px;
  }
  .menu {
    display: none;
  }

  /* в”Ђв”Ђ Hero в”Ђв”Ђ */
  .top-section {
    padding-top: 0;
  }
  .hero-body {
    display: grid;
    grid-template-columns: 55% 1fr;
    gap: 0 60px;
    align-items: start;
    margin-top: 40px;
    padding-bottom: 100px;
  }
  .hero-left {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .hero-title {
    text-align: left;
    font-size: clamp(64px, 6.5vw, 100px);
    line-height: 1.05;
    margin: 24px 0 0;
  }
  .hero-right {
    display: flex;
    flex-direction: column;
    padding-top: 100px;
  }
  .hero-copy {
    font-size: 18px;
    text-align: left;
    margin-top: 0;
  }

  /* в”Ђв”Ђ Stats в”Ђв”Ђ */
  .stats-section {
    width: min(100%, 1080px);
    max-width: none;
    margin: 0 auto 60px;
    padding-block: 72px;
    padding-inline: 72px;
  }
  .stats-top {
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    gap: 40px;
    align-items: start;
    margin-bottom: 72px;
  }
  .stats-section .section-head {
    margin-bottom: 0;
  }
  .stats-section .section-text {
    font-size: clamp(20px, 2.2vw, 30px);
    text-align: left;
    margin: 0;
    line-height: 1.45;
  }
  .number-block {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
  }
  .stat::after {
    left: 16px;
    right: 16px;
  }

  /* в”Ђв”Ђ Partners в”Ђв”Ђ */
  .partners-section {
    padding-block: 112px 104px;
  }
  .partners-inner {
    display: grid;
    grid-template-columns: 380px 396px;
    gap: 0 56px;
    align-items: center;
    justify-content: center;
    width: max-content;
    max-width: 100%;
    margin: 0 auto;
  }
  .partners-left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 420px;
    border-right: 1px solid rgba(255, 255, 255, 0.08);
    padding-right: 56px;
  }
  .eyebrow-txt {
    font-size: clamp(90px, 9vw, 104px);
    text-align: left;
    line-height: 0.84;
    letter-spacing: -0.06em;
  }
  .partners-section .section-title {
    width: max-content;
    margin: 14px 0 0 auto;
    text-align: right;
    font-size: clamp(18px, 1.35vw, 24px);
    font-family: "Sora", sans-serif;
    color: #ff8b2b;
    letter-spacing: -0.03em;
    font-weight: 400;
    -webkit-text-fill-color: #ff8b2b;
    background: none;
  }
  .partners-right {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 396px;
  }
  .partners-right .partners-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 132px));
    grid-auto-rows: 132px;
    column-gap: 0;
    row-gap: 0;
    margin: 0;
    width: max-content;
  }
  .partners-right .partner:nth-child(1) {
    grid-column: 2;
    grid-row: 1;
    justify-self: center;
  }
  .partners-right .partner:nth-child(2) {
    grid-column: 1;
    grid-row: 2;
    justify-self: center;
  }
  .partners-right .partner:nth-child(3) {
    grid-column: 2;
    grid-row: 2;
    justify-self: center;
  }
  .partners-right .partner:nth-child(4) {
    grid-column: 1;
    grid-row: 3;
    justify-self: center;
  }
  .partners-right .partner:nth-child(5) {
    grid-column: 2;
    grid-row: 3;
    justify-self: center;
  }
  .partners-right .partner:nth-child(6) {
    grid-column: 3;
    grid-row: 3;
    justify-self: center;
  }
  .partners-right .partner-logo {
    width: 132px;
    max-width: 132px;
    padding: 20px;
    border-color: rgba(255, 255, 255, 0.12);
    background: #0d0d0d;
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.03),
      0 0 0 1px rgba(255, 255, 255, 0.015);
  }
  .partners-right .partner-logo svg {
    max-width: 88px;
    max-height: 88px;
  }
  .partners-right .partner:nth-child(1) .partner-logo svg {
    max-width: 82px;
    max-height: 82px;
  }
  .partners-right .partner:nth-child(2) .partner-logo svg {
    max-width: 76px;
    max-height: 76px;
  }
  .partners-right .partner:nth-child(3) .partner-logo svg {
    max-width: 74px;
    max-height: 34px;
  }
  .partners-right .partner:nth-child(4) .partner-logo svg {
    max-width: 74px;
    max-height: 46px;
  }
  .partners-right .partner:nth-child(5) .partner-logo svg {
    max-width: 84px;
    max-height: 44px;
  }
  .partners-right .partner:nth-child(6) .partner-logo svg {
    max-width: 92px;
    max-height: 30px;
  }

  /* в”Ђв”Ђ Services в”Ђв”Ђ */
  .services-section {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 0 80px;
    align-items: start;
    padding-block: 100px;
  }
  .services-left {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 480px;
  }
  .services-left .section-copy-txt {
    font-size: 20px;
    margin-top: 0;
    line-height: 1.5;
  }
  .service-stamp {
    display: block;
    margin-top: auto;
  }
  .services-right {
    display: block;
  }
  .service-list {
    margin: 0;
  }
  .service-wrap {
    justify-content: flex-start;
    align-items: center;
  }
  .service-card-arr {
    margin-left: auto;
  }
  .service-card {
    width: fit-content;
    max-width: 100%;
    margin: 0 auto 0 0;
    padding: 24px 34px;
    border-radius: 999px;
    background: rgba(5, 5, 5, 0.72);
    border-color: rgba(255, 255, 255, 0.16);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
  }
  .service-card ul {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 30px;
    flex-wrap: nowrap;
  }
  .service-card ul li {
    font-size: 18px;
    line-height: 1.15;
    letter-spacing: -0.04em;
    white-space: nowrap;
  }
  .service-card ul li + li::before {
    content: "•";
    position: absolute;
    left: -18px;
    top: 50%;
    width: auto;
    height: auto;
    border-radius: 0;
    background: none;
    color: rgba(255, 255, 255, 0.9);
    transform: translateY(-52%);
    font-size: 16px;
    line-height: 1;
  }

  /* Background decoration вЂ” hide on desktop */
  .background-img {
    display: none;
  }

  /* в”Ђв”Ђ Industries в”Ђв”Ђ */
  .industries-section {
    padding-block: 100px;
  }
  .industries-section .section-head {
    margin-bottom: 40px;
    justify-content: center;
  }
  .industries-grid {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: 10px;
    justify-content: center;
    margin-bottom: 40px;
  }
  .industry-chip {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    padding: 0 18px;
    font-size: 15px;
    line-height: 1;
    letter-spacing: -0.03em;
    border-width: 1px;
    border-color: rgba(255, 255, 255, 0.2);
    color: #9f9f9f;
    white-space: nowrap;
  }
  .industry-chip.active {
    color: #050505;
    background: #ffffff;
    border-color: #ffffff;
  }
  .industries-grid .industry-chip:nth-child(1) {
    order: 1;
  }
  .industries-grid .industry-chip:nth-child(4) {
    order: 2;
  }
  .industries-grid .industry-chip:nth-child(2) {
    order: 3;
  }
  .industries-grid .industry-chip:nth-child(5) {
    order: 4;
  }
  .industries-grid .industry-chip:nth-child(3) {
    order: 5;
  }
  .industries-grid .industry-chip:nth-child(6) {
    order: 6;
  }
  .industry-card {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 60px;
    padding: 48px;
  }
  .industry-card .industry-title {
    grid-column: 1;
    grid-row: 1;
  }
  .industry-card > h3 {
    grid-column: 1;
    grid-row: 2;
    font-size: clamp(36px, 4vw, 56px);
    margin-bottom: 0;
  }
  .industry-card .industry-copy {
    grid-column: 2;
    grid-row: 1 / span 2;
    align-self: center;
    text-align: left;
    font-size: 16px;
    margin: 0;
  }
  .industry-card .industry-image {
    grid-column: 1 / -1;
    grid-row: 3;
    margin-top: 48px;
  }
  .industry-image-mobile {
    display: none;
  }
  .industry-image-desktop {
    display: block;
  }
  .industry-card .tags {
    grid-column: 1 / -1;
    grid-row: 4;
    grid-template-columns: repeat(4, 1fr);
    margin-top: 24px;
  }
  .industry-image-prim {
    width: 100%;
    height: auto;
  }
  .section-copy-awards {
    font-family: "Sora", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.33333;
    letter-spacing: -0.02em;
    text-align: center;
    color: #fff;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
  /* в”Ђв”Ђ Awards в”Ђв”Ђ */
  .awards-section {
    padding-block: 100px;
  }
  .section-award-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }
  .awards-grid {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 16px;
    flex-wrap: nowrap;
    margin-top: 40px;
  }
  .award-circle {
    width: 155px;
    height: 155px;
    aspect-ratio: 1;
    flex-shrink: 0;
  }
  .award-circle.large {
    grid-column: auto;
    width: 270px;
    height: 270px;
  }
  /* Reorder: HTML=PFD,Adaptic,Oglivy,OCC,Liquid в†’ show OCC,Liquid,Oglivy,PFD,Adaptic */
  .awards-grid .award-circle:nth-child(1) {
    order: 4;
  }
  .awards-grid .award-circle:nth-child(2) {
    order: 5;
  }
  .awards-grid .award-circle:nth-child(3) {
    order: 3;
  }
  .awards-grid .award-circle:nth-child(4) {
    order: 1;
  }
  .awards-grid .award-circle:nth-child(5) {
    order: 2;
  }

  /* в”Ђв”Ђ Members в”Ђв”Ђ */
  .members-section {
    padding-block: 108px 92px;
  }
  .members-section .section-head {
    justify-content: center;
    margin-bottom: 42px;
  }
  .members-section .eyebrow {
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 12px;
  }
  .members-txt-firs {
    font-size: clamp(54px, 4.4vw, 62px);
    line-height: 1;
    letter-spacing: -0.05em;
  }
  .members-txt-sec {
    font-size: clamp(68px, 5.6vw, 84px);
    line-height: 0.9;
    letter-spacing: -0.04em;
  }
  .members-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    justify-items: stretch;
    gap: 10px;
    max-width: 996px;
    margin: 0 auto;
  }
  .member-card {
    width: 100%;
    min-height: 322px;
    padding: 0 0 18px;
    border-radius: 18px;
    background: rgba(5, 5, 5, 0.96);
    overflow: hidden;
  }
  .member-avatar {
    aspect-ratio: auto;
    height: 242px;
    border-radius: 0;
    overflow: hidden;
  }
  .member-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .member-caption,
  .member-role {
    padding-inline: 22px;
  }
  .member-caption {
    margin-top: 14px;
    font-size: 13px;
    line-height: 1.35;
    color: #8a8a8a;
  }
  .member-role {
    margin-top: 6px;
    font-size: 24px;
    line-height: 1;
    letter-spacing: -0.03em;
  }
  .member-caption-main {
    margin: 46px auto 0;
    max-width: 460px;
    font-size: 15px;
    line-height: 1.5;
    color: #b3b3b3;
  }
  .member-caption-main br {
    display: none;
  }
  .member-caption-txt {
    font-weight: 600;
  }

  /* в”Ђв”Ђ Testimonials в”Ђв”Ђ */
  .testimonials-section {
    border-bottom: none;
    padding-block: 108px 96px;
  }
  .testimonials {
    display: grid;
    grid-template-columns: minmax(430px, 520px) minmax(480px, 1fr);
    gap: 52px;
    align-items: start;
    padding: 0;
    border-radius: 0;
  }
  .testimonials-left {
    display: flex;
    flex-direction: column;
    padding-right: 0;
    min-height: 580px;
  }
  .testimonials-heading {
    display: block;
    margin-bottom: 30px;
  }
  .t-head-white {
    display: block;
    font-family: "Sora", sans-serif;
    font-weight: 400;
    font-size: 80px;
    color: #fff;
    line-height: 1.02;
    letter-spacing: -0.05em;
  }
  .t-head-orange {
    display: block;
    font-family: "Handjet", sans-serif;
    font-size: clamp(56px, 5.2vw, 72px);
    line-height: 0.82;
    background: linear-gradient(150deg, #fb5f29 0%, #fd9e4c 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    letter-spacing: -0.04em;
  }
  .testimonials-copy {
    display: block;
    font-family: "Sora", sans-serif;
    max-width: 520px;
    font-size: 28px;
    line-height: 1.68;
    color: rgba(255, 255, 255, 0.92);
    margin: 0 0 84px;
  }
  .testimonials-top {
    width: 75%;
    max-width: 536px;
    grid-template-columns: 60px 1fr 60px;
    gap: 24px;
    margin-top: auto;
  }
  .testimonials-meta {
    text-align: center;
    margin: 0 auto;
  }
  .testimonials-meta strong {
    text-align: left;
    font-size: 17px;
    line-height: 1.2;
    margin-bottom: 6px;
  }
  .testimonials-meta span {
    text-align: left;
    font-size: 14px;
    line-height: 1.2;
    color: #7f7f7f;
  }
  .slider {
    justify-content: flex-start;
  }
  .testimonials-top .slider:last-child {
    justify-content: flex-end;
  }
  .slider button {
    width: 48px;
    height: 48px;
    background: #f1f1f1;
  }
  .quote-mark {
    margin: 52px 0 0;
    width: 88px;
    height: 88px;
    color: transparent;
  }
  .quote-mark img {
    display: block;
    width: 100%;
    height: auto;
    opacity: 0.28;
  }
  .testimonials-right {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .clients-row {
    width: 100%;
    max-width: 640px;
    height: 560px;
    min-height: 560px;
    background-size: 83% auto;
    background-position: 53% 51%;
    border-radius: 0;
  }
  .client-circle {
    width: 90px;
    height: 90px;
    border-width: 7px;
    border-color: rgba(255, 255, 255, 0.08);
    box-shadow:
      0 0 0 1px rgba(255, 255, 255, 0.08),
      0 0 0 12px rgba(255, 255, 255, 0.04);
  }
  .client-circle--main {
    width: 172px;
    height: 172px;
    top: 46%;
    left: calc(50% + 50px);
    transform: translate(-50%, -50%);
    border-width: 8px;
    z-index: 2;
  }
  /* stacked in upper-right, matching screenshot */
  .client-circle--tr {
    top: 35px;
    right: -35px;
    left: auto;
  }
  .client-circle--tl {
    top: 118px;
    right: 78px;
    left: auto;
  }
  /* bottom cluster, right-of-center */
  .client-circle--bl {
    bottom: 88px;
    right: 150px;
    left: auto;
  }
  .client-circle--br {
    bottom: 18px;
    right: -35px;
    left: auto;
  }

  /* в”Ђв”Ђ Footer в”Ђв”Ђ */
  .footer-section {
    display: grid;
    grid-template-columns: minmax(280px, 1fr) minmax(360px, 520px);
    grid-template-rows: auto auto auto;
    align-items: start;
    gap: 0 72px;
    padding-inline: 46px 56px;
    padding-block: 38px 30px;
    border-radius: 28px;
    border-bottom-left-radius: 28px;
    border-bottom-right-radius: 28px;
    background:
      radial-gradient(
        circle at 50% 0%,
        rgba(128, 36, 16, 0.34),
        transparent 48%
      ),
      rgba(27, 24, 24, 0.94);
    min-height: 374px;
  }
  .footer-section::before {
    opacity: 0.22;
    background-position: center top;
    background-size: 112% auto;
  }
  .footer-top {
    grid-column: 1;
    grid-row: 1;
    text-align: left;
    padding: 0;
    margin-bottom: 0;
    padding-top: 28px;
  }
  .footer-logo {
    margin-bottom: 14px;
    font-size: 28px;
    letter-spacing: 0.28em;
  }
  .footer-copy {
    text-align: left;
    max-width: 180px;
    font-size: 15px;
    line-height: 1.35;
    color: #d0d0d0;
  }
  .footer-grid {
    grid-column: 2;
    grid-row: 1;
    grid-template-columns: 122px 210px;
    justify-content: end;
    gap: 0 58px;
    padding-top: 30px;
  }
  .footer-col-label,
  .footer-title {
    font-family: "Sora", sans-serif;
    font-size: 14px;
    line-height: 1.2;
    color: #6f6f6f;
    text-transform: none;
    letter-spacing: -0.02em;
  }
  .footer-col-label {
    margin-bottom: 12px;
  }
  .footer-title {
    margin: 0 0 10px;
  }
  .footer-col-info .footer-title:first-child {
    margin-top: 0;
  }
  .footer-links {
    gap: 8px;
  }
  .footer-links a,
  .footer-col-info p {
    font-size: 15px;
    line-height: 1.5;
    color: #f2f2f2;
  }
  .footer-col-info p {
    margin: 0 0 22px;
  }
  .footer-divider {
    grid-column: 1 / -1;
    grid-row: 2;
    margin-top: 58px;
    margin-bottom: 0;
    background: rgba(255, 255, 255, 0.08);
  }
  .footer-copyright {
    grid-column: 1;
    grid-row: 3;
    text-align: left;
    margin-top: 18px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 1.3;
    color: #ececec;
  }
  .footer-bottom {
    grid-column: 2;
    grid-row: 3;
    justify-self: end;
    align-items: center;
    gap: 32px;
    margin-top: 16px;
    padding-bottom: 0;
    color: #b9b9b9;
  }
  .footer-bottom a {
    font-size: 14px;
    line-height: 1.3;
    color: #b9b9b9;
  }
  .footer-up {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: 8px;
  }
}

/* ============================================================
   TABLET OVERRIDE — 768px … 1099px
   ============================================================ */
@media (min-width: 768px) and (max-width: 1099px) {
  /* ── Page ── */
  .page {
    padding: 0 32px;
  }

  /* ── Awards ── */
  .awards-grid {
    flex-wrap: wrap;
    justify-content: center;
  }

  /* ── Hero ── */
  .hero-body {
    grid-template-columns: 1fr 1fr;
    gap: 0 28px;
    margin-top: 24px;
    padding-bottom: 60px;
  }
  .hero-title {
    font-size: clamp(48px, 6.5vw, 72px);
    margin-top: 16px;
  }
  .hero-right {
    padding-top: 48px;
  }
  .hero-copy {
    font-size: 15px;
  }

  /* ── Stats ── */
  .stats-section {
    padding-block: 48px;
    padding-inline: 40px;
  }
  .stats-top {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-bottom: 36px;
  }
  .stats-section .section-text {
    font-size: 18px;
    max-width: 100%;
  }
  .number-block {
    grid-template-columns: repeat(3, 1fr);
  }
  .member-avatar {
    width: 55%;
    margin: 0 auto;
    height: auto;
  }
  /* ── Partners ── */
  .partners-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 32px;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }
  .partners-left {
    min-height: auto;
    padding-right: 32px;
  }
  .eyebrow-txt {
    font-size: clamp(60px, 8vw, 88px);
  }
  .partners-right {
    width: 100%;
  }
  .partners-right .partners-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: auto;
    width: 100%;
  }
  .partners-right .partner-logo {
    width: 100%;
    max-width: 100%;
  }

  /* ── Services ── */
  .services-section {
    gap: 0 40px;
  }
  .services-left {
    min-height: auto;
  }
  .service-card ul {
    gap: 16px;
    flex-wrap: wrap;
  }
  .service-card ul li {
    font-size: 15px;
  }

  /* ── Members ── */
  .members-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: 100%;
  }

  /* ── Testimonials ── */
  .testimonials {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .testimonials-left {
    min-height: auto;
  }
  .t-head-white {
    font-size: clamp(44px, 6.5vw, 68px);
  }
  .t-head-orange {
    font-size: clamp(44px, 6vw, 64px);
  }
  .testimonials-copy {
    font-size: 18px;
    margin-bottom: 36px;
  }
  .testimonials-right {
    justify-content: flex-start;
  }
  .clients-row {
    height: 400px;
    min-height: 400px;
    max-width: 100%;
  }

  /* ── Footer ── */
  .footer-section {
    grid-template-columns: 1fr 1fr;
    gap: 0 32px;
    padding-inline: 32px;
  }
  .footer-grid {
    grid-template-columns: 1fr 1fr;
    justify-content: start;
    gap: 0 24px;
  }
}

@media (min-width: 1024px) {
  .awards-grid {
    flex-wrap: nowrap;
    gap: 0;
    overflow: visible;
  }

  .award-circle {
    position: relative;
  }

  .awards-grid .award-circle + .award-circle {
    margin-left: -8px;
    margin-right: -12px;
  }

  .award-circle.large {
    z-index: 5;
  }

  .awards-grid .award-circle:nth-child(1) {
    z-index: 4;
  }

  .awards-grid .award-circle:nth-child(2) {
    z-index: 3;
  }

  .awards-grid .award-circle:nth-child(3) {
    z-index: 5;
  }

  .awards-grid .award-circle:nth-child(4) {
    z-index: 3;
  }

  .awards-grid .award-circle:nth-child(5) {
    z-index: 4;
  }
  .award-title {
    font-family: "Sora", sans-serif;
    font-weight: 600;
    font-size: 12px;
    line-height: 1.4;
    letter-spacing: 0.01em;
    text-align: center;
    color: #fff;
  }
  .award-meta {
    font-family: "Sora", sans-serif;
    font-weight: 400;
    font-size: 8px;
    line-height: 1.28571;
    letter-spacing: 0.01em;
    text-align: center;
    color: #bbb;
  }
}
