/*
 * EYCRM SaaS V10.10
 * Layout and visual-integration pass based on production viewport review.
 */

.ey-v1010 {
  --ey-content: 1280px;
  --ey-page-gutter: max(28px, calc((100vw - var(--ey-content)) / 2));
  --ey-blue-soft: #eef4ff;
  --ey-blue-line: #cbdaf8;
}

.ey-v1010 #plataforma,
.ey-v1010 #capacidades,
.ey-v1010 #multiunidad,
.ey-v1010 #integraciones,
.ey-v1010 #seguridad {
  scroll-margin-top: 96px;
}

/* The value proposition is a centered, stable editorial block. */
.ey-v1010 .ey-trust-principles {
  width: min(100%, var(--ey-content));
  max-width: var(--ey-content);
  margin-inline: auto;
}

.ey-v1010 .ey-trust-principles > .ey-section-heading {
  max-width: 1000px;
}

.ey-v1010 .ey-principle-grid article {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}

.ey-v1010 .ey-principle-icon {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  border: 1px solid #d7e2fb;
  border-radius: 11px;
  color: var(--ey-blue);
  background: #f1f5ff;
}

.ey-v1010 .ey-principle-icon svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ey-v1010 .ey-principle-grid h3 {
  margin-top: 34px;
}

/* Full-bleed section shells with one shared centered content column. */
.ey-v1010 .ey-customer-view,
.ey-v1010 .ey-operations,
.ey-v1010 .ey-integrations,
.ey-v1010 .ey-implementation,
.ey-v1010 .ey-pricing-preview {
  width: 100%;
  max-width: none;
  margin-inline: 0;
  padding-right: var(--ey-page-gutter);
  padding-left: var(--ey-page-gutter);
}

.ey-v1010 .ey-customer-view {
  grid-template-columns: minmax(330px, .76fr) minmax(0, 1.24fr);
  gap: clamp(58px, 6vw, 92px);
  border-radius: 0;
  background: #f4f6f9;
}

.ey-v1010 .ey-customer-copy,
.ey-v1010 .ey-contact-window {
  min-width: 0;
}

.ey-v1010 .ey-contact-window {
  width: 100%;
  max-width: 780px;
  justify-self: end;
}

/* Operations: center the complete composition and restore dark-panel contrast. */
.ey-v1010 .ey-operations {
  overflow: visible;
  background: #fff;
}

.ey-v1010 .ey-operations .ey-section-heading {
  width: min(100%, 900px);
  max-width: 900px;
  margin-inline: auto;
  text-align: center;
}

.ey-v1010 .ey-operation-tabs,
.ey-v1010 .ey-operation-board {
  width: 100%;
  max-width: var(--ey-content);
  margin-right: auto;
  margin-left: auto;
}

.ey-v1010 .ey-operation-board {
  grid-template-columns: minmax(0, 3fr) minmax(330px, 1fr);
  border-color: #d7dce4;
  background: #fff;
  box-shadow: 0 22px 62px rgba(15, 23, 42, .1);
}

.ey-v1010 .ey-operation-board > aside {
  color: #f8fafc;
  background: #1d2430;
  border-left-color: #303949;
}

.ey-v1010 .ey-operation-board > aside > span {
  color: #9ab9ff;
}

.ey-v1010 .ey-operation-board > aside h3 {
  color: #fff;
}

.ey-v1010 .ey-operation-board > aside li {
  border-bottom-color: #394354;
}

.ey-v1010 .ey-operation-board > aside li b {
  color: #f7f9fc;
}

.ey-v1010 .ey-operation-board > aside li small {
  color: #aeb8c8;
}

/* Multiunit uses the brand blue consistently instead of green accents. */
.ey-v1010 .ey-org-all {
  border-color: var(--ey-blue-line);
  background: var(--ey-blue-soft);
}

.ey-v1010 .ey-org-all > i {
  color: #fff;
  background: var(--ey-blue);
}

.ey-v1010 .ey-org-visual > footer span::before {
  border-radius: 50%;
  background: var(--ey-blue);
}

.ey-v1010 .ey-org-visual > header > span {
  color: #2d57ad;
  background: #eaf1ff;
}

/* Integrations: the section background now reaches both sides of the viewport. */
.ey-v1010 .ey-integrations {
  background: #f4f6f9;
}

