/*
 * EYCRM SaaS V10.9
 * Professional enterprise landing.
 * One visual layer, photographic hero, no blur and no glass effects.
 */

.ey-v108 {
  --ey-ink: #17191d;
  --ey-ink-2: #282b31;
  --ey-copy: #5e626a;
  --ey-muted: #858a93;
  --ey-blue: #2155d9;
  --ey-blue-dark: #1743b5;
  --ey-blue-pale: #eef3ff;
  --ey-paper: #f7f6f2;
  --ey-paper-2: #f1f1ee;
  --ey-white: #fff;
  --ey-line: #e2e2de;
  --ey-line-strong: #d1d2cd;
  --ey-green: #137054;
  --ey-radius: 10px;
  --ey-shadow: 0 18px 55px rgba(23, 25, 29, .09);
  --ey-shadow-large: 0 34px 90px rgba(23, 25, 29, .12);
  margin: 0;
  color: var(--ey-ink);
  background: var(--ey-white);
  font-family: Inter, "Helvetica Neue", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.ey-v108 *,
.ey-v108 *::before,
.ey-v108 *::after {
  box-sizing: border-box;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  filter: none !important;
}

.ey-v108 a {
  color: inherit;
}

.ey-v108 .ey-utility {
  display: none;
}

.ey-v108 .ey-header {
  position: sticky;
  top: 0;
  z-index: 100;
  border-bottom: 1px solid var(--ey-line);
  background: #fff;
  box-shadow: none;
  transition: box-shadow .25s ease;
}

.ey-v108 .ey-header.is-scrolled {
  box-shadow: 0 8px 28px rgba(23, 25, 29, .06);
}

.ey-v108 .ey-nav {
  width: min(100%, 1360px);
  height: 82px;
  margin: 0 auto;
  padding: 0 32px;
}

.ey-v108 .ey-logo {
  display: inline-flex;
  align-items: baseline;
  color: var(--ey-ink);
  font-size: 25px;
  font-weight: 800;
  letter-spacing: -1.4px;
}

.ey-v108 .ey-logo > span {
  color: var(--ey-blue);
}

.ey-v108 .ey-logo > small {
  margin-left: 9px;
  color: #92969d;
  font-size: 8px;
  font-weight: 750;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.ey-v108 .ey-nav > nav {
  gap: 2px;
}

.ey-v108 .ey-nav > nav a {
  padding: 10px 11px;
  border-radius: 6px;
  color: #4f535a;
  font-size: 12px;
  font-weight: 650;
}

.ey-v108 .ey-nav > nav a:hover,
.ey-v108 .ey-nav > nav a.active {
  color: var(--ey-ink);
  background: #f4f4f1;
}

.ey-v108 .saas-nav-actions {
  gap: 9px;
}

.ey-v108 .saas-nav-actions > a:first-child {
  color: #4f535a;
  font-size: 12px;
  font-weight: 650;
}

.ey-v108 .saas-button,
.ey-v108 .ey-text-button,
.ey-v108 .saas-secondary-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: 7px;
  font-size: 12px;
  font-weight: 750;
  line-height: 1;
  text-decoration: none;
  transition: transform .22s ease, background .22s ease, border-color .22s ease, box-shadow .22s ease;
}

.ey-v108 .saas-button:hover,
.ey-v108 .ey-text-button:hover,
.ey-v108 .saas-secondary-button:hover {
  transform: translateY(-2px);
}

.ey-v108 .ey-nav-demo {
  min-height: 42px;
  padding-inline: 16px;
  border-color: var(--ey-blue);
  color: var(--ey-blue);
  background: #fff;
}

.ey-v108 .ey-nav-demo:hover {
  border-color: var(--ey-blue-dark);
  color: var(--ey-blue-dark);
  background: var(--ey-blue-pale);
}

.ey-v108 .ey-nav-cta {
  min-height: 42px;
  padding-inline: 17px;
  color: #fff;
  background: var(--ey-blue);
}

.ey-v108 .ey-nav-cta:hover {
  background: var(--ey-blue-dark);
}

/* Hero: a quiet editorial introduction followed by the product itself. */
.ey-v108 .ey-hero {
  position: relative;
  min-height: auto;
  overflow: hidden;
  border-bottom: 1px solid var(--ey-line);
  background: var(--ey-paper);
}

.ey-v108 .ey-hero::before,
.ey-v108 .ey-hero::after,
.ey-v108 .ey-dashboard-stage::before,
.ey-v108 .ey-dashboard-stage::after,
.ey-v108 .ey-stage-card {
  display: none;
}

.ey-v108 .ey-hero-inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  width: min(100%, 1360px);
  max-width: 1360px;
  margin: 0 auto;
  padding: 104px 32px 0;
}

.ey-v108 .ey-hero-copy {
  max-width: 1040px;
  margin: 0 auto;
  text-align: center;
}

