/* Enterprise and integrations pages: PSD-led SignDeal visual system. */

.enterprise-page {
  --ep-blue: #0054ff;
  --ep-blue-deep: #123dbe;
  --ep-blue-soft: #edf3ff;
  --ep-blue-pale: #f4f7ff;
  --ep-ink: #16181d;
  --ep-muted: #5d6676;
  --ep-line: #d9e1ef;
  --ep-cream: #fdfbf8;
  --ep-white: #fff;
  --sd-bg: #fdfbf8;
  --sd-bg-subtle: #f4f4f1;
  --sd-surface: #fff;
  --sd-surface-raised: #fff;
  --sd-border: #d9e1ef;
  --sd-border-subtle: rgba(22, 24, 29, .09);
  --sd-text: #343b49;
  --sd-text-strong: #16181d;
  --sd-text-muted: #626b79;
  --sd-color-action: #0054ff;
  --sd-color-action-hover: #123dbe;
  --sd-blue-50: #edf3ff;
  --sd-blue-600: #0054ff;
  --sd-blue-700: #123dbe;
  color-scheme: light;
  background: var(--ep-cream);
  color: var(--ep-ink);
}

.enterprise-page main {
  overflow: clip;
  background: var(--ep-cream);
}

.enterprise-page .site-header {
  z-index: 120;
}

.enterprise-page .site-header .nav {
  background: rgba(255, 255, 255, .82);
  border-color: rgba(255, 255, 255, .94);
  box-shadow: 0 18px 45px rgba(32, 67, 145, .12), inset 0 1px 0 #fff;
}

html[data-audience="business"] body.enterprise-page,
html[data-audience="business"] body.enterprise-page main {
  background: var(--ep-cream);
  color: var(--ep-ink);
}

html[data-audience="business"] body.enterprise-page .site-header .nav,
html[data-audience="business"] body.enterprise-page .site-header--overlay.is-scrolled .nav,
html[data-audience="business"] body.enterprise-page .site-header--solid.is-scrolled .nav {
  border-color: rgba(255, 255, 255, .94);
  background: rgba(255, 255, 255, .82);
  box-shadow: 0 18px 45px rgba(32, 67, 145, .12), inset 0 1px 0 #fff;
}

html[data-audience="business"] body.enterprise-page .brand__word,
html[data-audience="business"] body.enterprise-page .site-header--overlay .brand__word,
html[data-audience="business"] body.enterprise-page .site-header--overlay.is-scrolled .brand__word,
html[data-audience="business"] body.enterprise-page .site-header--solid .brand__word,
html[data-audience="business"] body.enterprise-page .site-header .nav__menu > li > a,
html[data-audience="business"] body.enterprise-page .site-header .nav__menu > li > button {
  color: var(--ep-ink);
}

html[data-audience="business"] body.enterprise-page .site-header .nav__menu > li > a:hover,
html[data-audience="business"] body.enterprise-page .site-header .nav__menu > li > button:hover {
  color: #fff;
}

html[data-audience="business"] body.enterprise-page .nav__dropdown {
  border-color: rgba(255, 255, 255, .72);
  background: rgba(250, 249, 246, .86);
  color: var(--ep-ink);
  -webkit-backdrop-filter: blur(24px) saturate(160%);
  backdrop-filter: blur(24px) saturate(160%);
}

html[data-audience="business"] body.enterprise-page .nav__dropdown a {
  color: var(--ep-ink);
}

html[data-audience="business"] body.enterprise-page .mobile-menu {
  border-color: rgba(255, 255, 255, .94);
  background: rgba(255, 255, 255, .96);
  color: var(--ep-ink);
}

html[data-audience="business"] body.enterprise-page .mobile-menu a,
html[data-audience="business"] body.enterprise-page .mobile-menu .mobile-menu__sub {
  color: var(--ep-ink);
}

html[data-audience="business"] body.enterprise-page .nav__toggle,
html[data-audience="business"] body.enterprise-page .site-header--overlay .nav__toggle,
html[data-audience="business"] body.enterprise-page .site-header--solid .nav__toggle {
  border-color: rgba(22, 24, 29, .10);
  background: rgba(255, 255, 255, .72);
  color: var(--ep-ink);
}

