/* Base, layout, header, footer, and shared page styles. */
:root {
  --ei-blue: #0c7bee;
  --ei-blue-dark: #0068d7;
  --ei-hover: #0043A1;
  --ei-black: #000;
  --ei-text: #111;
  --ei-muted: #666;
  --ei-line: #eee;
  --ei-soft: #f8f9fb;
  --ei-shell: 1200px;
  --ei-border-dark: rgba(255, 255, 255, 0.2);
  --ei-border-light: #eee;
  --ei-page-pad: 0px;
  --ei-content-pad: 40px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body {
  margin: 0;
  color: var(--ei-text);
  background: #fff;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
figure,
figcaption,
dl,
dd {
  margin: 0;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

img,
video {
  height: auto;
}

button,
input,
textarea,
select {
  margin: 0;
  font: inherit;
  color: inherit;
}

button {
  cursor: pointer;
}

button,
[type="button"],
[type="submit"],
[type="reset"] {
  appearance: none;
  border: 0;
  background: none;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

:focus-visible {
  outline: 2px solid rgba(12, 123, 238, 0.55);
  outline-offset: 3px;
}

[hidden] {
  display: none !important;
}

.emergingi-page {
  min-width: 0;
  overflow: hidden;
  background: #fff;
}

.emergingi-page a {
  color: inherit;
  text-decoration: none;
}

.ei-policy-page {
  width: 100%;
  max-width: 1280px;
  min-height: 100svh;
  margin: 0 auto;
  padding: 140px 0 96px;
}

.ei-policy-page h1 {
  margin-bottom: 48px;
  font-size: 48px;
  line-height: 1.25;
}

.ei-policy-page h2 {
  margin: 48px 0 16px;
  font-size: 28px;
  line-height: 1.4;
}

.ei-policy-page h3 {
  margin: 32px 0 12px;
  font-size: 20px;
}

.ei-policy-page :is(p, li) {
  color: var(--ei-muted);
  font-size: 16px;
  line-height: 1.9;
  white-space: pre-wrap;
}

.ei-policy-page p + p {
  margin-top: 16px;
}

.ei-policy-page :is(ul, ol) {
  margin: 16px 0;
  padding-left: 24px;
  list-style: revert;
}

.ei-policy-page a {
  color: var(--ei-blue);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.ei-shell {
  max-width: 1280px;
  width: 100%;
  /* width: min(calc(100% - var(--ei-page-pad) - var(--ei-page-pad)), 1280px); */
  margin: 0 auto;
  border-left: 1px solid var(--ei-border-light);
  border-right: 1px solid var(--ei-border-light);
}

.ei-header {
  position: absolute;
  z-index: 20;
  top: 0;
  left: 0;
  display: flex;
  width: 100%;
  height: 76px;
  align-items: center;
  color: #fff;
  border-bottom: 1px solid var(--ei-border-dark);
  transition:
    background 0.25s ease,
    border-color 0.25s ease,
    box-shadow 0.25s ease,
    backdrop-filter 0.25s ease,
    color 0.25s ease;
}

.ei-header .ei-header-inner {
  /* width: min(calc(100% - var(--ei-page-pad) - var(--ei-page-pad)), 1280px); */
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 40px;
  padding: 0 0 0 var(--ei-content-pad);
  border-left: 1px solid var(--ei-border-dark);
  border-right: 1px solid var(--ei-border-dark);
  /* border-bottom: 1px solid var(--ei-border-dark); */
}

.ei-header.is-fixed {
  position: fixed;
  color: #111;
  background: rgba(255, 255, 255, 0.94);
  border-left: 1px solid rgba(0, 0, 0, 0.08);
  border-right: 1px solid rgba(0, 0, 0, 0.08);
  border-bottom-color: rgba(0, 0, 0, 0.08);
  /* box-shadow: 0 10px 30px rgba(15, 23, 42, 0.1); */
  backdrop-filter: blur(14px);
}

.ei-logo {
  position: relative;
  display: flex;
  flex: 0 0 auto;
  width: 136px;
  height: 32px;
  align-items: center;
}

.ei-logo-img,
.ei-footer-top > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.ei-logo-img-dark {
  position: absolute;
  inset: 0;
  opacity: 0;
}

.ei-header.is-fixed .ei-logo-img-light {
  opacity: 0;
}

.ei-header.is-fixed .ei-logo-img-dark {
  opacity: 1;
}

.ei-nav {
  display: flex;
  flex: 1;
  align-items: center;
  gap: 40px;
  font-size: 16px;
}

.ei-nav-item {
  position: relative;
  display: flex;
  align-items: center;
  height: 76px;
}

.ei-nav-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  opacity: 0.92;
  transition:
    opacity 0.2s ease,
    transform 0.2s ease,
    color 0.2s ease;
}

.ei-nav-link:hover,
.ei-nav-item:hover .ei-nav-link,
.ei-nav-item.is-open .ei-nav-link {
  opacity: 1;
  transform: translateY(-1px);
}

.ei-nav-caret {
  width: 7px;
  height: 7px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: rotate(45deg) translateY(-2px);
  transition: transform 0.2s ease;
}

.ei-nav-item:hover .ei-nav-caret,
.ei-nav-item.is-open .ei-nav-caret {
  transform: rotate(225deg) translateY(-1px);
}

.ei-submenu {
  position: absolute;
  top: calc(100% - 1px);
  left: 50%;
  z-index: 30;
  min-width: 248px;
  padding: 10px;
  color: #111;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 18px 46px rgba(15, 23, 42, 0.16);
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 10px);
  transition:
    opacity 0.2s ease,
    transform 0.2s ease;
  backdrop-filter: blur(16px);
}

.ei-nav-item:hover .ei-submenu,
.ei-nav-item:focus-within .ei-submenu,
.ei-nav-item.is-open .ei-submenu {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, 0);
}

.ei-submenu-link {
  display: block;
  padding: 14px;
  border-radius: 6px;
  transition:
    background 0.2s ease,
    color 0.2s ease;
}

.ei-submenu-link:hover {
  color: var(--ei-blue);
  background: rgba(12, 123, 238, 0.08);
}

.ei-submenu-link span,
.ei-submenu-link small {
  display: block;
}

.ei-submenu-link span {
  font-size: 15px;
  font-weight: 700;
}

.ei-submenu-link small {
  margin-top: 6px;
  color: rgba(17, 17, 17, 0.58);
  font-size: 12px;
  line-height: 1.5;
}

a.ei-contact {
  display: inline-flex;
  height: 76px;
  min-width: 160px;
  align-items: center;
  justify-content: center;
  gap: 24px;
  padding: 0 24px;
  background: var(--ei-blue);
  color: #fff;
  font-weight: 600;
  transition: all 0.2s ease-in-out;
}

a.ei-contact-mobile {
  display: none;
  width: 80px;
  height: 28px;
  align-items: center;
  justify-content: center;
  background: var(--ei-blue);
  color: #fff;
  font-size: 14px;
  line-height: 14px;
  transition: all 0.2s ease-in-out;
  border-radius: 2px;
}

a.ei-contact-mobile:hover {
  background: var(--ei-hover);
}

a.ei-contact:hover {
  background: var(--ei-hover);
}

.ei-contact .header-arrow {
  width: 24px;
  height: 18px;
  object-fit: contain;
}

.ei-menu-button {
  display: none;
  position: relative;
  width: 42px;
  height: 42px;
  margin-left: auto;
  /* border: 1px solid rgba(255, 255, 255, 0.25); */
  /* background: rgba(255, 255, 255, 0.08); */
  padding: 10px;
}

.ei-menu-button span {
  position: absolute;
  top: 20px;
  left: 10px;
  width: 22px;
  height: 2px;
  margin: 0;
  background: #fff;
  transform-origin: center;
  backface-visibility: hidden;
  will-change: transform, opacity;
  transition:
    opacity 0.24s ease,
    transform 0.32s cubic-bezier(0.4, 0, 0.2, 1),
    background-color 0.2s ease;
}

.ei-menu-button span:nth-child(1) {
  transform: translate3d(0, -7px, 0);
}

.ei-menu-button span:nth-child(2) {
  transform: translate3d(0, 0, 0) scaleX(1);
}

.ei-menu-button span:nth-child(3) {
  transform: translate3d(0, 7px, 0);
}

.ei-menu-button[aria-expanded="true"] span:nth-child(1) {
  transform: translate3d(0, 0, 0) rotate(45deg);
}

.ei-menu-button[aria-expanded="true"] span:nth-child(2) {
  opacity: 0;
  transform: translate3d(0, 0, 0) scaleX(0);
}

.ei-menu-button[aria-expanded="true"] span:nth-child(3) {
  transform: translate3d(0, 0, 0) rotate(-45deg);
}

.ei-header.is-fixed .ei-menu-button {
  border-color: rgba(0, 0, 0, 0.14);
  background: rgba(0, 0, 0, 0.04);
}

.ei-header.is-fixed .ei-menu-button span {
  background: #111;
}

.ei-light-header .ei-header {
  color: #111;
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid var(--ei-border-light);
}

.ei-light-header .ei-header .ei-header-inner {
  border-left-color: var(--ei-border-light);
  border-right-color: var(--ei-border-light);
  border-bottom: 0;
}

.ei-light-header .ei-logo-img-light {
  opacity: 0;
}

.ei-light-header .ei-logo-img-dark {
  opacity: 1;
}

.ei-light-header .ei-menu-button {
  border-color: rgba(0, 0, 0, 0.14);
  background: rgba(0, 0, 0, 0.04);
}

.ei-light-header .ei-menu-button span {
  background: #111;
}


.ei-footer {
  padding: 80px 20px 20px;
  color: #fff;
  background: #050505;
}

.ei-footer-top {
  display: grid;
  grid-template-columns: 136px 1fr 96px;
  gap: 72px;
  align-items: start;
}

.ei-footer .ei-shell {
  border-color: rgba(255, 255, 255, 0.16);
  border: none;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.ei-footer-top > img {
  height: 32px;
}

.ei-footer-middle {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.ei-footer-links {
  flex: 1;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 200px));
  justify-content: start;
  gap: 40px;
}

.ei-footer-links .ei-footer-links-group {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.ei-footer-links b {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
  color: #ffffff;
}

.ei-footer-links a {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0;
  color: #bbbbbb;
}

.ei-footer-links a:hover {
  color: #ffffff;
}

.ei-qr {
  text-align: center;
}

.ei-qr img {
  display: block;
  width: 80px;
  height: 80px;
  margin: 0 auto 8px;
  object-fit: cover;
}

.ei-qr span {
  font-size: 12px;
}

.ei-copyright {
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.ei-reveal {
  --ei-reveal-delay: 0ms;
  --ei-reveal-x: 0px;
  --ei-reveal-y: 24px;
  opacity: 0;
  transform: translate3d(var(--ei-reveal-x), var(--ei-reveal-y), 0);
  transition:
    opacity 0.65s ease var(--ei-reveal-delay),
    transform 0.72s cubic-bezier(0.22, 1, 0.36, 1) var(--ei-reveal-delay);
  will-change: opacity, transform;
}

.ei-reveal.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  will-change: auto;
}

.pc-hero,
.pc-section,
.about-hero,
.about-section {
  background: #fff;
}

.pc-hero {
  padding-top: 76px;
  background: #f7f8fa;
  border-bottom: 1px solid var(--ei-border-light);
}

.pc-hero-inner {
  display: grid;
  grid-template-columns: 1fr 480px;
  align-items: center;
  padding: 40px;
  border-color: var(--ei-border-light);
}

.pc-hero-copy {
  display: flex;
  width: 100%;
  max-width: 600px;
  flex-direction: column;
  gap: 20px;
}

.pc-hero h1 {
  max-width: 100%;
  color: #000;
  font-size: 56px;
  font-weight: 600;
  line-height: 64px;
  letter-spacing: 0;
  white-space: nowrap;
}

.pc-hero p {
  color: #666;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0;
}

.pc-hero-art {
  display: flex;
  justify-content: flex-end;
}

.pc-hero-art img {
  width: min(100%, 520px);
}

body:is(.pc-product-page, .ob-page, .about-page)
  :is(.pc-hero, .pc-section, .ob-section, .about-hero, .about-section)
  .ei-shell {
  border-color: var(--ei-border-light);
}

.pc-benefit-grid,
.ob-result-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 40px;
  border-bottom: 1px solid var(--ei-border-light);
}

.pc-benefit-grid article + article,
.ob-result-grid article + article {
  border-left: 1px solid var(--ei-border-light);
  border-right: 0;
}

.pc-benefit-grid h3,
.ob-list h3,
.ob-result-copy h3 {
  color: #000;
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
}

.pc-accordion .ei-accordion-body > p,
.ob-list p,
.about-stack-list p,
.about-team-list p,
.about-mission-grid p,
.about-why-grid p {
  color: #000;
  font-size: 14px;
  line-height: 22px;
}

@keyframes contentHeroEnter {
  from {
    opacity: 0;
    transform: translate3d(var(--content-hero-x, 0), var(--content-hero-y, 0), 0)
      scale(var(--content-hero-scale, 1));
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
  }
}

.pc-product-page .pc-hero-copy,
.ob-page .pc-hero-copy,
.about-page .about-hero-copy {
  --content-hero-x: -24px;
  opacity: 0;
  animation: contentHeroEnter 0.78s cubic-bezier(0.22, 1, 0.36, 1) 0.08s forwards;
}

.pc-product-page .pc-hero-art,
.ob-page .pc-hero-art {
  --content-hero-x: 24px;
  --content-hero-scale: 0.97;
  opacity: 0;
  animation: contentHeroEnter 0.9s cubic-bezier(0.22, 1, 0.36, 1) 0.16s forwards;
}

.pc-button,
.about-button {
  display: inline-flex;
  width: 160px;
  height: 60px;
  align-items: center;
  justify-content: center;
  gap: 28px;
  margin-top: 20px;
  padding: 20px 24px;
  color: #fff!important;
  background: #000;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 600;
  transition:
    background 0.2s ease,
    transform 0.2s ease;
}

a.pc-button {
  flex: none;
  align-self: flex-start;
}

.pc-button:hover,
.about-button:hover {
  background: var(--ei-hover);
  transform: translateY(-2px);
}

.pc-button img,
.about-button img {
  width: 7px;
  height: 11px;
}

.ei-page-hero {
  padding: 180px 0 96px;
  color: #fff;
  background: #030303;
}

.ei-page-hero .ei-shell,
.ei-content-section .ei-shell {
  border-left-color: var(--ei-border-dark);
  border-right-color: var(--ei-border-dark);
}

.ei-page-kicker {
  margin: 0 0 18px;
  color: var(--ei-blue);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ei-page-hero h1 {
  max-width: 880px;
  margin: 0;
  font-size: clamp(44px, 6vw, 84px);
  line-height: 1.04;
  letter-spacing: 0;
}

.ei-page-hero p {
  max-width: 760px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 20px;
  line-height: 1.8;
}

.ei-content-section {
  padding: 84px 0;
  color: #fff;
  background: #030303;
}

.ei-content-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.ei-content-card {
  min-height: 240px;
  padding: 32px;
  background: #050505;
}

.ei-content-card b {
  display: block;
  margin-bottom: 14px;
  color: #fff;
  font-size: 22px;
  line-height: 1.35;
}

.ei-content-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 15px;
  line-height: 1.8;
}


.ei-final-cta {
  position: relative;
  min-height: 270px;
  padding: 68px 20px;
  color: #fff;
  text-align: center;
  background: var(--ei-blue);
  overflow: hidden;
}

.ei-final-cta::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("../images/home/contact-banner.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.ei-final-cta .ei-shell {
  position: relative;
  z-index: 1;
  border: none;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.ei-final-cta h2 {
  font-size: 32px;
  font-weight: 600;
  line-height: 45px;
}

.ei-final-cta a {
  display: inline-flex;
  width: 160px;
  height: 60px;
  min-height: 44px;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 20px 24px;
  background: #000;
  font-weight: 600;
  align-self: center;
  border-radius: 4px;
}

.ei-final-cta a:hover {
  background-color: var(--ei-hover);
}

.ei-final-cta a svg {
  width: 7px;
  height: 11px;
  fill: currentColor;
  transition: transform 0.2s ease;
}

.ei-final-cta a:hover svg {
  transform: translateX(2px);
}


.ei-section-head {
  max-width: 1280px;
  width: 100%;
  padding: 80px var(--ei-content-pad) 40px;
  border-bottom: 1px solid var(--ei-border-light);
}

.ei-section-head h2 {
  font-size: 36px;
  font-weight: 600;
  line-height: 1.34;
  margin: 0;
}

.ei-section-head p {
  margin: 14px 0 0;
  color: var(--ei-muted);
  font-size: 14px;
  line-height: 1.58;
}



@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .ei-reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .pc-product-page .pc-hero-copy,
  .pc-product-page .pc-hero-art,
  .ob-page .pc-hero-copy,
  .ob-page .pc-hero-art,
  .about-page .about-hero-copy {
    opacity: 1;
    transform: none;
    animation: none;
  }

  .ei-menu-button span {
    transition: none;
  }
}

@media (max-width: 1280px) {
  :root {
    --ei-page-pad: 20px;
    --ei-content-pad: 20px;
  }

  .ei-policy-page {
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media (max-width: 1100px) {
  body:is(.pc-product-page, .ob-page, .about-page)
    :is(.pc-hero, .pc-section, .ob-section, .about-hero, .about-section)
    .ei-shell {
    width: 100%;
  }

  .ei-nav {
    gap: 22px;
  }

  .ei-content-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 820px) {
  .ei-reveal {
    --ei-reveal-x: 0px !important;
    --ei-reveal-y: 14px !important;
    --ei-reveal-delay: 0ms !important;
  }

  .pc-product-page .pc-hero-copy,
  .pc-product-page .pc-hero-art,
  .ob-page .pc-hero-copy,
  .ob-page .pc-hero-art,
  .about-page .about-hero-copy {
    --content-hero-x: 0px;
    --content-hero-y: 14px;
  }

  .ei-header {
    position: fixed;
    height: 68px;
    background: rgba(0, 0, 0, 0.86);
    backdrop-filter: blur(12px);
  }

  .ei-menu-button {
    display: block;
  }

  a.ei-contact-mobile {
    display: flex;
    position: absolute;
    right: 60px;
  }

  .ei-nav {
    position: absolute;
    top: 68px;
    left: var(--ei-page-pad);
    right: var(--ei-page-pad);
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 12px;
    color: #fff;
    background: rgba(0, 0, 0, 0.94);
    border: 1px solid rgba(255, 255, 255, 0.16);
    box-shadow: 0 18px 46px rgba(0, 0, 0, 0.18);
    transition:
      color 0.25s ease,
      background-color 0.25s ease,
      border-color 0.25s ease;
  }

  .ei-nav.is-open {
    display: flex;
  }

  .ei-header.is-fixed .ei-nav,
  .ei-light-header .ei-nav {
    color: #111;
    background: rgba(255, 255, 255, 0.98);
    border-color: rgba(0, 0, 0, 0.1);
  }

  .ei-nav-item {
    display: block;
    height: auto;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }

  .ei-header.is-fixed .ei-nav-item,
  .ei-light-header .ei-nav-item {
    border-bottom-color: rgba(0, 0, 0, 0.08);
  }

  .ei-nav-item:last-child {
    border-bottom: 0;
  }

  .ei-nav-link {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 13px 8px;
  }

  .ei-submenu {
    position: static;
    display: none;
    min-width: 0;
    margin: 0 0 8px;
    padding: 4px 0 8px 12px;
    color: #fff;
    background: transparent;
    border: 0;
    box-shadow: none;
    opacity: 1;
    pointer-events: auto;
    transform: none;
    backdrop-filter: none;
  }

  .ei-nav-item:hover .ei-submenu,
  .ei-nav-item:focus-within .ei-submenu {
    transform: none;
  }

  .ei-nav-item.is-open .ei-submenu {
    display: block;
    transform: none;
  }

  .ei-submenu-link {
    padding: 10px 12px;
    color: rgba(255, 255, 255, 0.84);
  }

  .ei-submenu-link:hover {
    color: #fff;
    background: rgba(255, 255, 255, 0.08);
  }

  .ei-submenu-link small {
    color: rgba(255, 255, 255, 0.52);
  }

  .ei-header.is-fixed .ei-submenu,
  .ei-light-header .ei-submenu {
    color: #111;
  }

  .ei-header.is-fixed .ei-submenu-link,
  .ei-light-header .ei-submenu-link {
    color: rgba(17, 17, 17, 0.84);
  }

  .ei-header.is-fixed .ei-submenu-link:hover,
  .ei-light-header .ei-submenu-link:hover {
    color: var(--ei-blue);
    background: rgba(12, 123, 238, 0.08);
  }

  .ei-header.is-fixed .ei-submenu-link small,
  .ei-light-header .ei-submenu-link small {
    color: rgba(17, 17, 17, 0.55);
  }

  a.ei-contact {
    display: none;
  }

  .ei-footer-links {
    gap: 20px;
  }
}

@media (max-width: 680px) {
  .ei-footer-middle {
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
  }

  .ei-footer-links {
    width: 100%;
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  body:is(.pc-product-page, .ob-page, .about-page)
    :is(
      .ei-section-head,
      .ei-section-head h2,
      .ei-section-head p,
      .pc-hero-copy,
      .pc-hero h1,
      .pc-hero p,
      .pc-accordion,
      .pc-accordion article,
      .pc-accordion button,
      .pc-accordion .ei-accordion-body,
      .ob-list,
      .ob-list article,
      .ob-result-grid,
      .ob-result-grid article,
      .ob-metric-grid,
      .ob-metric-grid article,
      .about-hero-copy,
      .about-hero h1,
      .about-hero p,
      .about-stack-list,
      .about-stack-list article,
      .about-team-list,
      .about-team-list article,
      .about-mission-grid,
      .about-value-grid,
      .about-why-grid
    ) {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  body:is(.pc-product-page, .ob-page, .about-page)
    :is(
      .pc-hero p,
      .ei-section-head p,
      .pc-accordion .ei-accordion-body p,
      .pc-card-grid p,
      .ob-list p,
      .ob-result-copy p,
      .ob-metric-grid p,
      .about-hero p,
      .about-stack-list p,
      .about-team-list p,
      .about-mission-grid p,
      .about-why-grid p
    ) {
    overflow-wrap: anywhere;
    word-break: break-all;
  }
}

@media (max-width: 560px) {
  .pc-product-page .pc-hero-inner,
  .ob-page .pc-hero-inner {
    padding: 48px 15px 36px;
  }

  :root {
    --ei-page-pad: 15px;
    --ei-content-pad: 15px;
  }

  .ei-policy-page {
    padding: 112px 15px 64px;
  }

  .ei-policy-page h1 {
    margin-bottom: 32px;
    font-size: 36px;
  }

  .ei-policy-page h2 {
    margin-top: 36px;
    font-size: 24px;
  }

  .ei-logo {
    width: 124px;
  }

  .pc-button,
  .about-button {
    width: 100%;
    max-width: 180px;
    height: 50px;
  }

  .ei-footer {
    padding: 80px 15px 15px;
  }

  .ei-page-hero {
    padding: 128px 0 64px;
  }

  .ei-page-hero h1 {
    font-size: 38px;
  }

  .ei-page-hero p {
    font-size: 16px;
  }

  .ei-content-section {
    padding: 56px 0;
  }

  .ei-content-grid {
    grid-template-columns: 1fr;
  }

  .ei-content-card {
    min-height: 0;
    padding: 26px;
  }
}

.ei-not-found {
  display: grid;
  min-height: 100svh;
  padding: 120px var(--ei-content-pad) 64px;
  place-items: center;
  text-align: center;
  /* background:
    linear-gradient(var(--ei-border-light) 1px, transparent 1px),
    linear-gradient(90deg, var(--ei-border-light) 1px, transparent 1px),
    #fff; */
  background-size: 80px 80px;
}

.ei-not-found-inner {
  width: min(100%, 680px);
}

.ei-not-found-code {
  display: block;
  color: var(--ei-blue);
  font-size: clamp(112px, 20vw, 240px);
  font-weight: 800;
  line-height: 0.82;
}

.ei-not-found h1 {
  margin-top: 36px;
  font-size: 40px;
  line-height: 1.2;
}

.ei-not-found p {
  margin-top: 16px;
  color: var(--ei-muted);
  font-size: 16px;
  line-height: 1.8;
}

.ei-not-found-actions {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-top: 36px;
}

.ei-not-found-actions a {
  display: inline-flex;
  min-width: 140px;
  height: 52px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--ei-blue);
  transition: color 0.2s ease, background-color 0.2s ease;
}

.ei-not-found-primary,
.ei-not-found-secondary:hover {
  color: #fff;
  background: var(--ei-blue);
}

.ei-not-found-secondary {
  color: var(--ei-blue);
  background: #fff;
}

.ei-not-found-primary:hover {
  background: var(--ei-blue-dark);
}

@media (max-width: 560px) {
  .ei-not-found {
    padding-right: 15px;
    padding-left: 15px;
    background-size: 48px 48px;
  }

  .ei-not-found h1 {
    font-size: 32px;
  }

  .ei-not-found-actions {
    flex-direction: column;
  }

  .ei-not-found-actions a {
    width: 100%;
  }
}