.ey-v108 .ey-overline,
.ey-v108 .ey-section-heading > span,
.ey-v108 .ey-pricing-hero > span,
.ey-v108 .ey-final-cta > div:first-child > span {
  color: var(--ey-blue);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.ey-v108 .ey-hero-copy h1 {
  max-width: 1050px;
  margin: 26px auto 24px;
  color: var(--ey-ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(64px, 6.3vw, 94px);
  font-weight: 400;
  line-height: .98;
  letter-spacing: -.055em;
}

.ey-v108 .ey-hero-copy h1 em {
  display: block;
  color: var(--ey-ink);
  font-style: normal;
  font-weight: 400;
}

.ey-v108 .ey-hero-copy > p {
  max-width: 780px;
  margin: 0 auto;
  color: var(--ey-copy);
  font-size: 17px;
  line-height: 1.7;
}

.ey-v108 .ey-hero-actions {
  justify-content: center;
  gap: 11px;
  margin-top: 32px;
}

.ey-v108 .ey-primary {
  min-height: 54px;
  padding-inline: 27px;
  color: #fff;
  background: var(--ey-blue);
}

.ey-v108 .ey-primary:hover {
  color: #fff;
  background: var(--ey-blue-dark);
  box-shadow: 0 12px 28px rgba(33, 85, 217, .18);
}

.ey-v108 .ey-text-button {
  min-height: 54px;
  padding-inline: 27px;
  border-color: var(--ey-line-strong);
  color: var(--ey-ink);
  background: #fff;
}

.ey-v108 .ey-text-button:hover {
  border-color: #aeb0ab;
  background: #fbfbf9;
}

.ey-v108 .ey-assurance {
  justify-content: center;
  gap: 25px;
  margin-top: 23px;
}

.ey-v108 .ey-assurance span {
  color: #73777e;
  font-size: 10px;
}

.ey-v108 .ey-assurance i {
  display: inline-grid;
  place-items: center;
  width: 16px;
  height: 16px;
  margin-right: 5px;
  border: 1px solid #c8cac6;
  border-radius: 50%;
  color: var(--ey-green);
  font-size: 8px;
}

.ey-v108 .ey-dashboard-stage {
  width: min(100%, 1180px);
  margin: 74px auto 0;
  padding: 0;
  perspective: none;
}

.ey-v108 .ey-dashboard-label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 12px;
  color: #5b5f66;
}

.ey-v108 .ey-dashboard-label span {
  font-size: 10px;
  font-weight: 750;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.ey-v108 .ey-dashboard-label small {
  color: #92969d;
  font-size: 9px;
}

.ey-v108 .ey-dashboard {
  overflow: hidden;
  border: 1px solid #d4d6d3;
  border-radius: 10px;
  background: #f5f6f7;
  box-shadow: var(--ey-shadow-large);
  transform: none;
  transition: transform .35s ease, box-shadow .35s ease;
}

.ey-v108 .ey-dashboard:hover {
  transform: translateY(-4px);
  box-shadow: 0 42px 100px rgba(23, 25, 29, .15);
}

.ey-v108 .ey-dashboard > header {
  min-height: 40px;
  border-bottom: 1px solid #e1e2e2;
  background: #fbfbfb;
}

.ey-v108 .ey-dashboard > header div span {
  width: 7px;
  height: 7px;
  background: #c8cacd;
}

.ey-v108 .ey-dashboard > header p {
  color: #71757c;
  font-size: 8px;
  font-weight: 700;
}

.ey-v108 .ey-dashboard > header em {
  color: #9a9ea5;
  font-size: 7px;
}

.ey-v108 .ey-dashboard-body {
  min-height: 540px;
  grid-template-columns: 175px 1fr;
}

.ey-v108 .ey-dashboard-body > aside {
  padding: 20px 13px;
  color: #dfe2e8;
  background: #1d2026;
}

.ey-v108 .ey-dashboard-body > aside > b {
  font-size: 13px;
}

.ey-v108 .ey-dashboard-body > aside > b i {
  color: #7ea1ff;
}

.ey-v108 .ey-dashboard-body > aside > small {
  margin-top: 27px;
  color: #747b87;
}

.ey-v108 .ey-dashboard-body > aside > strong {
  margin-top: 7px;
  border: 1px solid #3a3e46;
  color: #f4f5f7;
  background: #282c33;
}

.ey-v108 .ey-dashboard-body > aside nav {
  gap: 3px;
  margin-top: 20px;
}

.ey-v108 .ey-dashboard-body > aside nav span {
  color: #979da7;
}

.ey-v108 .ey-dashboard-body > aside nav span.active {
  color: #fff;
  background: #343943;
}

.ey-v108 .ey-dashboard-body > aside footer {
  color: #787f8a;
}

.ey-v108 .ey-dashboard-body > section {
  padding: 26px;
  background: #f7f8f9;
}

.ey-v108 .ey-dash-title h3 {
  color: #272b31;
  font-size: 18px;
}

.ey-v108 .ey-dash-title small {
  color: var(--ey-blue);
}

.ey-v108 .ey-dash-title button {
  border-color: #dfe1e4;
  color: #5b6068;
  background: #fff;
}

.ey-v108 .ey-dash-metrics {
  gap: 9px;
  margin-top: 22px;
}

.ey-v108 .ey-dash-metrics article {
  min-height: 104px;
  padding: 17px;
  border: 1px solid #e1e3e5;
  border-radius: 7px;
  background: #fff;
  box-shadow: none;
}

.ey-v108 .ey-dash-metrics b {
  color: #24272c;
  font-size: 21px;
}

.ey-v108 .ey-dash-metrics em {
  color: #777c84;
}

.ey-v108 .ey-dash-lower {
  gap: 10px;
  margin-top: 10px;
}

.ey-v108 .ey-performance,
.ey-v108 .ey-activity {
  min-height: 245px;
  border: 1px solid #e1e3e5;
  border-radius: 7px;
  background: #fff;
}

.ey-v108 .ey-bars i {
  background: #b9c9f7;
  transform-origin: bottom;
  animation: ey-bar-rise .9s cubic-bezier(.2,.8,.2,1) both;
}

.ey-v108 .ey-bars i:nth-child(2) { animation-delay: .05s; }
.ey-v108 .ey-bars i:nth-child(3) { animation-delay: .1s; }
.ey-v108 .ey-bars i:nth-child(4) { animation-delay: .15s; }
.ey-v108 .ey-bars i:nth-child(5) { animation-delay: .2s; }
.ey-v108 .ey-bars i:nth-child(6) { animation-delay: .25s; }
.ey-v108 .ey-bars i:nth-child(7) { animation-delay: .3s; }
.ey-v108 .ey-bars i:nth-child(8) {
  animation-delay: .35s;
  background: var(--ey-blue);
}

@keyframes ey-bar-rise {
  from { transform: scaleY(.08); opacity: .25; }
  to { transform: scaleY(1); opacity: 1; }
}

.ey-v108 .ey-hero-signals {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  width: min(100%, 1180px);
  margin: 56px auto 0;
  border: 0;
  border-top: 1px solid var(--ey-line-strong);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.ey-v108 .ey-hero-signals > span {
  min-height: 126px;
  padding: 27px 24px;
  border-right: 1px solid var(--ey-line);
}

.ey-v108 .ey-hero-signals > span:last-child {
  border-right: 0;
}

.ey-v108 .ey-hero-signals i {
  color: var(--ey-blue);
  font-size: 9px;
  font-style: normal;
  font-weight: 800;
}

.ey-v108 .ey-hero-signals b {
  margin-top: 17px;
  color: var(--ey-ink);
  font-size: 12px;
}

.ey-v108 .ey-hero-signals small {
  margin-top: 5px;
  color: #7b7f86;
  font-size: 9px;
}

.ey-v108 .ey-platform-ribbon {
  border-bottom: 1px solid var(--ey-line);
  background: #fff;
}

.ey-v108 .ey-platform-ribbon > div {
  width: min(100%, 1360px);
  min-height: 76px;
  margin: 0 auto;
  padding: 0 32px;
}

.ey-v108 .ey-platform-ribbon small {
  color: #92969d;
}

.ey-v108 .ey-platform-ribbon span {
  color: #44484f;
  font-size: 11px;
  font-weight: 680;
}

/* Shared editorial rhythm. */
.ey-v108 .ey-trust-principles,
.ey-v108 .ey-customer-view,
.ey-v108 .ey-integrations,
.ey-v108 .ey-faq {
  width: min(100%, 1280px);
  max-width: 1280px;
  margin: 0 auto;
  padding: 132px 32px;
}

.ey-v108 .ey-capabilities,
.ey-v108 .ey-operations,
.ey-v108 .ey-implementation,
.ey-v108 .ey-pricing-preview {
  padding: 132px max(32px, calc((100vw - 1280px) / 2));
}

.ey-v108 .ey-section-heading {
  max-width: 790px;
}

.ey-v108 .ey-section-heading h2,
.ey-v108 .ey-customer-copy h2,
.ey-v108 .ey-multiunit h2,
.ey-v108 .ey-security h2 {
  margin: 18px 0 0;
  color: var(--ey-ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(43px, 4.25vw, 64px);
  font-weight: 400;
  line-height: 1.04;
  letter-spacing: -.045em;
}

.ey-v108 .ey-section-heading p,
.ey-v108 .ey-customer-copy > p,
.ey-v108 .ey-multiunit-inner > div:first-child > p,
.ey-v108 .ey-security-inner > div:first-child > p {
  margin-top: 24px;
  color: var(--ey-copy);
  font-size: 15px;
  line-height: 1.76;
}

.ey-v108 .ey-trust-principles {
  background: #fff;
}

.ey-v108 .ey-principle-grid {
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  margin-top: 66px;
  border-top: 1px solid var(--ey-line-strong);
}

.ey-v108 .ey-principle-grid article,
.ey-v108 .ey-principle-grid article:first-child {
  min-height: 238px;
  padding: 31px 27px;
  border: 0;
  border-right: 1px solid var(--ey-line);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.ey-v108 .ey-principle-grid article:last-child {
  border-right: 0;
}

.ey-v108 .ey-principle-grid article::after {
  display: none;
}

.ey-v108 .ey-principle-grid article:hover {
  transform: none;
  background: #f8f8f5;
}

.ey-v108 .ey-principle-grid article > b {
  color: var(--ey-blue);
  font-size: 9px;
}

.ey-v108 .ey-principle-grid h3 {
  margin-top: 44px;
  color: var(--ey-ink);
  font-size: 18px;
}

.ey-v108 .ey-principle-grid p {
  color: #6c7077;
  line-height: 1.65;
}

/* Capabilities: Hub-style clarity without copying its visual identity. */
.ey-v108 .ey-capabilities {
  border-block: 1px solid var(--ey-line);
  background: var(--ey-paper);
}

.ey-v108 .ey-capabilities::before {
  display: none;
}

.ey-v108 .ey-capabilities-layout {
  display: grid;
  grid-template-columns: minmax(280px, .75fr) minmax(0, 1.45fr);
  gap: 72px;
  width: min(100%, 1280px);
  margin: 0 auto;
  align-items: start;
}

.ey-v108 .ey-capabilities-layout > .ey-section-heading {
  position: sticky;
  top: 122px;
  max-width: 420px;
  text-align: left;
}

.ey-v108 .ey-capabilities-layout > .ey-section-heading h2 {
  font-size: clamp(42px, 4vw, 59px);
}

.ey-v108 .ey-capabilities-layout > .ey-section-heading .saas-button {
  margin-top: 27px;
}

.ey-v108 .ey-capability-groups {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  width: 100%;
  margin: 0;
}

.ey-v108 .ey-capability-groups > article,
.ey-v108 .ey-capability-groups > article:nth-child(odd) {
  min-height: 458px;
  padding: 32px;
  border: 1px solid var(--ey-line);
  border-radius: var(--ey-radius);
  background: #fff;
  box-shadow: none;
  transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}

.ey-v108 .ey-capability-groups > article:hover {
  transform: translateY(-4px);
  border-color: #c9cbc6;
  box-shadow: var(--ey-shadow);
}

.ey-v108 .ey-capability-groups > article header {
  padding-bottom: 22px;
  border-bottom: 1px solid #ecece8;
}

.ey-v108 .ey-capability-groups > article header > span {
  border: 1px solid #dedfdb;
  color: var(--ey-blue);
  background: #f7f7f4;
}

.ey-v108 .ey-capability-groups h3 {
  color: var(--ey-ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 27px;
  font-weight: 400;
}

.ey-v108 .ey-capability-groups > article > p {
  color: #676b72;
  line-height: 1.7;
}

.ey-v108 .ey-capability-groups li {
  color: #4f535a;
}

.ey-v108 .ey-capability-groups a,
.ey-v108 .ey-inline-link {
  color: var(--ey-blue);
}

/* Product detail windows. */
.ey-v108 .ey-customer-view {
  grid-template-columns: .78fr 1.22fr;
  gap: 86px;
  align-items: center;
}

.ey-v108 .ey-check-list {
  margin-top: 29px;
}

.ey-v108 .ey-check-list span {
  border-bottom: 1px solid #ecece8;
  color: #4f535a;
}

.ey-v108 .ey-check-list i {
  color: var(--ey-green);
}

.ey-v108 .ey-contact-window {
  overflow: hidden;
  border: 1px solid #d9dbd8;
  border-radius: var(--ey-radius);
  background: #fff;
  box-shadow: var(--ey-shadow);
  transition: transform .3s ease, box-shadow .3s ease;
}

.ey-v108 .ey-contact-window:hover {
  transform: translateY(-3px);
  box-shadow: var(--ey-shadow-large);
}

.ey-v108 .ey-contact-window > header,
.ey-v108 .ey-contact-window > nav {
  background: #fafaf8;
}

.ey-v108 .ey-contact-head > i {
  color: #fff;
  background: var(--ey-blue);
}

.ey-v108 .ey-contact-head > strong {
  color: #353a43;
  background: #f0f1ef;
}

.ey-v108 .ey-contact-window nav span.active {
  color: var(--ey-blue);
  border-bottom-color: var(--ey-blue);
}

.ey-v108 .ey-operations {
  border-block: 1px solid var(--ey-line);
  background: #f4f5f6;
}

.ey-v108 .ey-operations .ey-section-heading {
  margin-inline: auto;
  text-align: center;
}

.ey-v108 .ey-operation-tabs {
  width: fit-content;
  max-width: 100%;
  margin: 54px auto 15px;
  padding: 4px;
  border: 1px solid #dfe1e1;
  border-radius: 8px;
  background: #ebeded;
}

.ey-v108 .ey-operation-tabs span {
  border-radius: 5px;
  color: #6b7077;
}

.ey-v108 .ey-operation-tabs span.active {
  color: var(--ey-ink);
  background: #fff;
  box-shadow: 0 2px 7px rgba(23, 25, 29, .06);
}

.ey-v108 .ey-operation-board {
  overflow: hidden;
  border: 1px solid #d7d9d8;
  border-radius: var(--ey-radius);
  background: #fff;
  box-shadow: var(--ey-shadow);
}

.ey-v108 .ey-kanban {
  background: #f4f5f6;
}

.ey-v108 .ey-kanban > header {
  background: #fff;
}

.ey-v108 .ey-kanban section > article {
  border-color: #e0e2e3;
  border-radius: 7px;
  background: #fff;
  box-shadow: none;
}

.ey-v108 .ey-operation-board > aside {
  color: #f1f2f4;
  background: #202329;
}

.ey-v108 .ey-operation-board > aside > span {
  color: #8faafd;
}

.ey-v108 .ey-operation-board > aside li {
  border-bottom-color: #383c44;
}

/* Multiunit and integrations remain light and precise. */
.ey-v108 .ey-multiunit {
  border-bottom: 1px solid var(--ey-line);
  color: var(--ey-ink);
  background: #fff;
}

.ey-v108 .ey-multiunit::before {
  display: none;
}

.ey-v108 .ey-multiunit-inner {
  width: min(100%, 1280px);
  max-width: 1280px;
  margin: 0 auto;
  padding: 132px 32px;
  gap: 92px;
}

.ey-v108 .ey-multiunit .ey-overline {
  color: var(--ey-blue);
}

.ey-v108 .ey-multi-features {
  border-top: 1px solid var(--ey-line-strong);
}

.ey-v108 .ey-multi-features span {
  border-bottom-color: var(--ey-line);
  color: #50545b;
}

.ey-v108 .ey-multi-features i {
  color: var(--ey-blue);
}

.ey-v108 .ey-org-visual {
  overflow: hidden;
  border: 1px solid #d8dad7;
  border-radius: var(--ey-radius);
  background: #fff;
  box-shadow: var(--ey-shadow);
}

.ey-v108 .ey-org-visual > header,
.ey-v108 .ey-org-visual > footer {
  background: #f7f7f4;
}

.ey-v108 .ey-org-all {
  border-color: #d8ddd8;
  background: #eff4f1;
}

.ey-v108 .ey-org-all > i {
  color: #fff;
  background: #293f37;
}

.ey-v108 .ey-org-all strong,
.ey-v108 .ey-org-units em {
  color: #363a40;
}

.ey-v108 .ey-integrations {
  background: var(--ey-paper);
}

.ey-v108 .ey-integration-grid {
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin-top: 62px;
}

.ey-v108 .ey-integration-grid article {
  min-height: 116px;
  border: 1px solid var(--ey-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: none;
  transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}

.ey-v108 .ey-integration-grid article:hover {
  transform: translateY(-3px);
  border-color: #c9cbc6;
  box-shadow: 0 13px 32px rgba(23, 25, 29, .06);
}

.ey-v108 .ey-integration-grid article > i {
  color: #4c5159;
  background: #f0f1ee;
}

.ey-v108 .ey-integration-grid b {
  color: #292d33;
}

.ey-v108 .ey-integration-grid small {
  color: #73777f;
}

/* Implementation and security. */
.ey-v108 .ey-implementation {
  border-top: 1px solid var(--ey-line);
  background: #fff;
}

.ey-v108 .ey-implementation-steps {
  gap: 0;
  margin-top: 64px;
  border-top: 1px solid var(--ey-line-strong);
}

.ey-v108 .ey-implementation-steps article {
  min-height: 230px;
  padding: 32px 27px;
  border: 0;
  border-right: 1px solid var(--ey-line);
  border-radius: 0;
  background: transparent;
}

.ey-v108 .ey-implementation-steps article:last-child {
  border-right: 0;
}

.ey-v108 .ey-implementation-steps article::before {
  width: 30px;
  background: var(--ey-blue);
}

.ey-v108 .ey-implementation-steps span {
  color: #777b82;
}

.ey-v108 .ey-implementation-steps h3 {
  color: var(--ey-ink);
}

.ey-v108 .ey-implementation-note {
  border: 1px solid #dfe0dc;
  border-radius: 8px;
  color: var(--ey-ink);
  background: var(--ey-paper);
}

.ey-v108 .ey-implementation-note p {
  color: #6d7178;
}

.ey-v108 .ey-implementation-note a {
  color: var(--ey-blue);
}

.ey-v108 .ey-security {
  border-block: 1px solid var(--ey-line);
  color: var(--ey-ink);
  background: var(--ey-paper-2);
}

.ey-v108 .ey-security-inner {
  width: min(100%, 1280px);
  max-width: 1280px;
  margin: 0 auto;
  padding: 132px 32px;
  gap: 88px;
}

.ey-v108 .ey-security .ey-overline {
  color: var(--ey-blue);
}

.ey-v108 .ey-security-badges span {
  border-color: #d6d7d3;
  color: #555960;
  background: #fff;
}

.ey-v108 .ey-security-grid {
  gap: 8px;
}

.ey-v108 .ey-security-grid article {
  min-height: 145px;
  border: 1px solid #dedfdb;
  border-radius: 8px;
  color: var(--ey-ink);
  background: #fff;
  box-shadow: none;
  transition: transform .22s ease, border-color .22s ease;
}

.ey-v108 .ey-security-grid article:hover {
  transform: translateY(-2px);
  border-color: #c8cac5;
}

.ey-v108 .ey-security-grid i {
  color: var(--ey-blue);
}

.ey-v108 .ey-security-grid b {
  color: var(--ey-ink);
}

.ey-v108 .ey-security-grid p {
  color: #6b6f76;
}

/* Pricing and FAQ. */
.ey-v108 .ey-pricing-preview {
  background: #fff;
}

.ey-v108 .ey-pricing-preview .saas-plan,
.ey-v108 .saas-pricing-grid .saas-plan {
  border: 1px solid var(--ey-line);
  border-radius: var(--ey-radius);
  background: #fff;
  box-shadow: none;
}

.ey-v108 .ey-pricing-preview .saas-plan:hover,
.ey-v108 .saas-pricing-grid .saas-plan:hover {
  transform: translateY(-4px);
  border-color: #c8cac6;
  box-shadow: var(--ey-shadow);
}

.ey-v108 .ey-pricing-preview .saas-plan.featured,
.ey-v108 .saas-pricing-grid .saas-plan.featured {
  border: 1px solid #92969c;
  box-shadow: 0 17px 46px rgba(23, 25, 29, .07);
}

.ey-v108 .saas-plan > em {
  color: #fff;
  background: #2e3239;
}

.ey-v108 .saas-plan .saas-button {
  color: #fff;
  background: var(--ey-blue);
}

.ey-v108 .saas-plan .saas-button.outline {
  border-color: var(--ey-line-strong);
  color: var(--ey-ink);
  background: #fff;
}

.ey-v108 .saas-plan li i {
  color: var(--ey-green);
}

.ey-v108 .ey-faq {
  border-top: 1px solid var(--ey-line);
}

.ey-v108 .ey-faq details,
.ey-v108 .saas-faq details {
  border-bottom: 1px solid var(--ey-line);
  background: transparent;
}

.ey-v108 .ey-faq summary,
.ey-v108 .saas-faq summary {
  color: #2b2f35;
}

.ey-v108 .saas-secondary-button {
  border-color: var(--ey-line-strong);
  color: var(--ey-ink);
  background: #fff;
}

.ey-v108 .ey-final-cta {
  margin: 0;
  padding: 98px max(32px, calc((100vw - 1220px) / 2));
  color: #fff;
  background: #1b1e23;
}

.ey-v108 .ey-final-cta::after {
  display: none;
}

.ey-v108 .ey-final-cta h2 {
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(41px, 4vw, 61px);
  font-weight: 400;
  letter-spacing: -.04em;
}

.ey-v108 .ey-final-cta span,
.ey-v108 .ey-final-cta p {
  color: #b7bbc2;
}

.ey-v108 .ey-final-cta .saas-button {
  color: var(--ey-ink);
  background: #fff;
}

.ey-v108 .ey-final-cta > div:last-child > a:last-child {
  color: #fff;
}

.ey-v108 .ey-footer {
  background: #111318;
}

/* Pricing route. */
.ey-v108 .ey-pricing-hero {
  min-height: 510px;
  padding-top: 132px;
  border-bottom: 1px solid var(--ey-line);
  background: var(--ey-paper) !important;
}

.ey-v108 .ey-pricing-hero::before {
  display: none;
}

.ey-v108 .ey-pricing-hero h1 {
  max-width: 900px;
  color: var(--ey-ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(58px, 6vw, 84px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: -.05em;
}

.ey-v108 .ey-pricing-hero p,
.ey-v108 .pricing-tax-note {
  color: var(--ey-copy);
}

.ey-v108 .billing-switch {
  border-color: var(--ey-line-strong);
  background: #ebece8;
}

.ey-v108 .billing-switch button.active {
  color: var(--ey-ink);
  background: #fff;
  box-shadow: none;
}

.ey-v108 .ey-pricing-services {
  border-color: var(--ey-line);
  background: var(--ey-paper);
}

.ey-v108 .saas-value-note,
.ey-v108 .saas-included,
.ey-v108 .saas-faq {
  border-color: var(--ey-line);
}

/* Motion is intentionally quiet and never uses blur. */
.ey-v108.reveal-ready [data-reveal] {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity .68s cubic-bezier(.2,.75,.25,1), transform .68s cubic-bezier(.2,.75,.25,1);
  transition-delay: calc(var(--reveal-order, 0) * 55ms);
}

.ey-v108.reveal-ready [data-reveal].revealed {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1180px) {
  .ey-v108 .ey-nav {
    padding-inline: 24px;
  }

  .ey-v108 .ey-nav-demo {
    display: none;
  }

  .ey-v108 .ey-hero-inner {
    padding-top: 92px;
  }

  .ey-v108 .ey-dashboard-body {
    min-height: 500px;
  }

  .ey-v108 .ey-capabilities-layout {
    gap: 46px;
  }
}

@media (max-width: 980px) {
  .ey-v108 .ey-header .ey-nav {
    height: 72px;
  }

  .ey-v108 .ey-header .ey-nav > nav {
    top: 71px;
    border: 1px solid var(--ey-line);
    border-top: 0;
    background: #fff;
    box-shadow: 0 18px 36px rgba(23, 25, 29, .08);
  }

  .ey-v108 .ey-header .ey-nav > nav a {
    font-size: 14px;
  }

  .ey-v108 .ey-hero-copy h1 {
    font-size: clamp(58px, 9vw, 78px);
  }

  .ey-v108 .ey-dashboard-body {
    grid-template-columns: 145px 1fr;
  }

  .ey-v108 .ey-dashboard-body > section {
    padding: 19px;
  }

  .ey-v108 .ey-dash-metrics {
    grid-template-columns: 1fr 1fr;
  }

  .ey-v108 .ey-dash-lower {
    grid-template-columns: 1fr;
  }

  .ey-v108 .ey-activity {
    display: none;
  }

  .ey-v108 .ey-capabilities-layout {
    grid-template-columns: 1fr;
  }

  .ey-v108 .ey-capabilities-layout > .ey-section-heading {
    position: static;
    max-width: 760px;
  }

  .ey-v108 .ey-customer-view,
  .ey-v108 .ey-multiunit-inner,
  .ey-v108 .ey-security-inner {
    grid-template-columns: 1fr;
  }

  .ey-v108 .ey-integration-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 760px) {
  .ey-v108 .ey-nav {
    height: 68px;
    padding-inline: 18px;
  }

  .ey-v108 .ey-logo > small,
  .ey-v108 .saas-nav-actions > a:first-child {
    display: none;
  }

  .ey-v108 .ey-nav-cta {
    display: none;
  }

  .ey-v108 .ey-header .ey-nav > nav {
    top: 67px;
  }

  .ey-v108 .ey-hero-inner {
    padding: 72px 18px 0;
  }

  .ey-v108 .ey-hero-copy h1 {
    margin-top: 21px;
    font-size: 49px;
    line-height: 1;
  }

  .ey-v108 .ey-hero-copy > p {
    font-size: 15px;
  }

  .ey-v108 .ey-hero-actions {
    flex-direction: column;
  }

  .ey-v108 .ey-hero-actions a {
    width: 100%;
  }

  .ey-v108 .ey-assurance {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
    width: fit-content;
    margin-inline: auto;
  }

  .ey-v108 .ey-dashboard-stage {
    margin-top: 52px;
  }

  .ey-v108 .ey-dashboard {
    overflow-x: auto;
  }

  .ey-v108 .ey-dashboard > header,
  .ey-v108 .ey-dashboard-body {
    min-width: 760px;
  }

  .ey-v108 .ey-dashboard-body {
    min-height: 455px;
  }

  .ey-v108 .ey-dashboard-label {
    align-items: flex-start;
    gap: 6px;
    flex-direction: column;
  }

  .ey-v108 .ey-hero-signals {
    grid-template-columns: 1fr 1fr;
    margin-top: 42px;
  }

  .ey-v108 .ey-hero-signals > span,
  .ey-v108 .ey-hero-signals > span:nth-child(2) {
    min-height: 118px;
    padding: 23px 15px;
    border-right: 1px solid var(--ey-line);
    border-bottom: 1px solid var(--ey-line);
  }

  .ey-v108 .ey-hero-signals > span:nth-child(2n) {
    border-right: 0;
  }

  .ey-v108 .ey-hero-signals > span:nth-last-child(-n+2) {
    border-bottom: 0;
  }

  .ey-v108 .ey-platform-ribbon {
    overflow-x: auto;
  }

  .ey-v108 .ey-platform-ribbon > div {
    justify-content: flex-start;
    min-width: max-content;
    padding-inline: 18px;
    gap: 25px;
  }

  .ey-v108 .ey-trust-principles,
  .ey-v108 .ey-customer-view,
  .ey-v108 .ey-integrations,
  .ey-v108 .ey-faq,
  .ey-v108 .ey-capabilities,
  .ey-v108 .ey-operations,
  .ey-v108 .ey-implementation,
  .ey-v108 .ey-pricing-preview {
    padding: 88px 18px;
  }

  .ey-v108 .ey-multiunit-inner,
  .ey-v108 .ey-security-inner {
    padding: 88px 18px;
  }

  .ey-v108 .ey-section-heading h2,
  .ey-v108 .ey-customer-copy h2,
  .ey-v108 .ey-multiunit h2,
  .ey-v108 .ey-security h2 {
    font-size: 40px;
  }

  .ey-v108 .ey-principle-grid,
  .ey-v108 .ey-capability-groups,
  .ey-v108 .ey-integration-grid {
    grid-template-columns: 1fr;
  }

  .ey-v108 .ey-principle-grid article,
  .ey-v108 .ey-principle-grid article:first-child {
    min-height: 185px;
    padding: 27px 0;
    border-right: 0;
    border-bottom: 1px solid var(--ey-line);
  }

  .ey-v108 .ey-principle-grid article:last-child {
    border-bottom: 0;
  }

  .ey-v108 .ey-principle-grid h3 {
    margin-top: 23px;
  }

  .ey-v108 .ey-capability-groups > article,
  .ey-v108 .ey-capability-groups > article:nth-child(odd) {
    min-height: 0;
    padding: 27px 23px;
  }

  .ey-v108 .ey-operation-tabs {
    justify-content: flex-start;
    width: 100%;
    overflow-x: auto;
  }

  .ey-v108 .ey-operation-board {
    overflow-x: auto;
  }

  .ey-v108 .ey-kanban {
    min-width: 770px;
  }

  .ey-v108 .ey-operation-board > aside {
    display: none;
  }

  .ey-v108 .ey-implementation-steps {
    grid-template-columns: 1fr;
  }

  .ey-v108 .ey-implementation-steps article {
    min-height: 185px;
    padding-inline: 0;
    border-right: 0;
    border-bottom: 1px solid var(--ey-line);
  }

  .ey-v108 .ey-implementation-steps article:last-child {
    border-bottom: 0;
  }

  .ey-v108 .ey-final-cta {
    padding: 76px 18px;
  }

  .ey-v108 .ey-pricing-hero {
    min-height: auto;
    padding: 98px 18px 72px;
  }

  .ey-v108 .ey-pricing-hero h1 {
    font-size: 49px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ey-v108 *,
  .ey-v108 *::before,
  .ey-v108 *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }

  .ey-v108.reveal-ready [data-reveal] {
    opacity: 1;
    transform: none;
  }
}

/* --------------------------------------------------------------------------
   V10.9 — Professional direction
   A confident product brand: photographic hero, modern typography, clear
   conversion hierarchy and a light institutional footer.
   -------------------------------------------------------------------------- */

.ey-v109 {
  --ey-ink: #111827;
  --ey-ink-2: #1f2937;
  --ey-copy: #5d6675;
  --ey-muted: #8791a1;
  --ey-blue: #2457d6;
  --ey-blue-dark: #1945b8;
  --ey-blue-pale: #edf3ff;
  --ey-paper: #f7f8fa;
  --ey-paper-2: #f0f2f5;
  --ey-line: #e2e6ec;
  --ey-line-strong: #cfd5de;
  --ey-radius: 14px;
  --ey-shadow: 0 18px 52px rgba(17, 24, 39, .08);
  --ey-shadow-large: 0 28px 80px rgba(17, 24, 39, .12);
  color: var(--ey-ink);
  background: #fff;
  font-family: Inter, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.ey-v109 .ey-header {
  border-bottom-color: #e7e9ed;
  background: rgba(255, 255, 255, .98);
}

.ey-v109 .ey-header.is-scrolled {
  box-shadow: 0 8px 28px rgba(15, 23, 42, .07);
}

.ey-v109 .ey-nav {
  width: min(100%, 1320px);
  height: 78px;
  padding-inline: 28px;
}

.ey-v109 .ey-logo {
  font-size: 26px;
  font-weight: 820;
  letter-spacing: -1.5px;
}

.ey-v109 .ey-logo > small {
  margin-left: 8px;
  color: #8b93a0;
  font-size: 7px;
}

.ey-v109 .ey-nav > nav {
  gap: 3px;
}

.ey-v109 .ey-nav > nav a {
  padding: 10px 12px;
  color: #4f5867;
  font-size: 12px;
  font-weight: 680;
}

.ey-v109 .ey-nav > nav a:hover,
.ey-v109 .ey-nav > nav a.active {
  color: #111827;
  background: #f3f5f8;
}

.ey-v109 .saas-nav-actions {
  gap: 8px;
}

.ey-v109 .ey-nav-demo {
  min-height: 42px;
  padding-inline: 18px;
  border: 1px solid var(--ey-blue) !important;
  color: #fff !important;
  background: var(--ey-blue) !important;
  box-shadow: none !important;
}

.ey-v109 .ey-nav-demo:hover {
  border-color: var(--ey-blue-dark) !important;
  color: #fff !important;
  background: var(--ey-blue-dark) !important;
}

.ey-v109 .ey-nav-cta {
  min-height: 42px;
  padding-inline: 17px;
  border: 1px solid #d9dee7 !important;
  color: #18202d !important;
  background: #f7f8fa !important;
  box-shadow: none !important;
}

.ey-v109 .ey-nav-cta:hover {
  border-color: #c6cdd7 !important;
  color: #111827 !important;
  background: #eef1f5 !important;
}

/* Hero */
.ey-v109 .ey-hero {
  position: relative;
  min-height: 720px;
  overflow: hidden;
  border-bottom: 0;
  color: #fff;
  background: #111824;
  isolation: isolate;
}

.ey-v109 .ey-hero-media {
  position: absolute;
  z-index: -3;
  inset: 0;
  display: block;
  background-image: url("/assets/eycrm-hero-office.webp");
  background-position: center center;
  background-size: cover;
  transform: scale(1.01);
  animation: ey-hero-settle 1.25s cubic-bezier(.2, .75, .25, 1) both;
}

.ey-v109 .ey-hero-shade {
  position: absolute;
  z-index: -2;
  inset: 0;
  display: block;
  background:
    linear-gradient(90deg, rgba(5, 12, 23, .96) 0%, rgba(7, 16, 30, .91) 36%, rgba(8, 18, 32, .58) 61%, rgba(8, 18, 32, .22) 100%),
    linear-gradient(0deg, rgba(5, 12, 23, .58) 0%, rgba(5, 12, 23, 0) 48%);
}

.ey-v109 .ey-hero-inner {
  display: flex;
  align-items: center;
  width: min(100%, 1320px);
  min-height: 720px;
  margin: 0 auto;
  padding: 78px 28px 170px;
}

.ey-v109 .ey-hero-copy {
  width: min(100%, 770px);
  max-width: 770px;
  margin: 0;
  text-align: left;
}

.ey-v109 .ey-hero-copy .ey-overline {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 13px;
  border: 1px solid rgba(255, 255, 255, .28);
  border-radius: 999px;
  color: #dbe7ff;
  background: rgba(8, 18, 32, .38);
  font-size: 9px;
  letter-spacing: .16em;
}

.ey-v109 .ey-hero-copy h1 {
  max-width: 780px;
  margin: 24px 0 22px;
  color: #fff;
  font-family: Inter, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: clamp(58px, 5.8vw, 82px);
  font-weight: 690;
  line-height: .99;
  letter-spacing: -.055em;
  text-wrap: balance;
}

.ey-v109 .ey-hero-copy h1 em {
  display: block;
  color: #a9c5ff;
  font-style: normal;
  font-weight: 690;
}

.ey-v109 .ey-hero-copy > p {
  max-width: 690px;
  margin: 0;
  color: #d4dae4;
  font-size: 17px;
  line-height: 1.65;
}

.ey-v109 .ey-hero-actions {
  justify-content: flex-start;
  gap: 10px;
  margin-top: 31px;
}

.ey-v109 .ey-hero-actions .ey-primary {
  min-height: 54px;
  padding-inline: 25px;
  color: #111827 !important;
  background: #fff !important;
  box-shadow: 0 12px 30px rgba(0, 0, 0, .18) !important;
}

.ey-v109 .ey-hero-actions .ey-primary:hover {
  color: #111827 !important;
  background: #f2f5fa !important;
  box-shadow: 0 16px 34px rgba(0, 0, 0, .24) !important;
}

.ey-v109 .ey-hero-actions .ey-primary span {
  margin-left: 9px;
  font-size: 16px;
  transition: transform .2s ease;
}

.ey-v109 .ey-hero-actions .ey-primary:hover span {
  transform: translateX(3px);
}

.ey-v109 .ey-hero-actions .ey-text-button {
  min-height: 54px;
  border-color: rgba(255, 255, 255, .48);
  color: #fff;
  background: rgba(8, 18, 32, .28);
}

.ey-v109 .ey-hero-actions .ey-text-button:hover {
  border-color: #fff;
  color: #fff;
  background: rgba(255, 255, 255, .1);
}

.ey-v109 .ey-assurance {
  justify-content: flex-start;
  gap: 21px;
  margin-top: 23px;
}

.ey-v109 .ey-assurance span {
  color: #cbd2dd;
  font-size: 10px;
}

.ey-v109 .ey-assurance i {
  border-color: rgba(255, 255, 255, .45);
  color: #b8f2d8;
  background: rgba(255, 255, 255, .06);
}

.ey-v109 .ey-hero-proof {
  position: absolute;
  right: 28px;
  bottom: 26px;
  left: 28px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  width: min(calc(100% - 56px), 1264px);
  margin: 0 auto;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 14px;
  background: rgba(7, 16, 30, .9);
  box-shadow: 0 18px 48px rgba(0, 0, 0, .22);
}

.ey-v109 .ey-hero-proof > span {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 3px 13px;
  min-width: 0;
  min-height: 96px;
  padding: 20px 22px;
  border-right: 1px solid rgba(255, 255, 255, .11);
}

.ey-v109 .ey-hero-proof > span:last-child {
  border-right: 0;
}

.ey-v109 .ey-hero-proof i {
  grid-row: 1 / 3;
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(166, 195, 255, .35);
  border-radius: 10px;
  color: #b9d0ff;
  font-size: 11px;
  font-style: normal;
  font-weight: 800;
}

.ey-v109 .ey-hero-proof b {
  align-self: end;
  color: #fff;
  font-size: 11px;
  font-weight: 750;
}

.ey-v109 .ey-hero-proof small {
  align-self: start;
  overflow: hidden;
  color: #9eabba;
  font-size: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@keyframes ey-hero-settle {
  from { opacity: .72; transform: scale(1.045); }
  to { opacity: 1; transform: scale(1.01); }
}

/* A modern product rhythm across the rest of the page. */
.ey-v109 .ey-platform-ribbon {
  border-bottom: 1px solid var(--ey-line);
  background: #fff;
}

.ey-v109 .ey-platform-ribbon > div {
  min-height: 78px;
}

.ey-v109 .ey-section-heading h2,
.ey-v109 .ey-customer-copy h2,
.ey-v109 .ey-multiunit h2,
.ey-v109 .ey-security h2,
.ey-v109 .ey-final-cta h2,
.ey-v109 .ey-pricing-hero h1 {
  font-family: Inter, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 660;
  letter-spacing: -.045em;
}

.ey-v109 .ey-section-heading h2 {
  max-width: 850px;
  font-size: clamp(40px, 4.2vw, 58px);
  line-height: 1.05;
}

.ey-v109 .ey-trust-principles,
.ey-v109 .ey-capabilities,
.ey-v109 .ey-customer-view,
.ey-v109 .ey-operations,
.ey-v109 .ey-integrations,
.ey-v109 .ey-implementation,
.ey-v109 .ey-pricing-preview,
.ey-v109 .ey-faq {
  width: min(100%, 1240px);
}

.ey-v109 .ey-capabilities,
.ey-v109 .ey-operations,
.ey-v109 .ey-implementation {
  background: #fff;
}

.ey-v109 .ey-capability-groups > article {
  border-color: #dfe4eb;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 12px 35px rgba(15, 23, 42, .045);
}

.ey-v109 .ey-capability-groups > article:hover {
  border-color: #cbd4e2;
  box-shadow: 0 18px 46px rgba(15, 23, 42, .075);
  transform: translateY(-3px);
}

.ey-v109 .ey-customer-view {
  border-radius: 20px;
  background: #f4f6f9;
}

.ey-v109 .ey-multiunit,
.ey-v109 .ey-security {
  background: #f4f6f9;
}

.ey-v109 .ey-operation-board,
.ey-v109 .ey-org-visual,
.ey-v109 .ey-contact-window {
  border-radius: 16px;
  box-shadow: 0 22px 65px rgba(15, 23, 42, .09);
}

.ey-v109 .ey-integration-grid article,
.ey-v109 .ey-security-grid article,
.ey-v109 .saas-plan {
  border-radius: 12px;
}

.ey-v109 .ey-final-cta {
  width: min(calc(100% - 64px), 1240px);
  margin: 104px auto 0;
  padding: 62px 66px;
  border-radius: 18px;
  background: #101827;
}

.ey-v109 .ey-final-cta > div:first-child > span {
  color: #a8c3ff;
}

.ey-v109 .ey-final-cta h2 {
  max-width: 760px;
  color: #fff;
  font-size: clamp(36px, 3.8vw, 54px);
}

.ey-v109 .ey-final-cta p {
  color: #b9c3d2;
}

.ey-v109 .ey-final-cta .saas-button {
  color: #111827 !important;
  background: #fff !important;
}

/* White institutional footer. */
.ey-v109 .ey-footer {
  border-top: 0;
  color: var(--ey-ink);
  background: #fff;
}

.ey-v109 .ey-footer-main {
  max-width: 1240px;
  padding: 76px 28px 52px;
}

.ey-v109 .ey-footer .ey-logo {
  color: var(--ey-ink);
}

.ey-v109 .ey-footer-main > div > p {
  color: #697386;
}

.ey-v109 .ey-footer-main > div > a:last-child {
  color: var(--ey-blue);
}

.ey-v109 .ey-footer-main nav strong {
  color: #18202d;
}

.ey-v109 .ey-footer-main nav a {
  color: #697386;
}

.ey-v109 .ey-footer-main nav a:hover {
  color: var(--ey-blue);
}

.ey-v109 .ey-footer-bottom {
  border-top-color: #e3e7ed;
  color: #7f8999;
}

.ey-v109 .ey-footer-bottom a {
  color: #697386;
}

.ey-v109 .ey-footer-bottom a:hover {
  color: var(--ey-blue);
}

@media (max-width: 1180px) {
  .ey-v109 .ey-hero-inner {
    padding-inline: 24px;
  }

  .ey-v109 .ey-hero-proof {
    right: 24px;
    left: 24px;
    width: calc(100% - 48px);
  }

  .ey-v109 .ey-hero-proof > span {
    padding-inline: 17px;
  }
}

@media (max-width: 980px) {
  .ey-v109 .ey-header .ey-nav {
    height: 72px;
  }

  .ey-v109 .ey-hero,
  .ey-v109 .ey-hero-inner {
    min-height: 710px;
  }

  .ey-v109 .ey-hero-media {
    background-position: 61% center;
  }

  .ey-v109 .ey-hero-shade {
    background:
      linear-gradient(90deg, rgba(5, 12, 23, .96) 0%, rgba(7, 16, 30, .9) 50%, rgba(8, 18, 32, .58) 100%),
      linear-gradient(0deg, rgba(5, 12, 23, .62) 0%, rgba(5, 12, 23, 0) 55%);
  }

  .ey-v109 .ey-hero-copy {
    max-width: 650px;
  }

  .ey-v109 .ey-hero-copy h1 {
    font-size: clamp(54px, 8vw, 72px);
  }

  .ey-v109 .ey-hero-proof {
    grid-template-columns: 1fr 1fr;
  }

  .ey-v109 .ey-hero-proof > span {
    min-height: 82px;
  }

  .ey-v109 .ey-hero-proof > span:nth-child(2) {
    border-right: 0;
  }

  .ey-v109 .ey-hero-proof > span:nth-child(-n+2) {
    border-bottom: 1px solid rgba(255, 255, 255, .11);
  }
}

@media (max-width: 760px) {
  .ey-v109 .ey-nav {
    height: 68px;
    padding-inline: 18px;
  }

  .ey-v109 .ey-hero {
    min-height: auto;
  }

  .ey-v109 .ey-hero-media {
    background-position: 68% center;
  }

  .ey-v109 .ey-hero-shade {
    background:
      linear-gradient(90deg, rgba(5, 12, 23, .95) 0%, rgba(5, 12, 23, .81) 100%),
      linear-gradient(0deg, rgba(5, 12, 23, .74) 0%, rgba(5, 12, 23, .12) 62%);
  }

  .ey-v109 .ey-hero-inner {
    align-items: flex-end;
    min-height: 630px;
    padding: 84px 18px 48px;
  }

  .ey-v109 .ey-hero-copy h1 {
    margin-top: 20px;
    font-size: clamp(43px, 12.5vw, 58px);
    line-height: 1;
  }

  .ey-v109 .ey-hero-copy > p {
    font-size: 15px;
  }

  .ey-v109 .ey-hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .ey-v109 .ey-hero-actions a {
    width: 100%;
  }

  .ey-v109 .ey-assurance {
    align-items: flex-start;
    gap: 9px;
    flex-direction: column;
    margin: 20px 0 0;
  }

  .ey-v109 .ey-hero-proof {
    position: relative;
    right: auto;
    bottom: auto;
    left: auto;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    border: 0;
    border-top: 1px solid rgba(255, 255, 255, .12);
    border-radius: 0;
    box-shadow: none;
  }

  .ey-v109 .ey-hero-proof > span {
    grid-template-columns: 34px 1fr;
    min-height: 94px;
    padding: 16px 13px;
  }

  .ey-v109 .ey-hero-proof i {
    width: 31px;
    height: 31px;
    border-radius: 8px;
    font-size: 9px;
  }

  .ey-v109 .ey-hero-proof b {
    font-size: 9px;
  }

  .ey-v109 .ey-hero-proof small {
    font-size: 7px;
  }

  .ey-v109 .ey-section-heading h2,
  .ey-v109 .ey-customer-copy h2,
  .ey-v109 .ey-multiunit h2,
  .ey-v109 .ey-security h2 {
    font-size: 38px;
  }

  .ey-v109 .ey-customer-view {
    border-radius: 0;
  }

  .ey-v109 .ey-final-cta {
    width: calc(100% - 36px);
    margin-top: 72px;
    padding: 48px 28px;
    border-radius: 14px;
  }

  .ey-v109 .ey-final-cta h2 {
    font-size: 37px;
  }

  .ey-v109 .ey-footer-main {
    padding-top: 58px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ey-v109 .ey-hero-media {
    animation: none;
    transform: none;
  }
}