html[data-audience="business"] body.enterprise-page .site-footer {
  border-top-color: var(--ep-line);
  background: #f5f4f1;
}

.enterprise-page .nav__login,
.enterprise-page .site-header--overlay .nav__login,
.enterprise-page .site-header--overlay.is-scrolled .nav__login {
  border-color: var(--ep-blue);
  background: var(--ep-blue);
}

.enterprise-page .nav__login:hover,
.enterprise-page .site-header--overlay .nav__login:hover,
.enterprise-page .site-header--overlay.is-scrolled .nav__login:hover {
  border-color: var(--ep-blue-deep);
  background: var(--ep-blue-deep);
}

@media (min-width: 1161px) {
  .enterprise-page .nav__menu > li[data-nav-slot="1"] {
    --ep-nav-bubble-image: url("/assets/personal-home/header-hover/how.png");
    --ep-nav-bubble-width: 116px;
  }

  .enterprise-page .nav__menu > li[data-nav-slot="2"] {
    --ep-nav-bubble-image: url("/assets/personal-home/header-hover/contract-types.png");
    --ep-nav-bubble-width: 149px;
  }

  .enterprise-page .nav__menu > li[data-nav-slot="3"] {
    --ep-nav-bubble-image: url("/assets/personal-home/header-hover/legal.png");
    --ep-nav-bubble-width: 166px;
  }

  .enterprise-page .nav__menu > li[data-nav-slot="4"] {
    --ep-nav-bubble-image: url("/assets/personal-home/header-hover/pricing.png");
    --ep-nav-bubble-width: 60px;
  }

  .enterprise-page .nav__menu > li[data-nav-slot="5"] {
    --ep-nav-bubble-image: url("/assets/personal-home/header-hover/support.png");
    --ep-nav-bubble-width: 89px;
  }

  .enterprise-page .nav__menu > li > a,
  .enterprise-page .nav__menu > li > .nav__item-btn {
    position: relative;
    z-index: 0;
    isolation: isolate;
    transition: color 160ms ease, transform 180ms ease;
  }

  .enterprise-page .nav__menu > li > a::before,
  .enterprise-page .nav__menu > li > .nav__item-btn::before {
    position: absolute;
    top: 0;
    left: 50%;
    z-index: -1;
    width: var(--ep-nav-bubble-width, 116px);
    height: 44px;
    background: var(--ep-nav-bubble-image) center / 100% 100% no-repeat;
    content: "";
    opacity: 0;
    transform: translate(-50%, 4px) scale(.96);
    transition: opacity 160ms ease, transform 220ms cubic-bezier(.22, 1, .36, 1);
  }

  .enterprise-page .nav__caret {
    display: none;
  }

  .enterprise-page .nav__menu > li:hover > a,
  .enterprise-page .nav__menu > li:hover > .nav__item-btn,
  .enterprise-page .nav__menu > li.nav__item--open > .nav__item-btn,
  .enterprise-page .nav__menu > li:focus-within > a,
  .enterprise-page .nav__menu > li:focus-within > .nav__item-btn {
    color: #fff;
    text-decoration: none;
    transform: translateY(-1px);
  }

  .enterprise-page .nav__menu > li:hover > a::before,
  .enterprise-page .nav__menu > li:hover > .nav__item-btn::before,
  .enterprise-page .nav__menu > li.nav__item--open > .nav__item-btn::before,
  .enterprise-page .nav__menu > li:focus-within > a::before,
  .enterprise-page .nav__menu > li:focus-within > .nav__item-btn::before {
    opacity: 1;
    transform: translate(-50%, 0) scale(1);
  }

  html[data-audience="business"] body.enterprise-page .site-header .nav__menu > li.nav__item--open > .nav__item-btn,
  html[data-audience="business"] body.enterprise-page .site-header .nav__menu > li:focus-within > a,
  html[data-audience="business"] body.enterprise-page .site-header .nav__menu > li:focus-within > .nav__item-btn {
    color: #fff;
  }
}

