/* Цэн Майнд — Сэтгэл зүйн төв | stylesheet */

/* ---------- base ---------- */
body {
  margin: 0;
  background-color: oklch(96% 0.008 235);
  background-image:
    radial-gradient(
      circle at 8% 8%,
      oklch(90% 0.02 220 / 0.28) 0%,
      transparent 40%
    ),
    radial-gradient(
      circle at 92% 12%,
      oklch(86% 0.016 235 / 0.2) 0%,
      transparent 38%
    ),
    radial-gradient(
      circle at 50% 100%,
      oklch(91% 0.012 225 / 0.18) 0%,
      transparent 45%
    );
  background-attachment: fixed;
  font-family: "Golos Text", sans-serif;
}

a {
  color: oklch(46% 0.07 235);
  text-decoration: none;
}

@keyframes zm-drift {
  0%,
  100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-10px);
  }
}

@media (max-width: 860px) {
  #zm-desktop-nav {
    display: none !important;
  }
  #zm-nav-toggle {
    display: flex !important;
  }
  #zm-process-grid {
    grid-template-columns: repeat(2, 1fr) !important;
  }
  #zm-process-grid > div:nth-child(2) {
    border-right: none !important;
  }
}

@media (max-width: 520px) {
  #zm-process-grid {
    grid-template-columns: 1fr !important;
  }
  #zm-process-grid > div {
    border-right: none !important;
    border-bottom: 1px solid oklch(85% 0.012 235);
    padding-bottom: 24px !important;
    margin-bottom: 8px;
  }
}

body {
  margin: 0;
  background-color: oklch(96% 0.008 235);
  background-image:
    radial-gradient(
      circle at 10% 10%,
      oklch(90% 0.02 220 / 0.28) 0%,
      transparent 45%
    ),
    radial-gradient(
      circle at 90% 15%,
      oklch(86% 0.016 235 / 0.2) 0%,
      transparent 42%
    ),
    radial-gradient(
      circle at 50% 100%,
      oklch(91% 0.012 225 / 0.2) 0%,
      transparent 50%
    );
  background-attachment: fixed;
  font-family: "Golos Text", sans-serif;
}

a {
  color: oklch(46% 0.07 235);
  text-decoration: none;
  display: inline-block;
  transition:
    transform 0.18s ease,
    opacity 0.18s ease;
}