.ey-v1010 .ey-integrations > .ey-section-heading,
.ey-v1010 .ey-integrations > .ey-integration-grid {
  width: 100%;
  max-width: var(--ey-content);
  margin-right: auto;
  margin-left: auto;
}

.ey-v1010 .ey-integration-grid article > i {
  color: var(--ey-blue);
  background: #edf3ff;
}

.ey-v1010 .ey-integration-grid article:hover > i {
  color: #fff;
  background: var(--ey-blue);
}

/* Onboarding and prices share the same axis and feel like part of the page. */
.ey-v1010 .ey-implementation {
  background: #fff;
}

.ey-v1010 .ey-implementation > .ey-section-heading,
.ey-v1010 .ey-implementation > .ey-implementation-steps,
.ey-v1010 .ey-implementation > .ey-implementation-note,
.ey-v1010 .ey-pricing-preview > .ey-section-heading,
.ey-v1010 .ey-pricing-preview > .saas-plan-row {
  width: 100%;
  max-width: var(--ey-content);
  margin-right: auto;
  margin-left: auto;
}

.ey-v1010 .ey-implementation > .ey-section-heading,
.ey-v1010 .ey-pricing-preview > .ey-section-heading {
  max-width: min(900px, var(--ey-content));
  margin-left: 0;
}

.ey-v1010 .ey-implementation-steps {
  border-top-color: #d4dbe6;
}

.ey-v1010 .ey-implementation-steps article {
  min-width: 0;
  background: #fff;
}

.ey-v1010 .ey-implementation-steps article::before {
  background: var(--ey-blue);
}

.ey-v1010 .ey-implementation-note {
  color: var(--ey-ink);
  background: #f5f7fa;
}

.ey-v1010 .ey-implementation-note p {
  color: #667085;
}

.ey-v1010 .ey-pricing-preview {
  background: #f7f8fa;
}

.ey-v1010 .ey-pricing-preview .ey-pricing-link {
  right: var(--ey-page-gutter);
}

.ey-v1010 .ey-pricing-preview .saas-plan-row {
  align-items: stretch;
  gap: 18px;
}

.ey-v1010 .ey-pricing-preview .saas-plan {
  display: flex;
  min-width: 0;
  height: 100%;
  flex-direction: column;
}

.ey-v1010 .ey-pricing-preview .saas-plan > ul {
  flex: 1;
}

@media (max-width: 1040px) {
  .ey-v1010 {
    --ey-page-gutter: 24px;
  }

  .ey-v1010 .ey-customer-view {
    grid-template-columns: 1fr;
    gap: 54px;
  }

  .ey-v1010 .ey-contact-window {
    max-width: none;
    justify-self: stretch;
  }

  .ey-v1010 .ey-operation-board {
    grid-template-columns: 1fr;
  }

  .ey-v1010 .ey-operation-board > aside {
    border-top: 1px solid #303949;
    border-left: 0;
  }
}

@media (max-width: 760px) {
  .ey-v1010 {
    --ey-page-gutter: 18px;
  }

  .ey-v1010 #plataforma,
  .ey-v1010 #capacidades,
  .ey-v1010 #multiunidad,
  .ey-v1010 #integraciones,
  .ey-v1010 #seguridad {
    scroll-margin-top: 76px;
  }

  .ey-v1010 .ey-trust-principles {
    padding-right: 18px;
    padding-left: 18px;
  }

  .ey-v1010 .ey-principle-icon {
    width: 42px;
    height: 42px;
  }

  .ey-v1010 .ey-customer-view,
  .ey-v1010 .ey-operations,
  .ey-v1010 .ey-integrations,
  .ey-v1010 .ey-implementation,
  .ey-v1010 .ey-pricing-preview {
    padding-right: 18px;
    padding-left: 18px;
  }

  .ey-v1010 .ey-operation-board > aside {
    padding: 32px 24px;
  }

  .ey-v1010 .ey-implementation > .ey-section-heading,
  .ey-v1010 .ey-pricing-preview > .ey-section-heading {
    margin-left: auto;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ey-v1010 .ey-operation-board,
  .ey-v1010 .ey-contact-window,
  .ey-v1010 .ey-integration-grid article,
  .ey-v1010 .ey-pricing-preview .saas-plan {
    transition: none;
  }
}