.ep-section {
  position: relative;
  padding-block: 128px;
}

.ep-section--blue {
  background: var(--ep-blue-soft);
}

.ep-section--white {
  background: var(--ep-white);
}

.ep-breadcrumb {
  display: flex;
  align-items: center;
  gap: 7px;
  margin-bottom: 40px;
  color: #4d5665;
  font-size: 14px;
  font-weight: 700;
}

.ep-breadcrumb a {
  color: inherit;
}

.ep-breadcrumb a:hover {
  color: var(--ep-blue);
  text-decoration: none;
}

.ep-eyebrow {
  margin-bottom: 14px;
  color: #707989;
  font-size: 16px;
  font-weight: 750;
  letter-spacing: 0;
}

.ep-eyebrow--blue {
  color: var(--ep-blue);
}

.ep-display,
.ep-title,
.ep-subtitle {
  color: var(--ep-ink);
  font-weight: 850;
  letter-spacing: 0;
  word-break: keep-all;
}

.ep-display {
  font-size: 64px;
  line-height: 1.12;
}

.ep-title {
  font-size: 54px;
  line-height: 1.18;
}

.ep-subtitle {
  font-size: 28px;
  line-height: 1.3;
}

.ep-blue {
  color: var(--ep-blue);
}

.ep-mark {
  position: relative;
  display: inline-block;
  z-index: 0;
}

.ep-lead {
  max-width: 590px;
  color: var(--ep-muted);
  font-size: 20px;
  line-height: 1.75;
}

.ep-note {
  color: #7b8390;
  font-size: 14px;
  font-weight: 600;
}

.ep-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.ep-button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 12px 24px;
  border: 1px solid var(--ep-blue);
  border-radius: 14px;
  background: var(--ep-blue);
  box-shadow: 0 10px 22px rgba(0, 84, 255, .20);
  color: #fff;
  font-size: 16px;
  font-weight: 800;
  transition: transform 220ms ease, box-shadow 220ms ease, background-color 220ms ease;
}

.ep-button:hover {
  background: var(--ep-blue-deep);
  box-shadow: 0 14px 28px rgba(0, 84, 255, .25);
  color: #fff;
  text-decoration: none;
  transform: translateY(-2px);
}

.ep-button--light {
  border-color: rgba(255, 255, 255, .65);
  background: #fff;
  box-shadow: none;
  color: var(--ep-blue);
}

.ep-button--light:hover {
  border-color: #fff;
  background: #fff;
  color: var(--ep-blue-deep);
}

.ep-button--quiet {
  border-color: var(--ep-line);
  background: rgba(255, 255, 255, .76);
  box-shadow: none;
  color: var(--ep-ink);
}

.ep-button--quiet:hover {
  border-color: var(--ep-blue);
  background: #fff;
  color: var(--ep-blue);
}

/* PSD section 1 */
.ep-hero {
  min-height: 820px;
  display: flex;
  align-items: center;
  padding-block: 142px 108px;
  background: var(--ep-cream);
}

.ep-hero__grid {
  display: grid;
  grid-template-columns: minmax(380px, .82fr) minmax(560px, 1.18fr);
  align-items: center;
  gap: 26px;
}

.ep-hero__copy {
  position: relative;
  z-index: 2;
}

.ep-hero__copy .ep-lead {
  margin-top: 28px;
}

.ep-hero__copy .ep-note {
  margin-top: 4px;
}

.ep-hero__art {
  position: relative;
  margin: 52px -38px 0 -14px;
}

.ep-hero__art img {
  width: 100%;
  max-width: 760px;
  margin-inline: auto;
  filter: drop-shadow(-2px 2px 7px rgba(0, 0, 0, .38));
}

/* PSD section 2 */
.ep-reasons {
  min-height: 790px;
  padding-block: 134px 150px;
  background: var(--ep-cream);
}

.ep-reasons__title {
  margin-bottom: 76px;
  font-size: 58px;
  line-height: 1.15;
}