a:hover {
  transform: translateY(-5px);
}
/* ---------- components ---------- */
.svg-1 {
  position: absolute;
}
.div-2 {
  width: 100%;
  overflow-x: hidden;
  color: oklch(20% 0.015 260);
  line-height: 1.55;
  position: relative;
}
.header-3 {
  position: sticky;
  top: 0;
  z-index: 50;
  background: oklch(96% 0.008 235 / 0.88);
  backdrop-filter: blur(10px);
  box-shadow: 0 4px 20px oklch(40% 0.06 235 / 0.06);
}
.div-4 {
  max-width: 1180px;
  margin: 0 auto;
  padding: 14px 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.a-5 {
  display: flex;
  align-items: center;
  gap: 10px;
}
.img-6 {
  height: 142px;
  width: 84px;
  object-fit: contain;
  margin: -22px 0;
}
.span-7 {
  font-family: "Domine", serif;
  font-weight: 600;
  font-size: 18.5px;
  color: oklch(20% 0.015 260);
  letter-spacing: 0.01em;
  line-height: 1.15;
}
.span-8 {
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #5c7893;
}
.nav-9 {
  display: flex;
  gap: 36px;
  align-items: center;
}
.a-10 {
  font-size: 16px;
  font-weight: 500;
  color: oklch(32% 0.015 260);
  letter-spacing: 0.01em;
}
.a-11 {
  background: linear-gradient(135deg, oklch(46% 0.08 235), oklch(36% 0.06 235));
  color: oklch(98% 0.006 235);
  padding: 11px 24px;
  border-radius: 100px;
  font-weight: 600;
  font-size: 15.5px;
  letter-spacing: 0.01em;
  box-shadow: 0 6px 16px oklch(40% 0.06 235 / 0.28);
}
.button-12 {
  display: none;
  background: none;
  border: none;
  flex-direction: column;
  gap: 5px;
  padding: 8px;
  cursor: pointer;
}
.span-13 {
  width: 22px;
  height: 1.5px;
  background: oklch(20% 0.015 260);
  display: block;
}
.span-14 {
  width: 14px;
  height: 1.5px;
  background: oklch(20% 0.015 260);
  display: block;
}
.div-15 {
  display: none;
  flex-direction: column;
  padding: 6px 28px 24px;
  gap: 18px;
}
.a-16 {
  font-size: 17px;
  font-weight: 500;
  color: oklch(32% 0.015 260);
}
.a-17 {
  background: linear-gradient(135deg, oklch(46% 0.08 235), oklch(36% 0.06 235));
  color: oklch(98% 0.006 235);
  padding: 13px;
  border-radius: 100px;
  font-weight: 600;
  font-size: 16.5px;
  text-align: center;
  box-shadow: 0 6px 16px oklch(40% 0.06 235 / 0.28);
}
.section-18 {
  position: relative;
  max-width: 1180px;
  margin: 0 auto;
  padding: 64px 28px 96px;
  display: flex;
  flex-wrap: wrap-reverse;
  align-items: center;
  gap: 56px;
  overflow: hidden;
}
.div-19 {
  flex: 1 1 440px;
  min-width: 300px;
  position: relative;
  z-index: 1;
}
.div-20 {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 24px;
}
.span-21 {
  font-weight: 600;
  font-size: 13.5px;
  letter-spacing: 0.12em;
  color: oklch(0.46 0.07 235);
  text-transform: uppercase;
}
.h1-22 {
  font-family: "Domine", serif;
  font-weight: 500;
  font-size: clamp(38px, 5.4vw, 62px);
  line-height: 1.12;
  margin: 0 0 24px;
  color: oklch(18% 0.015 260);
  text-wrap: pretty;
}
.em-23 {
  font-style: italic;
  color: oklch(46% 0.07 235);
}
.p-24 {
  font-size: clamp(17.5px, 2.2vw, 20px);
  color: oklch(36% 0.015 260);
  max-width: 460px;
  margin: 0 0 36px;
  text-wrap: pretty;
}
.div-25 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 24px;
}
.a-26 {
  background: linear-gradient(135deg, oklch(46% 0.08 235), oklch(36% 0.06 235));
  color: oklch(98% 0.006 235);
  padding: 16px 34px;
  border-radius: 100px;
  font-weight: 600;
  font-size: 17px;
  letter-spacing: 0.01em;
  box-shadow: 0 10px 26px oklch(40% 0.06 235 / 0.3);
}
.a-27 {
  color: oklch(24% 0.015 260);
  font-weight: 600;
  font-size: 17px;
  border-bottom: 1px solid oklch(56% 0.07 235);
}
.div-28 {
  flex: 1 1 420px;
  min-width: 300px;
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 1;
}
.div-29 {
  position: static;
  width: 100%;
  max-width: 520px;
  aspect-ratio: 4/5;
  background: url("./hero.png") center / contain no-repeat;
  height: 100%;
  opacity: 1;
  align-self: auto;
}
.section-30 {
  max-width: 1180px;
  margin: 0 auto;
  padding: 8px 28px 96px;
}
.div-31 {
  padding-top: 64px;
  margin-bottom: 64px;
}
.h2-32 {
  font-family: "Domine", serif;
  font-weight: 500;
  font-size: clamp(36px, 5.4vw, 54px);
  line-height: 1.05;
  margin: 0 0 16px;
  color: oklch(18% 0.015 260);
}
.p-33 {
  font-size: 17.5px;
  color: oklch(40% 0.015 260);
  margin: 0;
  max-width: 420px;
  text-wrap: pretty;
}
.div-34 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.div-35 {
  padding: 28px 24px;
  background: oklch(98% 0.006 235);
  border-radius: 20px;
  box-shadow: 0 10px 30px oklch(40% 0.06 235 / 0.08);
}
.div-36 {
  font-family: "Domine", serif;
  font-weight: 400;
  font-size: 56px;
  line-height: 1;
  color: oklch(87% 0.02 225);
  margin-bottom: 8px;
}
.h3-37 {
  font-family: "Domine", serif;
  font-weight: 600;
  font-size: 22.5px;
  letter-spacing: -0.01em;
  margin: 0 0 10px;
  color: oklch(18% 0.015 260);
}
.p-38 {
  font-size: 16px;
  color: oklch(42% 0.015 260);
  margin: 0;
}
.section-39 {
  background: oklch(91% 0.014 235);
  padding: 88px 28px;
}
.div-40 {
  max-width: 1180px;
  margin: 0 auto;
}
.div-41 {
  margin-bottom: 52px;
}
.div-42 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 20px;
}
.div-43 {
  background: oklch(98% 0.006 235);
  padding: 36px 30px;
  display: flex;
  flex-direction: column;
  border-radius: 20px;
  box-shadow: 0 10px 30px oklch(40% 0.06 235 / 0.08);
}
.div-44 {
  font-family: "Domine", serif;
  font-weight: 400;
  font-size: 48px;
  line-height: 1;
  color: oklch(85% 0.03 225);
  margin-bottom: 16px;
}
.h3-45 {
  font-family: "Domine", serif;
  font-weight: 600;
  font-size: 21.5px;
  letter-spacing: -0.01em;
  line-height: 1.3;
  margin: 0 0 10px;
  min-height: 56px;
  color: oklch(18% 0.015 260);
}
.p-46 {
  font-size: 16px;
  color: oklch(42% 0.015 260);
  margin: 0 0 20px;
  flex: 1;
}
.a-47 {
  font-size: 13.5px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  border-bottom: 1px solid oklch(56% 0.07 235 / 0.4);
  align-self: flex-start;
}
.section-48 {
  max-width: 1180px;
  margin: 0 auto;
  padding: 88px 28px;
}
.h2-49 {
  font-family: "Domine", serif;
  font-weight: 500;
  font-size: clamp(36px, 5.4vw, 54px);
  line-height: 1.08;
  margin: 0 0 16px;
  color: oklch(18% 0.015 260);
  text-wrap: pretty;
}
.div-50 {
  display: flex;
  flex-wrap: wrap;
  gap: 36px;
  align-items: center;
  background: linear-gradient(150deg, #dae6ed, #d9e3e9);
  border-radius: 20px;
  padding: 32px;
  margin-bottom: 56px;
  box-shadow: 0 10px 30px oklch(40% 0.06 235 / 0.08);
}
.div-51 {
  flex: 1 1 260px;
}
.div-52 {
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #5c7893;
  margin-bottom: 10px;
}
.p-53 {
  font-family: "Domine", serif;
  font-size: 21.5px;
  color: oklch(20% 0.015 260);
  margin: 0;
  line-height: 1.4;
}
.p-54 {
  margin: 0;
  font-size: 16px;
  color: oklch(32% 0.015 260);
  text-wrap: pretty;
}
.div-55 {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 64px;
}
.div-56 {
  flex: 1 1 200px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 20px 24px;
  background: oklch(98% 0.006 235);
  border-radius: 16px;
  box-shadow: 0 8px 24px oklch(40% 0.06 235 / 0.07);
}
.span-57 {
  font-weight: 600;
  font-size: 15.5px;
  color: oklch(28% 0.015 260);
}
.div-58 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 40px;
  margin-bottom: 56px;
}
.div-59 {
  position: relative;
  padding-left: 22px;
  border-left: 2px solid oklch(40% 0.06 235);
}
.div-60 {
  position: absolute;
  top: -30px;
  left: 20px;
  font-family: "Domine", serif;
  font-size: 78px;
  color: oklch(88% 0.03 225);
  line-height: 1;
  user-select: none;
}
.p-61 {
  position: relative;
  font-family: "Domine", serif;
  font-style: italic;
  font-size: 18px;
  line-height: 1.4;
  color: oklch(24% 0.015 260);
  margin: 20px 0 16px;
  text-wrap: pretty;
}
.span-62 {
  font-weight: 700;
  font-size: 12.5px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: oklch(46% 0.015 260);
}
.div-63 {
  display: none;
  border-left: 2px solid oklch(40% 0.06 235);
  padding-left: 28px;
  max-width: 640px;
  margin: 0 auto 56px;
}
.p-64 {
  font-family: "Domine", serif;
  font-style: italic;
  font-size: 21.5px;
  color: oklch(24% 0.015 260);
  margin: 0 0 16px;
  text-wrap: pretty;
}
.span-65 {
  font-weight: 600;
  font-size: 13.5px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: oklch(46% 0.015 260);
}
.section-66 {
  background: oklch(91% 0.014 235);
  padding: 88px 28px;
  position: relative;
}
.div-67 {
  max-width: 720px;
  margin: 0 auto;
}
.h2-68 {
  font-family: "Domine", serif;
  font-weight: 500;
  font-size: clamp(36px, 5.4vw, 54px);
  line-height: 1.05;
  margin: 0 0 48px;
  color: oklch(18% 0.015 260);
}
.div-69 {
  border-bottom: 1px solid oklch(85% 0.012 235);
}
.button-70 {
  width: 100%;
  background: none;
  border: none;
  text-align: left;
  padding: 22px 2px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  font-family: "Golos Text", sans-serif;
}
.span-71 {
  font-weight: 600;
  font-size: 17.5px;
  color: oklch(20% 0.015 260);
}
.span-72 {
  font-size: 21.5px;
  font-weight: 400;
  color: oklch(46% 0.07 235);
  font-family: "Domine", serif;
}
.p-73 {
  display: block;
  margin: 0 2px 22px;
  font-size: 16px;
  color: oklch(42% 0.015 260);
  text-wrap: pretty;
  max-width: 560px;
}
.p-74 {
  display: none;
  margin: 0 2px 22px;
  font-size: 16px;
  color: oklch(42% 0.015 260);
  text-wrap: pretty;
  max-width: 560px;
}
.section-75 {
  max-width: 1180px;
  margin: 0 auto;
  padding: 88px 28px 100px;
}
.div-76 {
  border-radius: 24px;
  padding: clamp(32px, 5vw, 64px);
  text-align: center;
  box-shadow: 0 14px 40px oklch(40% 0.06 235 / 0.1);
  background: linear-gradient(150deg, #dae6ed, #d9e3e9);
}
.h2-77 {
  font-family: "Domine", serif;
  font-weight: 500;
  font-size: clamp(32px, 4.8vw, 46px);
  line-height: 1.05;
  margin: 0 0 18px;
  color: oklch(18% 0.015 260);
}
.p-78 {
  font-size: 17px;
  color: oklch(40% 0.015 260);
  margin: 0 auto 40px;
  max-width: 420px;
  text-wrap: pretty;
}
.div-79 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}
.a-80 {
  display: flex;
  align-items: center;
  gap: 12px;
  background: oklch(96% 0.008 235);
  border-radius: 100px;
  padding: 20px 28px;
  font-size: 16px;
  font-weight: 600;
  color: oklch(24% 0.015 260);
  flex: 1 1 240px;
  justify-content: center;
  box-shadow: 0 8px 24px oklch(40% 0.06 235 / 0.08);
}
.span-81 {
  width: 182px;
  height: 38px;
}
.footer-82 {
  padding: 44px 28px;
}
.div-83 {
  max-width: 1180px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 24px;
}
.div-84 {
  display: flex;
  align-items: center;
  gap: 12px;
}
.img-85 {
  height: 64px;
  width: 64px;
  object-fit: contain;
}
.div-86 {
  font-family: "Domine", serif;
  font-weight: 600;
  font-size: 18px;
  letter-spacing: -0.01em;
  margin-bottom: 4px;
}
.div-87 {
  font-size: 13.5px;
  color: oklch(50% 0.015 260);
}
.div-88 {
  display: flex;
  flex-wrap: wrap;
  gap: 26px;
  font-size: 13.5px;
  font-weight: 500;
  color: oklch(38% 0.015 260);
}
.a-89 {
  color: oklch(38% 0.015 260);
}
.img-90 {
  position: absolute;
  top: 172px;
  width: 1027px;
  max-width: 60%;
  opacity: 0.15;
  pointer-events: none;
  z-index: 0;
  left: -538px;
  height: 1016px;
}
.div-91 {
  width: 100%;
  overflow-x: hidden;
  color: oklch(20% 0.015 260);
  line-height: 1.6;
}
.header-92 {
  position: sticky;
  top: 0;
  z-index: 50;
  background: oklch(96% 0.008 235 / 0.9);
  backdrop-filter: blur(10px);
}
.div-93 {
  max-width: 900px;
  margin: 0 auto;
  padding: 14px 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.span-94 {
  font-family: "Domine", serif;
  font-weight: 600;
  font-size: 16px;
  color: oklch(20% 0.015 260);
  line-height: 1.15;
}
.a-95 {
  background: linear-gradient(135deg, oklch(46% 0.08 235), oklch(36% 0.06 235));
  color: oklch(98% 0.006 235);
  padding: 12px 24px;
  border-radius: 100px;
  font-weight: 600;
  font-size: 14.5px;
  box-shadow: 0 6px 18px oklch(40% 0.06 235 / 0.3);
}
.section-96 {
  position: relative;
  max-width: 760px;
  margin: 0 auto;
  padding: 56px 28px 36px;
  overflow: hidden;
}
.a-97 {
  font-size: 14px;
  font-weight: 600;
  color: #5c7893;
}
.div-98 {
  font-family: "Domine", serif;
  font-size: 56px;
  line-height: 1;
  color: oklch(85% 0.03 225);
  margin: 28px 0 12px;
}
.h1-99 {
  font-family: "Domine", serif;
  font-weight: 500;
  font-size: clamp(32px, 4.5vw, 48px);
  line-height: 1.15;
  margin: 0 0 20px;
  color: oklch(18% 0.015 260);
  text-wrap: pretty;
}
.p-100 {
  font-size: 18px;
  color: oklch(36% 0.015 260);
  max-width: 600px;
  margin: 0;
  text-wrap: pretty;
}
.section-101 {
  max-width: 760px;
  margin: 0 auto;
  padding: 20px 28px 56px;
}
.div-102 {
  background: oklch(98% 0.006 235);
  border-radius: 20px;
  padding: 32px;
  box-shadow: 0 10px 34px oklch(40% 0.06 235 / 0.1);
}
.h2-103 {
  font-family: "Domine", serif;
  font-weight: 600;
  font-size: 20px;
  margin: 0 0 12px;
  color: oklch(18% 0.015 260);
}
.p-104 {
  font-size: 15.5px;
  color: oklch(42% 0.015 260);
  margin: 0;
}
.section-105 {
  max-width: 760px;
  margin: 0 auto;
  padding: 0 28px 88px;
}
.div-106 {
  background: linear-gradient(
    150deg,
    oklch(89% 0.0186 235),
    oklch(92% 0.0168 225)
  );
  border-radius: 24px;
  padding: 44px;
  text-align: center;
  box-shadow: 0 14px 40px oklch(40% 0.06 235 / 0.14);
}
.h2-107 {
  font-family: "Domine", serif;
  font-weight: 500;
  font-size: 27px;
  margin: 0 0 12px;
  color: oklch(18% 0.015 260);
}
.p-108 {
  font-size: 15.5px;
  color: oklch(40% 0.015 260);
  margin: 0 0 26px;
}
.a-109 {
  background: linear-gradient(135deg, oklch(46% 0.08 235), oklch(36% 0.06 235));
  color: oklch(98% 0.006 235);
  padding: 16px 34px;
  border-radius: 100px;
  font-weight: 600;
  font-size: 15.5px;
  display: inline-block;
  box-shadow: 0 8px 22px oklch(40% 0.06 235 / 0.3);
}
.footer-110 {
  padding: 32px 28px;
  text-align: center;
}
.span-111 {
  font-size: 13px;
  color: oklch(50% 0.015 260);
}
