@charset "UTF-8";

.uf-promise-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-promise-page *,
.uf-promise-page *::before,
.uf-promise-page *::after {
  box-sizing: border-box;
}

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

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

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

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

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

.uf-promise-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-promise-page__heading {
  max-width: 310px;
}

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

.uf-promise-page__heading h2,
.uf-promise-transparency__content h2 {
  margin-bottom: 17px;
  font-size: clamp(35px, 3.6vw, 50px);
  letter-spacing: -0.03em;
  line-height: 1.08;
  text-wrap: balance;
}

.uf-promise-page__heading > p:last-child,
.uf-promise-transparency__content > p {
  margin-bottom: 0;
  color: var(--uf-color-muted);
  font-size: 16px;
}

.uf-promise-page__icon {
  width: 58px;
  height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: var(--uf-color-primary);
  background: var(--uf-color-primary-soft);
}

.uf-promise-page__icon svg,
.uf-promise-process__icon svg,
.uf-promise-cta__icon svg {
  width: 29px;
  height: 29px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.65;
}

.uf-promise-page__button {
  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-promise-page__button svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

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

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

.uf-promise-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border-bottom: 1px solid rgba(87, 69, 134, 0.08);
  background: radial-gradient(circle at 8% 22%, rgba(87, 69, 134, 0.07), transparent 30%), linear-gradient(112deg, #fbfaff 0%, #f7f5fb 56%, #edf8f2 100%);
}

.uf-promise-hero::after {
  position: absolute;
  right: -7%;
  bottom: -168px;
  z-index: 2;
  width: 58%;
  height: 215px;
  border-radius: 55% 0 0 0;
  background: linear-gradient(112deg, var(--uf-color-secondary), var(--uf-color-primary-dark));
  content: "";
  pointer-events: none;
  transform: rotate(-4deg);
  transform-origin: right top;
}

.uf-promise-hero > .container {
  position: relative;
  min-height: clamp(570px, 44vw, 640px);
  padding-top: 26px;
  padding-bottom: clamp(76px, 7vw, 100px);
}

.uf-promise-breadcrumb {
  position: relative;
  z-index: 5;
  margin-bottom: clamp(44px, 5vw, 70px);
}

.uf-promise-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-promise-breadcrumb li {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

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

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

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

.uf-promise-hero__content {
  position: relative;
  z-index: 4;
  width: 50%;
  max-width: 620px;
  padding: clamp(10px, 1.5vw, 22px) 0;
}

.uf-promise-hero__content h1 {
  margin-bottom: 22px;
  font-size: clamp(46px, 4.8vw, 70px);
  letter-spacing: -0.04em;
  line-height: 1.01;
  text-wrap: balance;
}

.uf-promise-hero__content h1 span {
  display: block;
  color: var(--uf-color-primary);
}

.uf-promise-hero__description {
  max-width: 520px;
  margin-bottom: 0;
  color: var(--uf-color-muted);
  font-size: clamp(17px, 1.4vw, 19px);
  line-height: 1.62;
}

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

.uf-promise-hero__media::before {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(90deg, #faf9fd 0%, rgba(250, 249, 253, 0.99) 17%, rgba(250, 249, 253, 0.76) 34%, rgba(250, 249, 253, 0.18) 52%, transparent 65%);
  content: "";
}

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

.uf-promise-hero__media img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 54% center;
     object-position: 54% center;
}

.uf-promise-assurances {
  position: relative;
  z-index: 4;
  margin-top: -44px;
  padding-bottom: var(--uf-section-spacing);
}

.uf-promise-assurances__grid {
  overflow: hidden;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border: 1px solid rgba(87, 69, 134, 0.14);
  border-radius: var(--uf-radius-small);
  background: var(--uf-color-white);
  box-shadow: 0 16px 38px rgba(48, 34, 81, 0.08);
}

.uf-promise-assurance {
  min-width: 0;
  min-height: 185px;
  padding: clamp(24px, 2.5vw, 34px) 22px;
  background: var(--uf-color-white);
  text-align: center;
}

.uf-promise-assurance + .uf-promise-assurance {
  border-left: 1px solid rgba(87, 69, 134, 0.13);
}

.uf-promise-assurance h3 {
  margin: 15px 0 8px;
  font-size: 22px;
  line-height: 1.25;
}

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

.uf-promise-commitments {
  padding: var(--uf-section-spacing) 0;
  background: linear-gradient(105deg, var(--uf-color-surface), var(--uf-color-white));
}

.uf-promise-commitments__grid {
  display: grid;
  grid-template-columns: minmax(250px, 0.8fr) minmax(0, 2.5fr);
  gap: clamp(40px, 5.6vw, 82px);
  align-items: center;
}

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

.uf-promise-commitment-list li {
  position: relative;
  min-width: 0;
  padding: 10px clamp(16px, 2vw, 28px);
  text-align: center;
}

.uf-promise-commitment-list li + li {
  border-left: 1px solid rgba(87, 69, 134, 0.16);
}

.uf-promise-commitment__number {
  display: block;
  margin-bottom: 13px;
  color: var(--uf-color-secondary);
  font-size: 26px;
  font-weight: 700;
  line-height: 1;
}

.uf-promise-commitment-list h3 {
  min-height: 50px;
  margin: 13px 0 9px;
  font-size: 18px;
  line-height: 1.32;
}

.uf-promise-commitment-list p {
  margin-bottom: 0;
  color: var(--uf-color-muted);
  font-size: 13px;
  line-height: 1.55;
}

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

.uf-promise-process__steps {
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: clamp(20px, 3.6vw, 54px);
  list-style: none;
}

.uf-promise-process__steps li {
  position: relative;
  text-align: center;
}

.uf-promise-process__steps li:not(:last-child)::after {
  position: absolute;
  top: 44px;
  left: calc(50% + 56px);
  width: calc(100% - 72px);
  border-top: 1px dashed var(--uf-color-secondary);
  content: "";
}

.uf-promise-process__icon {
  position: relative;
  z-index: 1;
  width: 88px;
  height: 88px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 8px solid var(--uf-color-primary-soft);
  border-radius: 50%;
  color: var(--uf-color-white);
  background: linear-gradient(135deg, var(--uf-color-primary), var(--uf-color-secondary-dark));
}

.uf-promise-process__steps h3 {
  margin: 14px 0 7px;
  font-size: 21px;
}

.uf-promise-process__steps p {
  margin-bottom: 0;
  color: var(--uf-color-muted);
  font-size: 13px;
  line-height: 1.55;
}

.uf-promise-transparency {
  padding-bottom: var(--uf-section-spacing);
}

.uf-promise-transparency__panel {
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.13fr);
  border-radius: var(--uf-radius-large);
  background: linear-gradient(120deg, var(--uf-color-primary-dark), var(--uf-color-primary));
}

.uf-promise-dashboard {
  min-height: 500px;
  margin-bottom: 0;
  padding: clamp(34px, 5vw, 70px);
  display: flex;
  align-items: center;
  background: radial-gradient(circle at 15% 16%, rgba(41, 162, 104, 0.24), transparent 34%), linear-gradient(145deg, #f8faf9, #dfe6e3);
}

.uf-promise-dashboard__screen {
  width: 100%;
  max-width: 570px;
  margin: auto;
  padding: 21px;
  border: 10px solid #292b35;
  border-radius: 19px;
  color: #eaeaf0;
  background: #171925;
  box-shadow: 0 24px 50px rgba(25, 25, 35, 0.24);
}

.uf-promise-dashboard__bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.uf-promise-dashboard__brand {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}

.uf-promise-dashboard__brand i {
  width: 27px;
  height: 27px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  background: var(--uf-color-secondary);
  font-size: 9px;
  font-style: normal;
  letter-spacing: -0.03em;
}

.uf-promise-dashboard__status {
  padding: 4px 9px;
  border-radius: 999px;
  color: #98e1bd;
  background: rgba(41, 162, 104, 0.15);
  font-size: 10px;
}

.uf-promise-dashboard__summary {
  margin: 18px 0 14px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 9px;
}

.uf-promise-dashboard__summary span {
  padding: 12px;
  border-radius: 9px;
  background: #222536;
  color: #8e92a5;
  font-size: 9px;
}

.uf-promise-dashboard__summary strong {
  display: block;
  color: #fff;
  font-size: 18px;
}

.uf-promise-dashboard__visual {
  height: 115px;
  padding: 18px 16px 0;
  display: flex;
  align-items: flex-end;
  justify-content: space-around;
  gap: 8px;
  border-radius: 9px;
  background: #222536;
}

.uf-promise-dashboard__visual i {
  width: 11%;
  height: var(--uf-bar-height);
  border-radius: 4px 4px 0 0;
  background: linear-gradient(var(--uf-color-secondary), #6755a8);
}

.uf-promise-dashboard__rows {
  margin-top: 12px;
  display: grid;
  gap: 7px;
}

.uf-promise-dashboard__rows span {
  padding: 8px 10px;
  display: flex;
  align-items: center;
  gap: 7px;
  border-radius: 7px;
  background: #222536;
  font-size: 9px;
}

.uf-promise-dashboard__rows i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--uf-color-secondary);
}

.uf-promise-dashboard__rows b {
  margin-left: auto;
  color: #8e92a5;
  font-weight: 400;
}

.uf-promise-transparency__content {
  padding: clamp(42px, 5.5vw, 80px);
  color: rgba(255, 255, 255, 0.82);
}

.uf-promise-transparency__content .uf-promise-page__eyebrow {
  color: #90ddb7;
}

.uf-promise-transparency__content h2 {
  color: var(--uf-color-white);
}

.uf-promise-transparency__content > p {
  color: rgba(255, 255, 255, 0.78);
}

.uf-promise-transparency__content ul {
  margin: 25px 0;
  padding: 0;
  display: grid;
  gap: 9px;
  list-style: none;
}

.uf-promise-transparency__content li {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  font-size: 14px;
}

.uf-promise-transparency__content li svg {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  fill: none;
  stroke: #90ddb7;
  stroke-width: 1.9;
}

.uf-promise-transparency blockquote {
  margin-bottom: 0;
  padding: 20px 22px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: var(--uf-radius-small);
  color: var(--uf-color-white);
  font-size: 16px;
  font-weight: 600;
}

.uf-promise-transparency blockquote::before {
  display: block;
  margin-bottom: -4px;
  color: #90ddb7;
  content: "\201C";
  font-family: Georgia, serif;
  font-size: 42px;
  line-height: 1;
}

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

.uf-promise-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-promise-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-promise-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-promise-cta__icon svg {
  width: 41px;
  height: 41px;
}

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

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

.uf-promise-cta .uf-promise-page__button {
  position: relative;
  z-index: 1;
  min-width: 170px;
}

@media (max-width: 1199px) {
  .uf-promise-hero__content {
    width: 53%;
  }

  .uf-promise-hero__media {
    width: 69%;
  }

  .uf-promise-commitments__grid {
    grid-template-columns: 1fr;
  }

  .uf-promise-page__heading {
    max-width: 680px;
  }

  .uf-promise-commitment-list li {
    padding-inline: 14px;
  }
}

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

  .uf-promise-hero > .container {
    min-height: 0;
    padding-bottom: 0;
  }

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

  .uf-promise-hero__content {
    width: 100%;
    max-width: 700px;
    padding: 8px 0 44px;
  }

  .uf-promise-hero__content h1 {
    max-width: 680px;
    font-size: clamp(46px, 7.4vw, 65px);
  }

  .uf-promise-hero__description {
    max-width: 620px;
  }

  .uf-promise-hero__media {
    position: relative;
    inset: auto;
    width: calc(100% + var(--uf-gutter) * 2);
    height: clamp(430px, 62vw, 570px);
    margin: 0 calc(var(--uf-gutter) * -1);
  }

  .uf-promise-hero__media::before {
    background: linear-gradient(180deg, #faf9fd 0%, rgba(250, 249, 253, 0.38) 12%, transparent 31%);
  }

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

  .uf-promise-assurances {
    margin-top: 0;
    padding-top: calc(var(--uf-section-spacing) * 0.7);
  }

  .uf-promise-assurances__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .uf-promise-assurance:nth-child(3) {
    border-top: 1px solid rgba(87, 69, 134, 0.13);
    border-left: 0;
  }

  .uf-promise-assurance:nth-child(4) {
    border-top: 1px solid rgba(87, 69, 134, 0.13);
  }

  .uf-promise-commitment-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    row-gap: 34px;
  }

  .uf-promise-commitment-list li:nth-child(4) {
    border-left: 0;
  }

  .uf-promise-process__steps {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    row-gap: 42px;
  }

  .uf-promise-process__steps li::after {
    display: none;
  }

  .uf-promise-transparency__panel {
    grid-template-columns: 1fr;
  }

  .uf-promise-dashboard {
    min-height: 430px;
  }
}