.ep-outline {
  color: #fff;
  -webkit-text-stroke: 1.6px var(--ep-blue);
  paint-order: stroke fill;
}

.ep-reasons__count {
  color: var(--ep-blue);
  font-size: 1.35em;
}

.ep-reasons__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 42px;
}

.ep-reason {
  min-width: 0;
}

.ep-reason__copy {
  position: relative;
  min-height: 150px;
  padding: 28px 22px 22px 34px;
  border: 1px solid #cfd8e7;
  border-radius: 8px;
  background: rgba(255, 255, 255, .58);
}

.ep-reason__number {
  position: absolute;
  top: -20px;
  left: -12px;
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--ep-blue);
  box-shadow: 0 4px 8px rgba(0, 0, 0, .18);
  color: #fff;
  font-size: 24px;
  font-weight: 850;
}

.ep-reason h3 {
  margin-bottom: 14px;
  color: var(--ep-ink);
  font-size: 25px;
  font-weight: 850;
  line-height: 1.25;
}

.ep-reason p {
  color: var(--ep-muted);
  font-size: 15px;
  line-height: 1.75;
}

.ep-reason__visual {
  height: 265px;
  display: grid;
  place-items: start center;
  margin-top: -2px;
}

.ep-reason__visual img {
  max-height: 100%;
  object-fit: contain;
  object-position: top center;
}

.ep-reason:nth-child(1) .ep-reason__visual img { width: 94%; }
.ep-reason:nth-child(2) .ep-reason__visual img { width: 76%; }
.ep-reason:nth-child(3) .ep-reason__visual img { width: 86%; }

/* Information from the reference HTML, rebuilt without code panels. */
.ep-section-head {
  max-width: 800px;
  margin-bottom: 68px;
}

.ep-section-head--center {
  margin-inline: auto;
  text-align: center;
}

.ep-section-head .ep-lead {
  margin-top: 22px;
}

.ep-section-head--center .ep-lead {
  margin-inline: auto;
}

.ep-automation__grid {
  display: grid;
  grid-template-columns: minmax(0, .82fr) minmax(520px, 1.18fr);
  align-items: center;
  gap: 72px;
}

.ep-capabilities {
  display: grid;
  margin-top: 42px;
  border-block: 1px solid rgba(0, 84, 255, .18);
}

.ep-capability {
  display: grid;
  grid-template-columns: 118px 1fr;
  gap: 18px;
  padding-block: 20px;
}

.ep-capability + .ep-capability {
  border-top: 1px solid rgba(0, 84, 255, .12);
}

.ep-capability strong {
  color: var(--ep-blue);
  font-size: 17px;
}

.ep-capability span {
  color: #4f5d75;
  font-size: 15px;
}

.ep-approval-stage {
  position: relative;
  min-height: 570px;
  display: grid;
  align-content: center;
  padding: 42px;
  border: 1px solid rgba(0, 84, 255, .13);
  border-radius: 8px;
  background: rgba(255, 255, 255, .70);
  box-shadow: 0 24px 58px rgba(38, 73, 150, .12);
}

.ep-approval-stage img {
  width: 54%;
  max-width: 300px;
  margin-inline: auto;
}

.ep-approval-path {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  margin-top: 28px;
}

.ep-approval-path span {
  position: relative;
  padding-top: 22px;
  color: #59647a;
  font-size: 13px;
  font-weight: 750;
  text-align: center;
}

.ep-approval-path span::before {
  position: absolute;
  top: 3px;
  left: 50%;
  width: 10px;
  height: 10px;
  border: 3px solid #fff;
  border-radius: 50%;
  background: var(--ep-blue);
  box-shadow: 0 0 0 1px var(--ep-blue);
  content: "";
  transform: translateX(-50%);
}

.ep-approval-path span:not(:last-child)::after {
  position: absolute;
  top: 9px;
  left: calc(50% + 10px);
  width: calc(100% - 12px);
  height: 1px;
  background: #a8bce7;
  content: "";
}

