.uf-certificate-image--neutral {
  filter: grayscale(1) brightness(1.8) contrast(0.72) opacity(0.78);
}

.uf-why-page {
  overflow: hidden;
  color: var(--uf-color-ink);
  background: var(--uf-color-white);
  font-family: var(--uf-font-body);
  font-size: 16px;
  line-height: 1.65;
}

.uf-why-page *,
.uf-why-page *::before,
.uf-why-page *::after {
  box-sizing: border-box;
}

.uf-why-page h1,
.uf-why-page h2,
.uf-why-page h3,
.uf-why-page p,
.uf-why-page figure {
  margin-top: 0;
}

.uf-why-page h1,
.uf-why-page h2,
.uf-why-page h3 {
  color: var(--uf-color-ink);
  font-family: var(--uf-font-display);
  font-weight: 400;
}

.uf-why-page img {
  max-width: 100%;
}

.uf-why-page > section > .container,
.uf-why-accreditations > .container {
  width: 100%;
  max-width: var(--uf-content-width);
  padding-right: var(--uf-gutter);
  padding-left: var(--uf-gutter);
}

.uf-why-page__sprite {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

.uf-why-page__eyebrow {
  margin-bottom: 12px;
  color: var(--uf-color-secondary);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.14em;
  line-height: 1.4;
  text-transform: uppercase;
}

.uf-why-page__heading--center {
  max-width: 720px;
  margin: 0 auto var(--uf-section-content-gap);
  text-align: center;
}

.uf-why-page__heading h2,
.uf-why-london__content h2 {
  margin-bottom: 0;
  font-size: clamp(36px, 3.7vw, 52px);
  letter-spacing: -0.03em;
  line-height: 1.08;
  text-wrap: balance;
}

.uf-why-page svg {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.uf-why-page__button {
  position: relative;
  z-index: 1;
  min-width: 170px;
  min-height: 50px;
  padding: 13px 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 2px solid var(--uf-color-white);
  border-radius: 999px;
  color: var(--uf-color-primary-dark);
  background: var(--uf-color-white);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  transition: color 180ms ease, background-color 180ms ease, transform 180ms ease;
}

.uf-why-page__button svg {
  width: 17px;
  height: 17px;
}

.uf-why-page__button:hover {
  color: var(--uf-color-primary);
  background: var(--uf-color-primary-soft);
  text-decoration: none;
  transform: translateY(-2px);
}

.uf-why-page__button:focus-visible {
  outline: 3px solid var(--uf-color-secondary-soft);
  outline-offset: 4px;
}

.uf-why-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: linear-gradient(112deg, #fbfaff 0%, #f7f5fb 56%, #edf8f2 100%);
}

.uf-why-hero::after {
  position: absolute;
  right: -4%;
  bottom: -150px;
  z-index: 2;
  width: 54%;
  height: 205px;
  border-radius: 50% 0 0 0;
  background: linear-gradient(112deg, var(--uf-color-secondary), var(--uf-color-primary-dark));
  content: "";
  pointer-events: none;
  transform: rotate(-5deg);
  transform-origin: right top;
}

.uf-why-hero > .container {
  position: relative;
  min-height: clamp(600px, 49vw, 700px);
  padding-top: 26px;
  padding-bottom: clamp(60px, 6vw, 84px);
}

.uf-why-breadcrumb {
  position: relative;
  z-index: 5;
  margin-bottom: clamp(46px, 5.5vw, 76px);
}

.uf-why-breadcrumb ol {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  color: var(--uf-color-muted);
  font-size: 13px;
}

.uf-why-breadcrumb li {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.uf-why-breadcrumb li + li::before {
  color: rgba(33, 29, 47, 0.4);
  content: "/";
}

.uf-why-breadcrumb a {
  color: var(--uf-color-ink);
  text-decoration: none;
}

.uf-why-breadcrumb a:hover {
  color: var(--uf-color-primary);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.uf-why-hero__content {
  position: relative;
  z-index: 4;
  width: 52%;
  max-width: 670px;
}

.uf-why-hero__content h1 {
  max-width: 660px;
  margin-bottom: 21px;
  font-size: clamp(48px, 5.15vw, 72px);
  letter-spacing: -0.04em;
  line-height: 1.02;
  text-wrap: balance;
}

.uf-why-hero__description {
  max-width: 610px;
  margin-bottom: 28px;
  color: var(--uf-color-muted);
  font-size: clamp(16px, 1.35vw, 18px);
}

.uf-why-hero__highlights {
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  list-style: none;
}

.uf-why-hero__highlights li {
  min-width: 0;
  padding: 0 13px;
  display: flex;
  align-items: center;
  gap: 9px;
}

.uf-why-hero__highlights li:first-child {
  padding-left: 0;
}

.uf-why-hero__highlights li + li {
  border-left: 1px solid rgba(87, 69, 134, 0.14);
}

.uf-why-hero__highlights svg {
  width: 28px;
  height: 28px;
  flex: 0 0 28px;
  color: var(--uf-color-primary);
}

.uf-why-hero__highlights span {
  min-width: 0;
  color: var(--uf-color-muted);
  font-size: 10px;
  line-height: 1.35;
}

.uf-why-hero__highlights strong {
  display: block;
  color: var(--uf-color-ink);
  font-size: 11px;
}

.uf-why-hero__media {
  position: absolute;
  inset: 0 0 0 auto;
  z-index: 1;
  width: 65%;
  margin: 0;
}

.uf-why-hero__media::before {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(90deg, #faf9fd 0%, rgba(250, 249, 253, 0.98) 18%, rgba(250, 249, 253, 0.66) 37%, transparent 62%);
  content: "";
}

.uf-why-hero__media picture,
.uf-why-hero__media img {
  width: 100%;
  height: 100%;
  display: block;
}

.uf-why-hero__media img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.uf-why-difference {
  padding: var(--uf-section-spacing) 0 calc(var(--uf-section-spacing) * 0.72);
}

.uf-why-difference__grid {
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  list-style: none;
}

.uf-why-difference__grid li {
  min-height: 190px;
  padding: clamp(23px, 2.3vw, 33px);
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
  border: 1px solid rgba(87, 69, 134, 0.14);
  border-radius: var(--uf-radius-small);
  background: var(--uf-color-white);
}

.uf-why-difference__icon {
  width: 58px;
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: var(--uf-color-white);
  background: linear-gradient(135deg, var(--uf-color-primary), var(--uf-color-secondary-dark));
}

.uf-why-difference__icon svg {
  width: 30px;
  height: 30px;
}

.uf-why-difference__grid h3 {
  margin-bottom: 9px;
  font-size: 19px;
  font-weight: 600;
  line-height: 1.3;
}

.uf-why-difference__grid h3 span {
  color: var(--uf-color-secondary-dark);
}

.uf-why-difference__grid p {
  margin-bottom: 0;
  color: var(--uf-color-muted);
  font-size: 14px;
}

.uf-why-accreditations {
  padding-bottom: calc(var(--uf-section-spacing) * 0.75);
}

.uf-why-accreditations .uf-comm-certs-section {
  padding: clamp(27px, 3.5vw, 45px);
  border: 1px solid rgba(87, 69, 134, 0.13);
  border-radius: var(--uf-radius-small);
  background: linear-gradient(115deg, #fbfaff, #f1faf5);
  text-align: center;
}

.uf-why-accreditations .uf-comm-certs-title {
  margin-bottom: 27px;
  color: var(--uf-color-secondary-dark);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.uf-why-accreditations .uf-comm-certs-grid {
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: center;
  list-style: none;
}

.uf-why-accreditations .uf-comm-cert-card {
  min-width: 0;
  min-height: 105px;
  padding: 12px clamp(14px, 2.5vw, 34px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: transparent;
}

.uf-why-accreditations .uf-comm-cert-card + .uf-comm-cert-card {
  border-left: 1px solid rgba(87, 69, 134, 0.16);
}

.uf-why-accreditations .uf-comm-cert-card img {
  width: auto;
  max-width: 190px;
  height: 62px;
  -o-object-fit: contain;
     object-fit: contain;
}

.uf-why-accreditations .uf-comm-cert-card span {
  color: var(--uf-color-muted);
  font-size: 12px;
  font-weight: 600;
}

.uf-why-process {
  padding: 0 0 var(--uf-section-spacing);
}

.uf-why-process__grid {
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: clamp(18px, 3vw, 44px);
  list-style: none;
}

.uf-why-process__grid li {
  position: relative;
  text-align: center;
}

.uf-why-process__grid li:not(:last-child)::after {
  position: absolute;
  top: 40px;
  left: calc(50% + 50px);
  width: calc(100% - 57px);
  border-top: 1px dashed var(--uf-color-secondary);
  content: "";
}

.uf-why-process__number {
  position: absolute;
  top: -5px;
  left: calc(50% - 45px);
  z-index: 2;
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: var(--uf-color-white);
  background: var(--uf-color-secondary-dark);
  font-size: 12px;
  font-weight: 700;
}

.uf-why-process__icon {
  position: relative;
  z-index: 1;
  width: 80px;
  height: 80px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: var(--uf-color-primary);
  background: var(--uf-color-primary-soft);
}

.uf-why-process__icon svg {
  width: 34px;
  height: 34px;
}

.uf-why-process__grid h3 {
  margin: 13px 0 6px;
  font-size: 20px;
}

.uf-why-process__grid p {
  margin-bottom: 0;
  color: var(--uf-color-muted);
  font-size: 13px;
  line-height: 1.5;
}

.uf-why-technology {
  padding-bottom: var(--uf-section-spacing);
}

.uf-why-technology__panel {
  padding: clamp(28px, 3.5vw, 44px);
  display: grid;
  grid-template-columns: minmax(190px, 0.75fr) minmax(0, 2.25fr);
  gap: 30px;
  border: 1px solid rgba(87, 69, 134, 0.14);
  border-radius: var(--uf-radius-small);
  background: linear-gradient(112deg, var(--uf-color-primary-soft), #f3faf6);
}

.uf-why-technology__brand {
  padding-right: 25px;
  display: grid;
  grid-template-columns: 48px 1fr;
  align-content: center;
  border-right: 1px solid rgba(87, 69, 134, 0.16);
  color: var(--uf-color-ink);
  text-decoration: none;
}

.uf-why-technology__brand > span {
  width: 42px;
  height: 42px;
  grid-row: 1/3;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: var(--uf-color-white);
  background: var(--uf-color-secondary-dark);
  font-size: 13px;
  font-weight: 800;
}

.uf-why-technology__brand strong {
  color: var(--uf-color-primary);
  font-size: 27px;
  line-height: 1.15;
}

.uf-why-technology__brand small {
  color: var(--uf-color-muted);
  font-size: 10px;
  line-height: 1.35;
}

.uf-why-technology__brand:hover strong {
  color: var(--uf-color-secondary-dark);
}

.uf-why-technology__brand:focus-visible {
  outline: 3px solid var(--uf-color-secondary);
  outline-offset: 5px;
}

.uf-why-technology__panel > ul {
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  list-style: none;
}

.uf-why-technology__panel > ul li {
  padding: 2px clamp(13px, 2vw, 24px);
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 11px;
}

.uf-why-technology__panel > ul li + li {
  border-left: 1px solid rgba(87, 69, 134, 0.14);
}

.uf-why-technology__panel li svg {
  width: 31px;
  height: 31px;
  color: var(--uf-color-primary);
}

.uf-why-technology__panel li span {
  color: var(--uf-color-muted);
  font-size: 11px;
  line-height: 1.45;
}

.uf-why-technology__panel li strong {
  display: block;
  margin-bottom: 5px;
  color: var(--uf-color-ink);
  font-size: 12px;
}

.uf-why-london {
  padding-bottom: var(--uf-section-spacing);
}

.uf-why-london__panel {
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr 0.95fr 0.7fr 0.9fr;
  align-items: stretch;
  border: 1px solid rgba(87, 69, 134, 0.13);
  border-radius: var(--uf-radius-small);
  background: var(--uf-color-white);
}

.uf-why-london__panel > figure {
  min-height: 290px;
  margin-bottom: 0;
}

.uf-why-london__panel > figure img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

.uf-why-london__content {
  padding: clamp(28px, 3.4vw, 48px);
  align-self: center;
}

.uf-why-london__content h2 {
  margin-bottom: 14px;
  font-size: clamp(30px, 3vw, 42px);
}

.uf-why-london__content > p:last-child {
  margin-bottom: 0;
  color: var(--uf-color-muted);
  font-size: 14px;
}

.uf-why-london__map {
  position: relative;
  isolation: isolate;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: var(--uf-color-primary);
  background: linear-gradient(rgba(255, 255, 255, 0.74), rgba(255, 255, 255, 0.74)), repeating-linear-gradient(30deg, transparent 0 24px, rgba(87, 69, 134, 0.11) 25px 27px), repeating-linear-gradient(120deg, transparent 0 35px, rgba(41, 162, 104, 0.1) 36px 38px), #f7f6fa;
}

.uf-why-london__map::before,
.uf-why-london__map::after {
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(87, 69, 134, 0.15);
  content: "";
}

.uf-why-london__map::before {
  width: 130px;
  height: 130px;
}

.uf-why-london__map::after {
  width: 82px;
  height: 82px;
}

.uf-why-london__map svg {
  position: relative;
  z-index: 1;
  width: 42px;
  height: 42px;
}

.uf-why-london__map strong {
  position: relative;
  z-index: 1;
  color: var(--uf-color-ink);
  font-size: 14px;
}

.uf-why-london__panel > ul {
  margin: 0;
  padding: 35px 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 13px;
  list-style: none;
  background: var(--uf-color-surface);
}

.uf-why-london__panel > ul li {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  color: var(--uf-color-muted);
  font-size: 13px;
}

.uf-why-london__panel > ul svg {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  color: var(--uf-color-secondary-dark);
}

.uf-why-cta {
  padding: 0 0 var(--uf-section-spacing);
}

.uf-why-cta__inner {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: 150px;
  padding: clamp(28px, 3.4vw, 46px);
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: clamp(20px, 3vw, 38px);
  border-radius: var(--uf-radius-small);
  color: var(--uf-color-white);
  background: linear-gradient(110deg, var(--uf-color-primary-dark), var(--uf-color-primary) 58%, var(--uf-color-secondary));
}

.uf-why-cta__inner::after {
  position: absolute;
  right: -70px;
  bottom: -150px;
  z-index: -1;
  width: 390px;
  height: 300px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 50%;
  content: "";
}

.uf-why-cta__icon {
  width: 76px;
  height: 76px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.38);
  border-radius: 50%;
  color: var(--uf-color-white);
}

.uf-why-cta__icon svg {
  width: 41px;
  height: 41px;
}

.uf-why-cta__content h2 {
  margin-bottom: 4px;
  color: var(--uf-color-white);
  font-size: clamp(27px, 3vw, 39px);
  line-height: 1.15;
}

.uf-why-cta__content p {
  max-width: 660px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.88);
}

@media (max-width: 1199px) {
  .uf-why-hero > .container {
    min-height: 650px;
  }

  .uf-why-hero__media {
    width: 70%;
  }

  .uf-why-hero__content {
    width: 55%;
  }

  .uf-why-hero__highlights {
    grid-template-columns: 1fr 1fr;
    gap: 14px 0;
  }

  .uf-why-hero__highlights li:nth-child(3) {
    padding-left: 0;
    border-left: 0;
  }

  .uf-why-technology__panel {
    grid-template-columns: 1fr;
  }

  .uf-why-technology__brand {
    padding-right: 0;
    padding-bottom: 22px;
    border-right: 0;
    border-bottom: 1px solid rgba(87, 69, 134, 0.16);
  }

  .uf-why-london__panel {
    grid-template-columns: 1fr 1fr;
  }

  .uf-why-london__map {
    min-height: 230px;
  }
}

@media (max-width: 991px) {
  .uf-why-hero__content h1 {
    font-size: clamp(46px, 7vw, 62px);
  }

  .uf-why-difference__grid {
    grid-template-columns: 1fr 1fr;
  }

  .uf-why-accreditations .uf-comm-certs-grid {
    grid-template-columns: 1fr 1fr;
    row-gap: 24px;
  }

  .uf-why-accreditations .uf-comm-cert-card:nth-child(3) {
    border-left: 0;
  }

  .uf-why-process__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    row-gap: 40px;
  }

  .uf-why-process__grid li::after {
    display: none;
  }

  .uf-why-technology__panel > ul {
    grid-template-columns: 1fr 1fr;
    row-gap: 24px;
  }

  .uf-why-technology__panel > ul li:nth-child(3) {
    border-left: 0;
  }
}

@media (max-width: 767px) {
  .uf-why-hero::after {
    display: none;
  }

  .uf-why-hero > .container {
    min-height: 0;
    padding-top: 20px;
    padding-bottom: 0;
  }

  .uf-why-breadcrumb {
    margin-bottom: 38px;
  }

  .uf-why-hero__content {
    width: 100%;
    max-width: 620px;
    padding-bottom: 40px;
  }

  .uf-why-hero__content h1 {
    font-size: clamp(41px, 11vw, 57px);
  }

  .uf-why-hero__media {
    position: relative;
    inset: auto;
    width: calc(100% + var(--uf-gutter) * 2);
    height: clamp(330px, 91vw, 520px);
    margin: 0 calc(var(--uf-gutter) * -1);
  }

  .uf-why-hero__media::before {
    background: linear-gradient(180deg, #f8f6fb 0%, transparent 24%);
  }

  .uf-why-hero__media img {
    -o-object-position: center;
       object-position: center;
  }

  .uf-why-difference__grid {
    grid-template-columns: 1fr;
  }

  .uf-why-difference__grid li {
    min-height: 0;
  }

  .uf-why-process__grid {
    grid-template-columns: 1fr 1fr;
  }

  .uf-why-process__grid li:last-child {
    grid-column: 1/-1;
    max-width: 270px;
    margin: 0 auto;
  }

  .uf-why-technology__panel > ul li {
    padding: 2px 18px;
  }

  .uf-why-london__panel {
    grid-template-columns: 1fr;
  }

  .uf-why-london__panel > figure {
    min-height: 250px;
  }

  .uf-why-london__map {
    min-height: 210px;
  }

  .uf-why-cta__inner {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .uf-why-cta .uf-why-page__button {
    grid-column: 2;
    justify-self: start;
  }
}

@media (max-width: 575px) {
  .uf-why-hero__highlights {
    grid-template-columns: 1fr;
  }

  .uf-why-hero__highlights li,
  .uf-why-hero__highlights li:nth-child(3) {
    padding: 10px 0;
    border-top: 1px solid rgba(87, 69, 134, 0.12);
    border-left: 0;
  }

  .uf-why-hero__highlights li:first-child {
    border-top: 0;
  }

  .uf-why-accreditations .uf-comm-certs-grid {
    grid-template-columns: 1fr;
  }

  .uf-why-accreditations .uf-comm-cert-card + .uf-comm-cert-card {
    padding-top: 22px;
    border-top: 1px solid rgba(87, 69, 134, 0.16);
    border-left: 0;
  }

  .uf-why-process__grid {
    grid-template-columns: 1fr;
  }

  .uf-why-process__grid li:last-child {
    grid-column: auto;
    max-width: none;
  }

  .uf-why-technology__panel > ul {
    grid-template-columns: 1fr;
  }

  .uf-why-technology__panel > ul li,
  .uf-why-technology__panel > ul li:nth-child(3) {
    padding: 16px 0;
    border-top: 1px solid rgba(87, 69, 134, 0.14);
    border-left: 0;
  }

  .uf-why-technology__panel > ul li:first-child {
    border-top: 0;
  }

  .uf-why-cta__inner {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .uf-why-cta__icon {
    margin: 0 auto;
  }

  .uf-why-cta .uf-why-page__button {
    grid-column: auto;
    justify-self: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  .uf-why-page__button {
    transition: none;
  }

  .uf-why-page__button:hover {
    transform: none;
  }
}