@media (max-width: 767px) {
  .uf-promise-hero > .container {
    padding-top: 20px;
  }

  .uf-promise-breadcrumb {
    margin-bottom: 32px;
  }

  .uf-promise-hero__content {
    max-width: 620px;
    padding-bottom: 38px;
  }

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

  .uf-promise-hero__media {
    height: clamp(340px, 83vw, 500px);
  }

  .uf-promise-hero__media::before {
    background: linear-gradient(180deg, #faf9fd 0%, rgba(250, 249, 253, 0.2) 10%, transparent 27%);
  }

  .uf-promise-assurances {
    padding-top: 50px;
  }

  .uf-promise-assurances__grid {
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }

  .uf-promise-assurances__grid {
    overflow: visible;
    border: 0;
    background: transparent;
    box-shadow: none;
  }

  .uf-promise-assurance {
    min-height: 190px;
    padding: 22px 14px;
    border: 1px solid rgba(87, 69, 134, 0.13);
    border-radius: var(--uf-radius-small);
  }

  .uf-promise-assurance + .uf-promise-assurance,
  .uf-promise-assurance:nth-child(3),
  .uf-promise-assurance:nth-child(4) {
    border: 1px solid rgba(87, 69, 134, 0.13);
  }

  .uf-promise-assurance h3 {
    font-size: 19px;
  }

  .uf-promise-commitment-list {
    grid-template-columns: 1fr 1fr;
  }

  .uf-promise-commitment-list li:nth-child(odd) {
    border-left: 0;
  }

  .uf-promise-commitment-list li:nth-child(4) {
    border-left: 1px solid rgba(87, 69, 134, 0.16);
  }

  .uf-promise-commitment-list li:last-child {
    grid-column: 1/-1;
    max-width: 320px;
    margin: 0 auto;
  }

  .uf-promise-process__steps {
    grid-template-columns: 1fr 1fr;
  }

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

  .uf-promise-dashboard {
    min-height: 0;
    padding: 32px 20px;
  }

  .uf-promise-transparency__content {
    padding: 36px 24px;
  }

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

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

@media (max-width: 479px) {
  .uf-promise-assurances__grid,
  .uf-promise-commitment-list,
  .uf-promise-process__steps {
    grid-template-columns: 1fr;
  }

  .uf-promise-assurance {
    min-height: 0;
  }

  .uf-promise-commitment-list li {
    padding: 22px 10px;
  }

  .uf-promise-commitment-list li + li,
  .uf-promise-commitment-list li:nth-child(4) {
    border-top: 1px solid rgba(87, 69, 134, 0.16);
    border-left: 0;
  }

  .uf-promise-commitment-list li:last-child,
  .uf-promise-process__steps li:last-child {
    grid-column: auto;
    max-width: none;
  }

  .uf-promise-dashboard__screen {
    padding: 14px;
    border-width: 7px;
  }

  .uf-promise-dashboard__rows span {
    font-size: 8px;
  }

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

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

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

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