.ep-proof__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-block: 1px solid var(--ep-line);
}

.ep-proof__item {
  min-height: 220px;
  padding: 36px 34px;
}

.ep-proof__item + .ep-proof__item {
  border-left: 1px solid var(--ep-line);
}

.ep-proof__icon {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  margin-bottom: 22px;
  border-radius: 8px;
  background: var(--ep-blue-soft);
  color: var(--ep-blue);
}

.ep-proof__icon svg {
  width: 23px;
  height: 23px;
}

.ep-proof__item h3 {
  margin-bottom: 12px;
  font-size: 23px;
  font-weight: 820;
}

.ep-proof__item p {
  color: var(--ep-muted);
  font-size: 15px;
}

.ep-price {
  background: var(--ep-cream);
}

.ep-price__grid {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  align-items: center;
  gap: 72px;
}

.ep-price__visual {
  padding-left: 64px;
  border-left: 1px solid var(--ep-line);
}

.ep-price__zero {
  color: var(--ep-blue);
  font-size: 104px;
  font-weight: 900;
  line-height: .95;
}

.ep-price__zero span {
  margin-left: 8px;
  color: var(--ep-ink);
  font-size: 26px;
}

.ep-price__visual p {
  max-width: 440px;
  margin-top: 20px;
  color: var(--ep-muted);
  font-size: 16px;
}

.ep-price__facts {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 22px;
  margin-top: 24px;
  color: #364054;
  font-size: 14px;
  font-weight: 700;
}

.ep-final {
  padding-block: 116px;
  background: var(--ep-white);
}

.ep-final__band {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 40px;
  padding: 62px 66px;
  border-radius: 8px;
  background: var(--ep-blue);
  color: #fff;
}

.ep-final__band h2 {
  color: #fff;
  font-size: 42px;
  font-weight: 850;
  line-height: 1.2;
}

.ep-final__band p {
  margin-top: 14px;
  color: rgba(255, 255, 255, .82);
  font-size: 17px;
}

/* Integrations */
.ep-hero--integrations {
  min-height: 780px;
}

.ep-hero--integrations .ep-hero__grid {
  grid-template-columns: minmax(390px, .84fr) minmax(520px, 1.16fr);
}

.ep-connection-map {
  position: relative;
  min-height: 500px;
  display: grid;
  grid-template-columns: 210px 1fr;
  align-items: center;
  gap: 48px;
  padding: 38px;
  border: 1px solid var(--ep-line);
  border-radius: 8px;
  background: rgba(255, 255, 255, .78);
  box-shadow: 0 24px 58px rgba(38, 73, 150, .12);
}

.ep-tool-stack {
  display: grid;
  gap: 12px;
}

.ep-tool {
  display: flex;
  min-height: 56px;
  align-items: center;
  gap: 12px;
  padding: 10px 12px;
  border-bottom: 1px solid #e5e9f2;
  color: #394357;
  font-size: 14px;
  font-weight: 750;
}

.ep-tool__mark {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  flex: 0 0 34px;
  border-radius: 8px;
  background: var(--tool-bg, var(--ep-blue));
  color: var(--tool-color, #fff);
  font-size: 14px;
  font-weight: 900;
}

.ep-tool--kakao { --tool-bg: #fee500; --tool-color: #181600; }
.ep-tool--sheet { --tool-bg: #1fa463; }
.ep-tool--slack { --tool-bg: #5a2b84; }
.ep-tool--notion { --tool-bg: #16181d; }
.ep-tool--ai { --tool-bg: #0054ff; }

.ep-contract-hub {
  position: relative;
  min-height: 360px;
  display: grid;
  place-items: center;
}

.ep-contract-hub::before {
  position: absolute;
  top: 50%;
  left: -40px;
  width: 92px;
  height: 2px;
  background: repeating-linear-gradient(90deg, var(--ep-blue) 0 7px, transparent 7px 13px);
  content: "";
}

.ep-contract-sheet {
  position: relative;
  width: 265px;
  min-height: 350px;
  padding: 34px 30px;
  border: 1px solid #cfd8e7;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 20px 40px rgba(35, 64, 128, .16);
}

.ep-contract-sheet__brand {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 28px;
  color: var(--ep-blue);
  font-size: 13px;
  font-weight: 850;
}

.ep-contract-sheet__brand img {
  width: 26px;
  height: 26px;
  border-radius: 8px;
}

.ep-contract-sheet h3 {
  margin-bottom: 24px;
  font-size: 25px;
  font-weight: 850;
  text-align: center;
}

.ep-contract-sheet__row {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding-block: 12px;
  border-top: 1px solid #e7ebf3;
  color: #6a7280;
  font-size: 12px;
}

.ep-contract-sheet__row strong {
  color: #273146;
  font-size: 12px;
}

.ep-contract-sheet__status {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  margin-top: 20px;
  padding: 10px;
  border-radius: 8px;
  background: var(--ep-blue-soft);
  color: var(--ep-blue);
  font-size: 13px;
  font-weight: 850;
}

.ep-contract-sheet__status::before {
  width: 18px;
  height: 18px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--ep-blue);
  color: #fff;
  content: "\2713";
  font-size: 11px;
}

.ep-paths {
  background: var(--ep-white);
}

.ep-paths__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-block: 1px solid var(--ep-line);
}

.ep-path {
  min-height: 330px;
  padding: 48px;
}

.ep-path + .ep-path {
  border-left: 1px solid var(--ep-line);
}

.ep-path__label {
  display: inline-flex;
  margin-bottom: 24px;
  padding: 6px 10px;
  border-radius: 6px;
  background: var(--ep-blue-soft);
  color: var(--ep-blue);
  font-size: 13px;
  font-weight: 850;
}

.ep-path h3 {
  margin-bottom: 16px;
  font-size: 34px;
  font-weight: 850;
}

.ep-path p {
  max-width: 48ch;
  color: var(--ep-muted);
}

.ep-path a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 28px;
  color: var(--ep-blue);
  font-weight: 850;
}

.ep-path a:hover {
  text-decoration: none;
  transform: translateX(3px);
}

.ep-nocode-flow {
  display: grid;
  grid-template-columns: repeat(7, auto);
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 64px;
}

.ep-flow-node {
  width: 210px;
  min-height: 180px;
  display: grid;
  align-content: start;
  gap: 12px;
  padding: 25px;
  border: 1px solid #d4ddeb;
  border-radius: 8px;
  background: rgba(255, 255, 255, .74);
}

.ep-flow-node__icon {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  background: var(--ep-blue);
  color: #fff;
  font-weight: 900;
}

.ep-flow-node--kakao .ep-flow-node__icon {
  background: #fee500;
  color: #181600;
}

.ep-flow-node--slack .ep-flow-node__icon {
  background: #5a2b84;
}

.ep-flow-node h3 {
  font-size: 19px;
  font-weight: 830;
}

.ep-flow-node p {
  color: var(--ep-muted);
  font-size: 13px;
  line-height: 1.65;
}

.ep-flow-arrow {
  color: var(--ep-blue);
  font-size: 28px;
  font-weight: 900;
}

.ep-tools-line {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  margin-top: 70px;
  border-block: 1px solid rgba(0, 84, 255, .18);
}

.ep-tools-line span {
  display: flex;
  min-height: 78px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 16px 10px;
  color: #44506a;
  font-size: 14px;
  font-weight: 780;
  text-align: center;
}

.ep-tools-line span + span {
  border-left: 1px solid rgba(0, 84, 255, .15);
}

.ep-tools-line i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--ep-blue);
}

.ep-developer__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 90px;
}

.ep-developer__visual {
  position: relative;
  min-height: 520px;
  display: grid;
  place-items: center;
  border: 1px solid var(--ep-line);
  border-radius: 8px;
  background: var(--ep-blue-pale);
}

.ep-developer__visual img {
  width: 64%;
  max-width: 320px;
}

.ep-developer__caption {
  position: absolute;
  right: 24px;
  bottom: 24px;
  left: 24px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  color: #56627b;
  font-size: 12px;
  font-weight: 750;
  text-align: center;
}

.ep-developer__caption span {
  padding-top: 10px;
  border-top: 2px solid #b9c9ef;
}

.ep-support-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid var(--ep-line);
}

.ep-support-row {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 18px;
  min-height: 84px;
  padding: 18px 22px;
  border-bottom: 1px solid var(--ep-line);
}

.ep-support-row:nth-child(odd) {
  border-right: 1px solid var(--ep-line);
}

.ep-support-row strong {
  color: var(--ep-ink);
  font-size: 16px;
}

.ep-status {
  padding: 5px 9px;
  border-radius: 6px;
  background: var(--ep-blue-soft);
  color: var(--ep-blue);
  font-size: 12px;
  font-weight: 850;
}

.ep-status--planned {
  background: #f1f2f5;
  color: #747c89;
}

/* Reveal motion follows DOM order and respects reduced motion. */
.ep-reveal-ready [data-ep-reveal] {
  opacity: 0;
  transform: translateY(18px);
  transition:
    opacity 440ms cubic-bezier(.22, 1, .36, 1),
    transform 440ms cubic-bezier(.22, 1, .36, 1);
  transition-delay: calc(var(--ep-order, 0) * 70ms);
}

.ep-reveal-ready [data-ep-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1120px) {
  .ep-display { font-size: 58px; }
  .ep-title { font-size: 48px; }
  .ep-hero__grid,
  .ep-hero--integrations .ep-hero__grid {
    grid-template-columns: minmax(340px, .9fr) minmax(450px, 1.1fr);
  }
  .ep-hero__art { margin-right: -20px; }
  .ep-reasons__grid { gap: 24px; }
  .ep-reason h3 { font-size: 22px; }
  .ep-automation__grid { gap: 48px; }
  .ep-connection-map { grid-template-columns: 160px 1fr; gap: 24px; padding: 24px; }
  .ep-tool { gap: 8px; padding-inline: 6px; font-size: 12px; }
  .ep-tool__mark { width: 30px; height: 30px; flex-basis: 30px; }
  .ep-contract-sheet { width: 230px; padding-inline: 24px; }
  .ep-nocode-flow { grid-template-columns: repeat(3, 1fr); }
  .ep-flow-node { width: auto; }
  .ep-flow-arrow { display: none; }
}

@media (max-width: 900px) {
  .ep-section { padding-block: 104px; }
  .ep-hero { min-height: auto; padding-block: 134px 92px; }
  .ep-hero__grid,
  .ep-hero--integrations .ep-hero__grid,
  .ep-automation__grid,
  .ep-price__grid,
  .ep-developer__grid {
    grid-template-columns: 1fr;
  }
  .ep-hero__art {
    max-width: 720px;
    margin: 58px auto 0;
  }
  .ep-reasons__title { font-size: 48px; }
  .ep-reasons__grid { grid-template-columns: 1fr; gap: 72px; }
  .ep-reason { max-width: 680px; margin-inline: auto; }
  .ep-reason__visual { height: 310px; }
  .ep-reason:nth-child(n) .ep-reason__visual img { width: auto; max-width: 440px; }
  .ep-automation__grid { gap: 64px; }
  .ep-approval-stage { min-height: 500px; }
  .ep-proof__grid { grid-template-columns: 1fr; }
  .ep-proof__item + .ep-proof__item { border-top: 1px solid var(--ep-line); border-left: 0; }
  .ep-price__visual { padding: 52px 0 0; border-top: 1px solid var(--ep-line); border-left: 0; }
  .ep-final__band { grid-template-columns: 1fr; }
  .ep-connection-map { max-width: 680px; margin-inline: auto; }
  .ep-paths__grid { grid-template-columns: 1fr; }
  .ep-path + .ep-path { border-top: 1px solid var(--ep-line); border-left: 0; }
  .ep-tools-line { grid-template-columns: repeat(3, 1fr); }
  .ep-tools-line span:nth-child(4) { border-left: 0; }
  .ep-tools-line span:nth-child(n+4) { border-top: 1px solid rgba(0, 84, 255, .15); }
  .ep-support-list { grid-template-columns: 1fr; }
  .ep-support-row:nth-child(odd) { border-right: 0; }
}

@media (max-width: 600px) {
  .enterprise-page .container { padding-inline: 20px; }
  .ep-section { padding-block: 84px; }
  .ep-breadcrumb { margin-bottom: 30px; font-size: 12px; }
  .ep-eyebrow { font-size: 14px; }
  .ep-display { font-size: 44px; line-height: 1.14; }
  .ep-title { font-size: 38px; line-height: 1.2; }
  .ep-subtitle { font-size: 24px; }
  .ep-lead { font-size: 17px; line-height: 1.7; }
  .ep-actions { display: grid; }
  .ep-button { width: 100%; }
  .ep-hero { padding-block: 118px 76px; }
  .ep-hero__copy .ep-lead { margin-top: 22px; }
  .ep-hero__art { margin-top: 46px; }
  .ep-hero__art img { max-width: 520px; }
  .ep-reasons { padding-block: 90px 100px; }
  .ep-reasons__title { margin-bottom: 64px; font-size: 38px; }
  .ep-outline { color: var(--ep-blue); -webkit-text-stroke: 0; }
  .ep-reasons__grid { gap: 58px; }
  .ep-reason__copy { min-height: 0; padding: 27px 20px 20px 28px; }
  .ep-reason__number { top: -17px; left: -9px; width: 42px; height: 42px; font-size: 20px; }
  .ep-reason h3 { font-size: 21px; }
  .ep-reason p { font-size: 14px; }
  .ep-reason__visual { height: 230px; }
  .ep-reason:nth-child(n) .ep-reason__visual img { max-width: 330px; }
  .ep-section-head { margin-bottom: 48px; }
  .ep-capability { grid-template-columns: 1fr; gap: 5px; }
  .ep-approval-stage { min-height: 420px; padding: 28px 18px; }
  .ep-approval-stage img { width: 68%; }
  .ep-approval-path { gap: 2px; }
  .ep-approval-path span { font-size: 10px; }
  .ep-proof__item { min-height: 0; padding: 30px 12px; }
  .ep-price__zero { font-size: 82px; }
  .ep-final { padding-block: 74px 100px; }
  .ep-final__band { gap: 30px; padding: 42px 24px; }
  .ep-final__band h2 { font-size: 32px; }
  .ep-connection-map { min-height: 0; grid-template-columns: 1fr; gap: 28px; padding: 22px; }
  .ep-tool-stack { grid-template-columns: 1fr 1fr; }
  .ep-tool { min-height: 48px; padding-inline: 6px; font-size: 12px; }
  .ep-tool__mark { width: 30px; height: 30px; flex-basis: 30px; }
  .ep-contract-hub::before { display: none; }
  .ep-contract-sheet { width: min(265px, 100%); }
  .ep-path { min-height: 0; padding: 36px 12px; }
  .ep-path h3 { font-size: 29px; }
  .ep-nocode-flow { grid-template-columns: 1fr; gap: 16px; margin-top: 44px; }
  .ep-flow-node { min-height: 0; }
  .ep-tools-line { grid-template-columns: 1fr 1fr; margin-top: 48px; }
  .ep-tools-line span { min-height: 62px; }
  .ep-tools-line span:nth-child(3),
  .ep-tools-line span:nth-child(5) { border-left: 0; }
  .ep-tools-line span:nth-child(n+3) { border-top: 1px solid rgba(0, 84, 255, .15); }
  .ep-developer__grid { gap: 56px; }
  .ep-developer__visual { min-height: 430px; }
  .ep-developer__visual img { width: 76%; }
  .ep-developer__caption { right: 12px; bottom: 15px; left: 12px; font-size: 10px; }
  .ep-support-row { padding-inline: 8px; }
}

@media (prefers-reduced-motion: reduce) {
  .ep-reveal-ready [data-ep-reveal] {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
