

/* Start:/local/templates/ermakov_2026/assets/css/premium-theme.css?178410718030922*/
@font-face {
  font-family: "Manrope";
  src: url("/local/templates/ermakov_2026/assets/css/../fonts/manrope-cyrillic.woff2") format("woff2");
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  unicode-range: U+0301, U+0400-045f, U+0490-0491, U+04b0-04b1, U+2116;
}

@font-face {
  font-family: "Manrope";
  src: url("/local/templates/ermakov_2026/assets/css/../fonts/manrope-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  unicode-range: U+0000-00ff, U+0131, U+0152-0153, U+02bb-02bc, U+02c6, U+02da, U+02dc, U+0304, U+0308, U+0329, U+2000-206f, U+20ac, U+2122, U+2191, U+2193, U+2212, U+2215, U+feff, U+fffd;
}

@font-face {
  font-family: "Prata";
  src: url("/local/templates/ermakov_2026/assets/css/../fonts/prata-cyrillic.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  unicode-range: U+0301, U+0400-045f, U+0490-0491, U+04b0-04b1, U+2116;
}

@font-face {
  font-family: "Prata";
  src: url("/local/templates/ermakov_2026/assets/css/../fonts/prata-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  unicode-range: U+0000-00ff, U+0131, U+0152-0153, U+02bb-02bc, U+02c6, U+02da, U+02dc, U+0304, U+0308, U+0329, U+2000-206f, U+20ac, U+2122, U+2191, U+2193, U+2212, U+2215, U+feff, U+fffd;
}

.em-site {
  --em-premium-ink: #1d242a;
  --em-premium-paper: #f4f5f3;
  --em-premium-white: #fff;
  --em-premium-green: #087360;
  --em-premium-mint: #90ddd2;
  --em-premium-red: #ed4058;
  --em-premium-blue: #2f71c8;
  --em-premium-line: #dbe1de;
  --em-premium-muted: #54616b;
  --em-premium-radius: 8px;
  --em-premium-ease: cubic-bezier(.2, .8, .2, 1);
  color: var(--em-premium-ink);
  background: var(--em-premium-white);
  font-family: "Manrope", "Segoe UI", "Trebuchet MS", sans-serif;
  letter-spacing: 0;
}

.em-site :where(button, input, textarea, select) {
  font: inherit;
}

.em-display-accent {
  color: var(--em-premium-green);
  font-family: "Prata", Georgia, "Times New Roman", serif;
  font-weight: 400;
}

.em-dark-panel {
  color: #fff;
  background: var(--em-premium-ink);
  border-radius: var(--em-premium-radius);
}

.em-editorial-head {
  background: var(--em-premium-white);
  border-bottom: 0;
}

.em-editorial-head h1,
.em-site h1,
.em-site h2,
.em-site h3,
.em-site h4,
.em-site .em-button,
.em-site .em-nav__link {
  font-family: "Manrope", "Segoe UI", sans-serif;
  letter-spacing: 0;
}

/* Shared shell */
.em-site .em-container {
  width: min(1320px, calc(100% - 48px));
}

.em-site .em-shell {
  background: var(--em-premium-white);
}

.em-site .em-header {
  min-height: 108px;
  padding-block: 12px;
  border-bottom: 1px solid var(--em-premium-line);
  background: rgba(255, 255, 255, .96);
}

.em-site .em-nav__link {
  position: relative;
  color: var(--em-premium-muted);
  font-size: 15px;
  font-weight: 600;
}

.em-site .em-nav__link.is-active,
.em-site .em-nav__link[aria-current="page"] {
  box-shadow: none;
}

.em-site .em-nav__link::after {
  position: absolute;
  right: 0;
  bottom: -12px;
  left: 0;
  height: 2px;
  background: var(--em-premium-green);
  content: "";
  opacity: 0;
  transform: scaleX(.45);
  transition: opacity 180ms var(--em-premium-ease), transform 180ms var(--em-premium-ease);
}

.em-site .em-nav__link:hover::after,
.em-site .em-nav__link:focus-visible::after,
.em-site .em-nav__link.is-active::after {
  opacity: 1;
  transform: scaleX(1);
}

.em-site .em-button {
  min-height: 50px;
  padding: 13px 22px;
  border-radius: 6px;
  background: var(--em-premium-ink);
  color: #fff;
  font-size: 15px;
  font-weight: 750;
  transition: background-color 180ms var(--em-premium-ease), color 180ms var(--em-premium-ease), transform 180ms var(--em-premium-ease);
}

.em-site .em-button:hover,
.em-site .em-button:focus-visible {
  background: var(--em-premium-green);
  transform: translateY(-1px);
}

.em-site .em-button--ghost {
  border-color: var(--em-premium-ink);
  background: transparent;
  color: var(--em-premium-ink);
}

.em-site .em-button--ghost:hover,
.em-site .em-button--ghost:focus-visible {
  border-color: var(--em-premium-green);
  background: transparent;
  color: var(--em-premium-green);
}

.em-site .em-eyebrow,
.em-site .em-card__kicker {
  color: var(--em-premium-green);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.em-editorial-head {
  padding-block: 56px 48px;
}

.em-editorial-head .em-page-head__grid {
  align-items: end;
}

.em-editorial-head h1 {
  max-width: 900px;
  margin-top: 22px;
  color: var(--em-premium-ink);
  font-size: 58px;
  line-height: 1.03;
  text-wrap: balance;
}

.em-editorial-head .em-page-head__side {
  max-width: 480px;
  color: var(--em-premium-muted);
  font-size: 17px;
  line-height: 1.65;
}

.em-site .em-footer {
  background: var(--em-premium-ink);
}

/* Approved homepage composition */
.em-site--home .em-main,
.em-site--home .em-hero,
.em-site--home .em-hero::before,
.em-site--home .em-hero::after {
  background-image: none;
}

.em-hero--editorial {
  overflow: hidden;
  padding: 86px 0 42px;
  background: var(--em-premium-paper);
}

.em-hero--editorial .em-hero__layout {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(340px, .65fr);
  gap: 54px 72px;
  align-items: end;
}

.em-hero--editorial .em-hero__title,
.em-hero--editorial .em-hero__intro {
  min-width: 0;
}

.em-hero--editorial .em-hero__title h1 {
  max-width: 880px;
  margin: 20px 0 0;
  color: var(--em-premium-ink);
  font-size: 72px;
  font-weight: 750;
  line-height: 1.02;
  text-wrap: balance;
}

.em-hero--editorial .em-hero__accent {
  display: block;
  margin-top: 4px;
  font-size: .95em;
  line-height: 1.08;
}

.em-hero--editorial .em-hero__intro {
  position: relative;
  padding: 0 0 8px 58px;
  border-left: 1px solid var(--em-premium-line);
}

.em-hero--editorial .em-hero__index {
  position: absolute;
  top: 0;
  left: 20px;
  color: var(--em-premium-green);
  font-family: "Prata", Georgia, serif;
  font-size: 24px;
}

.em-hero--editorial .em-hero__intro > p {
  margin: 0;
  color: var(--em-premium-muted);
  font-size: 18px;
  line-height: 1.72;
}

.em-hero--editorial .em-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.em-hero--editorial .em-hero__system {
  display: grid;
  grid-column: 1 / -1;
  grid-template-columns: 220px minmax(0, 1fr);
  min-height: 252px;
  overflow: hidden;
}

.em-hero__system-label {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 40px;
  padding: 28px;
  border-right: 1px solid rgba(255, 255, 255, .16);
}

.em-hero__system-label > span {
  color: var(--em-premium-mint);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.em-hero__system-label > strong {
  max-width: 170px;
  font-size: 20px;
  line-height: 1.25;
}

.em-workflow {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0;
  padding: 0;
  list-style: none;
}

.em-workflow > li {
  position: relative;
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: flex-end;
  padding: 28px 24px;
  border-right: 1px solid rgba(255, 255, 255, .16);
}

.em-workflow > li:last-child {
  border-right: 0;
}

.em-workflow > li > span {
  position: absolute;
  top: 26px;
  left: 24px;
  color: var(--em-premium-mint);
  font-family: "Prata", Georgia, serif;
  font-size: 24px;
}

.em-workflow > li:not(:last-child)::after {
  position: absolute;
  top: 31px;
  right: -5px;
  z-index: 1;
  width: 9px;
  height: 9px;
  background: var(--em-premium-mint);
  content: "";
  transform: rotate(45deg);
}

.em-workflow h2 {
  margin: 0 0 8px;
  color: #fff;
  font-size: 18px;
  line-height: 1.25;
}

.em-workflow p {
  margin: 0;
  color: #c8d0d4;
  font-size: 13px;
  line-height: 1.55;
}

.em-proof-line {
  display: grid;
  grid-column: 1 / -1;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  margin: -18px 0 0;
  padding: 0;
  border-top: 1px solid var(--em-premium-line);
  list-style: none;
}

.em-proof-line li {
  display: flex;
  min-width: 0;
  gap: 5px;
  padding: 22px 24px 0 0;
  color: var(--em-premium-muted);
  font-size: 13px;
  line-height: 1.5;
}

.em-proof-line li + li {
  padding-left: 24px;
  border-left: 1px solid var(--em-premium-line);
}

.em-proof-line b {
  flex: 0 0 auto;
  color: var(--em-premium-ink);
}

@media (max-width: 1280px) {
  .em-hero--editorial .em-hero__title h1 {
    font-size: 58px;
  }

  .em-hero--editorial .em-hero__layout {
    gap-inline: 48px;
  }
}

@media (max-width: 1100px) {
  .em-hero--editorial {
    padding-top: 64px;
  }

  .em-hero--editorial .em-hero__layout {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .em-hero--editorial .em-hero__title h1 {
    max-width: 800px;
    font-size: 56px;
  }

  .em-hero--editorial .em-hero__intro {
    max-width: 720px;
  }

  .em-hero--editorial .em-hero__system,
  .em-proof-line {
    grid-column: 1;
  }

  .em-hero--editorial .em-hero__system {
    grid-template-columns: 190px minmax(0, 1fr);
  }
}

@media (max-width: 760px) {
  .em-site .em-container {
    width: min(100% - 32px, 1320px);
  }

  .em-editorial-head {
    padding-block: 36px 32px;
  }

  .em-editorial-head h1,
  .em-hero--editorial .em-hero__title h1 {
    font-size: 38px;
    line-height: 1.08;
  }

  .em-hero--editorial {
    padding: 48px 0 28px;
  }

  .em-hero--editorial .em-hero__intro {
    padding-left: 44px;
  }

  .em-hero--editorial .em-hero__index {
    left: 8px;
  }

  .em-hero--editorial .em-hero__intro > p {
    font-size: 16px;
  }

  .em-hero--editorial .em-hero__system {
    grid-template-columns: 1fr;
  }

  .em-hero__system-label {
    gap: 18px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .16);
  }

  .em-hero__system-label > strong {
    max-width: none;
  }

  .em-workflow {
    grid-template-columns: 1fr;
  }

  .em-workflow > li {
    min-height: 132px;
    padding: 24px 24px 24px 72px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .16);
  }

  .em-workflow > li:last-child {
    border-bottom: 0;
  }

  .em-workflow > li > span {
    top: 24px;
  }

  .em-workflow > li:not(:last-child)::after {
    display: none;
  }

  .em-proof-line {
    grid-template-columns: 1fr;
    margin-top: -8px;
  }

  .em-proof-line li,
  .em-proof-line li + li {
    padding: 16px 0;
    border-left: 0;
    border-bottom: 1px solid var(--em-premium-line);
  }

  .em-proof-line li:last-child {
    border-bottom: 0;
  }
}

/* Content stays visible without JavaScript; motion is an enhancement only. */
.em-enhanced-motion [data-em-reveal] {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 520ms var(--em-premium-ease), transform 520ms var(--em-premium-ease);
}

.em-enhanced-motion [data-em-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

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

/* Tariffs: compact selection first, full comparison on demand. */
.em-rate-selector {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  align-items: stretch;
}

.em-rate-selector .em-rate-card {
  display: flex;
  min-width: 0;
  min-height: 520px;
  flex-direction: column;
  padding: 28px;
  border: 1px solid var(--em-premium-line);
  border-radius: var(--em-premium-radius);
  background: #fff;
  box-shadow: none;
}

.em-rate-selector .em-rate-card h3 {
  min-height: 58px;
  margin-bottom: 14px;
  font-size: 25px;
  line-height: 1.15;
}

.em-rate-selector .em-rate-card__text {
  min-height: 122px;
}

.em-rate-selector .em-rate-card__check {
  margin-top: auto;
}

.em-rate-selector .em-rate-card--recommended {
  border-color: var(--em-premium-green);
  background: var(--em-premium-ink);
  color: #fff;
}

.em-rate-selector .em-rate-card--recommended :where(h3, .em-rate-card__price, .em-rate-card__meta, .em-rate-card__check) {
  color: #fff;
}

.em-rate-selector .em-rate-card--recommended :where(.em-rate-card__text, .em-rate-card__fit) {
  color: #c8d0d4;
}

.em-rate-selector .em-rate-card--recommended .em-card__kicker,
.em-rate-selector .em-rate-card--recommended .em-card__link {
  color: var(--em-premium-mint);
}

.em-rate-comparison-shell {
  overflow-x: auto;
  border: 1px solid var(--em-premium-line);
  border-radius: var(--em-premium-radius);
  background: #fff;
  overscroll-behavior-inline: contain;
}

.em-rate-comparison-shell table {
  margin: 0;
  border: 0;
}

.em-rate-full-compare {
  margin-top: 24px;
  overflow: hidden;
  border: 1px solid var(--em-premium-line);
  border-radius: var(--em-premium-radius);
  background: #fff;
}

.em-rate-full-compare > summary {
  min-height: 88px;
  padding: 24px 28px;
}

.em-rate-full-compare__head {
  display: grid;
  grid-template-columns: minmax(280px, .8fr) minmax(320px, 1.2fr);
  gap: 48px;
  align-items: end;
}

.em-rate-full-compare__side p {
  margin: 0;
  color: var(--em-premium-muted);
  line-height: 1.65;
}

.em-rate-source-line {
  display: inline-block;
  margin-top: 12px;
  text-decoration: underline;
}

.em-rate-detail-table-wrap {
  overflow-x: auto;
  overscroll-behavior-inline: contain;
}

@media (max-width: 1100px) {
  .em-rate-selector {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .em-rate-selector,
  .em-rate-full-compare__head {
    grid-template-columns: 1fr;
  }

  .em-rate-selector .em-rate-card {
    min-height: 0;
  }

  .em-rate-selector .em-rate-card h3,
  .em-rate-selector .em-rate-card__text {
    min-height: 0;
  }
}

/* Cases: one strong entry point, then a quieter evidence list. */
.em-case-list-premium {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, .8fr);
  gap: 16px;
  border-top: 0;
}

.em-case-list-premium .em-case-card {
  min-width: 0;
  min-height: 300px;
  margin: 0;
  padding: 34px;
  border: 0;
  border-radius: var(--em-premium-radius);
  background: var(--em-premium-paper);
}

.em-case-list-premium .em-case-card:nth-child(2n) {
  background: #fff;
}

.em-case-list-premium .em-case-card--lead {
  grid-row: span 2;
  grid-template-rows: minmax(140px, 1fr) auto;
  gap: 36px;
  min-height: 520px;
  align-content: stretch;
  background: var(--em-premium-ink);
  color: #fff;
}

.em-case-card--lead {
  gap: 34px;
  overflow: hidden;
}

.em-case-card--lead .em-case-card__body {
  display: grid;
  align-content: end;
  margin-top: 0;
}

/* The home lead case matches the quiet, top-aligned rhythm of the adjacent cards. */
.em-case-card--home-lead {
  grid-template-rows: auto;
  gap: 0;
}

.em-case-card--home-lead .em-case-card__body {
  align-content: start;
}

.em-case-list-premium .em-case-card--home-lead h3 {
  margin-top: 0;
}

.em-case-list-premium .em-case-card--lead.em-case-card--mapped {
  grid-template-rows: auto auto;
  min-height: 760px;
}

.em-case-map {
  display: grid;
  gap: 14px;
  min-width: 0;
  color: #fff;
}

.em-case-map__label {
  color: var(--em-premium-mint);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.em-case-map__title {
  max-width: 520px;
  font-size: 23px;
  font-weight: 750;
  line-height: 1.2;
}

.em-case-map__grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-template-rows: repeat(3, minmax(0, 1fr));
  gap: 14px;
  min-height: 390px;
}

.em-case-map__connector {
  position: absolute;
  z-index: 0;
  display: block;
  background: rgba(157, 224, 209, .22);
  pointer-events: none;
}

.em-case-map__connector--horizontal {
  top: 50%;
  left: 8%;
  width: 84%;
  height: 1px;
}

.em-case-map__connector--vertical {
  top: 8%;
  left: 50%;
  width: 1px;
  height: 84%;
}

.em-case-map__core,
.em-case-map__node {
  position: relative;
  z-index: 1;
  display: grid;
  min-width: 0;
  min-height: 104px;
  align-content: center;
  gap: 8px;
  padding: 15px;
  border: 1px solid rgba(157, 224, 209, .34);
  border-radius: 6px;
  background: #252e34;
}

.em-case-map__core {
  grid-column: 2;
  grid-row: 2;
  border-color: var(--em-premium-mint);
  background: var(--em-premium-mint);
  color: var(--em-premium-ink);
}

.em-case-map__core strong,
.em-case-map__node strong {
  font-size: 14px;
  line-height: 1.25;
}

.em-case-map__core span,
.em-case-map__node span {
  color: inherit;
  font-size: 11px;
  line-height: 1.45;
  overflow-wrap: anywhere;
  opacity: .78;
}

.em-case-map__node--recruitment { grid-column: 1; grid-row: 1; }
.em-case-map__node--cabinet { grid-column: 3; grid-row: 1; }
.em-case-map__node--events { grid-column: 1; grid-row: 2; }
.em-case-map__node--roles { grid-column: 3; grid-row: 2; }
.em-case-map__node--travel { grid-column: 1; grid-row: 3; }
.em-case-map__node--learning { grid-column: 2; grid-row: 3; }
.em-case-map__node--documents { grid-column: 3; grid-row: 3; }

.em-case-map__result {
  margin: 0;
  padding: 14px 16px;
  border-left: 3px solid var(--em-premium-mint);
  background: rgba(255, 255, 255, .06);
  color: #e4eaec;
  font-size: 13px;
  line-height: 1.55;
}

.em-site .em-case-list-premium .em-case-card--mapped p.em-case-map__result {
  color: #e4eaec;
}

.em-case-flow {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  width: 100%;
  align-self: center;
  margin: 0;
  padding: 0;
  color: #f4f8f7;
  list-style: none;
}

.em-case-flow li {
  position: relative;
  min-width: 0;
  padding: 26px 12px 0 0;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.25;
}

.em-case-flow li > span {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 12px;
  height: 12px;
  border: 3px solid var(--em-premium-ink);
  border-radius: 50%;
  background: var(--em-premium-mint);
  box-shadow: 0 0 0 1px var(--em-premium-mint);
}

.em-case-flow li:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 5px;
  left: 12px;
  width: calc(100% - 12px);
  height: 1px;
  background: rgba(157, 224, 209, .42);
}

.em-case-list-premium .em-case-card--lead .em-card__kicker,
.em-case-list-premium .em-case-card--lead .em-card__link {
  color: var(--em-premium-mint);
}

.em-case-list-premium .em-case-card--lead h3 {
  margin-top: auto;
  color: #fff;
  font-size: 36px;
  line-height: 1.12;
}

.em-case-list-premium .em-case-card--lead p {
  color: #c8d0d4;
}

.em-case-list-premium .em-case-card h3 {
  font-size: 24px;
  line-height: 1.2;
}

.em-case-article {
  max-width: 1120px;
}

.em-case-article .em-case-detail__main {
  max-width: none;
}

.em-case-article .em-case-detail__lead {
  max-width: 860px;
  margin: 0 0 36px;
  color: var(--em-premium-muted);
  font-size: 22px;
  line-height: 1.65;
}

.em-case-article .em-case-toc {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 24px;
  margin: 0 0 38px;
  padding: 14px 0;
  border-block: 1px solid var(--em-premium-line);
  background: transparent;
}

.em-case-article .em-case-toc a {
  color: var(--em-premium-green);
  font-size: 13px;
  font-weight: 750;
}

.em-case-article .em-case-detail__image,
.em-case-article .em-case-section__image {
  width: 100%;
  border: 1px solid var(--em-premium-line);
  border-radius: var(--em-premium-radius);
  cursor: zoom-in;
}

.em-case-article .em-case-detail__content {
  display: block;
  max-width: 860px;
  gap: 0;
  margin: 0 auto;
}

.em-case-article .em-case-section {
  padding: 40px 0;
  border: 0;
  border-bottom: 1px solid var(--em-premium-line);
  border-radius: 0;
  background: transparent;
}

.em-case-article .em-case-section:first-child:not(.em-case-result-panel) {
  padding-top: 0;
}

.em-case-article .em-case-detail__image + .em-case-detail__content {
  margin-top: 40px;
}

.em-case-article .em-rich-text {
  color: var(--em-premium-ink);
  font-size: 18px;
  line-height: 1.75;
}

.em-case-article .em-case-result-panel {
  max-width: none;
  margin: 54px -72px 0;
  padding: 52px 72px;
  border: 0;
}

.em-case-article .em-case-result-panel .em-card__kicker {
  color: var(--em-premium-mint);
}

.em-case-article .em-case-result-panel .em-rich-text,
.em-case-article .em-case-result-panel .em-rich-text :where(h2, h3, h4, p, li, strong) {
  color: #fff;
}

@media (max-width: 1100px) {
  .em-case-article .em-case-result-panel {
    margin-inline: 0;
    padding-inline: 44px;
  }

  .em-case-map__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: none;
    min-height: 0;
  }

  .em-case-map__connector {
    display: none;
  }

  .em-case-map__core,
  .em-case-map__node {
    grid-column: auto;
    grid-row: auto;
  }

  .em-case-map__core {
    grid-column: 1 / -1;
    order: -1;
  }

  .em-case-map__node--documents {
    grid-column: 1 / -1;
  }
}

@media (max-width: 900px) {
  .em-case-flow {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 26px 16px;
  }

  .em-case-flow li:nth-child(2)::after {
    display: none;
  }
}

@media (max-width: 760px) {
  .em-case-list-premium {
    grid-template-columns: 1fr;
  }

  .em-case-list-premium .em-case-card,
  .em-case-list-premium .em-case-card:nth-child(2n) {
    min-height: 0;
    border-right: 0;
  }

  .em-case-list-premium .em-case-card--lead {
    grid-row: auto;
    grid-template-rows: auto auto;
    gap: 30px;
    min-height: 400px;
  }

  .em-case-list-premium .em-case-card--lead.em-case-card--mapped {
    min-height: 0;
  }

  .em-case-map__core,
  .em-case-map__node {
    min-height: 96px;
    padding: 13px;
  }

  .em-case-article .em-case-detail__lead,
  .em-case-article .em-rich-text {
    font-size: 17px;
  }

  .em-case-article .em-case-result-panel {
    margin-inline: 0;
    padding: 32px 24px;
  }
}

@media (max-width: 360px) {
  .em-case-map__grid {
    grid-template-columns: 1fr;
  }

  .em-case-map__core,
  .em-case-map__node--documents {
    grid-column: auto;
  }
}

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

/* Editorial sections shared by internal pages */
.em-site .em-section {
  padding-block: 76px;
}

.em-site .em-section--white {
  background: var(--em-premium-white);
}

.em-site .em-section__head {
  align-items: end;
  margin-bottom: 34px;
  padding-bottom: 0;
  border-bottom: 0;
}

.em-site .em-section__head h2 {
  max-width: 780px;
  color: var(--em-premium-ink);
  font-size: 44px;
  line-height: 1.08;
  text-wrap: balance;
}

.em-site .em-section__head > p {
  max-width: 480px;
  color: var(--em-premium-muted);
  line-height: 1.65;
}

.em-site .em-card,
.em-site .em-service-card,
.em-site .em-certificate-card,
.em-site .em-project-card {
  border: 1px solid var(--em-premium-line);
  border-radius: var(--em-premium-radius);
  box-shadow: none;
}

.em-site .em-card p,
.em-site .em-service-card p,
.em-site .em-project-card p,
.em-site .em-certificate-card p {
  color: var(--em-premium-muted);
  line-height: 1.65;
}

.em-site .em-card__link,
.em-site .em-service-group__link,
.em-site .em-rate-source-link {
  color: var(--em-premium-green);
  font-weight: 750;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

/* Service catalog: hierarchy instead of a uniform card wall */
.em-service-catalog {
  display: grid;
  gap: 76px;
}

.em-service-catalog .em-service-group {
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
}

.em-service-catalog .em-service-group__head {
  display: grid;
  grid-template-columns: minmax(260px, .8fr) minmax(320px, 1.2fr);
  gap: 48px;
  align-items: end;
  margin-bottom: 28px;
  padding-bottom: 0;
  border-bottom: 0;
}

.em-service-catalog .em-service-group__head h2 {
  margin: 0;
  font-size: 38px;
  line-height: 1.08;
}

.em-service-catalog .em-service-group__head p {
  max-width: 620px;
  margin: 0;
  color: var(--em-premium-muted);
  line-height: 1.65;
}

.em-service-catalog .em-service-grid {
  align-items: stretch;
}

.em-service-catalog .em-service-card {
  min-height: 260px;
  padding: 30px;
  background: #fff;
}

.em-service-catalog .em-service-feature {
  border-color: var(--em-premium-ink);
  background: var(--em-premium-ink);
  color: #fff;
}

.em-service-catalog .em-service-feature h3 {
  color: #fff;
}

.em-service-catalog .em-service-feature p {
  color: #c8d0d4;
}

.em-service-catalog .em-service-compact {
  background: var(--em-premium-paper);
}

.em-service-catalog .em-service-group__link {
  display: inline-block;
  margin-top: 22px;
}

/* Client work reads as evidence, not interchangeable tiles */
.em-client-proof-list {
  display: grid;
  gap: 14px;
  border-top: 0;
}

.em-client-proof-list .em-client-proof {
  display: grid;
  grid-template-columns: minmax(180px, .38fr) minmax(0, 1fr);
  min-height: 230px;
  margin: 0;
  overflow: hidden;
  border: 0;
  border-bottom: 0;
  border-radius: var(--em-premium-radius);
  background: var(--em-premium-paper);
}

.em-client-proof .em-project-card__image,
.em-client-proof > img {
  width: 100%;
  height: 100%;
  min-height: 230px;
  object-fit: cover;
}

.em-client-proof .em-project-card__body {
  display: grid;
  grid-template-columns: minmax(220px, .75fr) minmax(260px, 1.25fr);
  gap: 18px 44px;
  align-content: center;
  padding: 34px 42px;
}

.em-client-proof .em-card__kicker,
.em-client-proof .em-card__link {
  grid-column: 1;
}

.em-client-proof h3 {
  grid-column: 1;
  margin: 0;
  font-size: 26px;
  line-height: 1.2;
}

.em-client-proof p {
  grid-row: 1 / span 3;
  grid-column: 2;
  align-self: center;
  margin: 0;
}

.em-project-story .em-answer-strip {
  grid-template-columns: minmax(0, 1.25fr) minmax(300px, .75fr);
}

.em-project-story .em-answer-card {
  min-height: 420px;
  padding: 42px;
  border-radius: var(--em-premium-radius);
}

.em-project-story .em-answer-card--dark,
.em-agent-note .em-answer-card--dark {
  background: var(--em-premium-ink);
}

.em-agent-note .em-answer-strip {
  border: 1px solid var(--em-premium-line);
  border-radius: var(--em-premium-radius);
  overflow: hidden;
}

.em-agent-note .em-answer-card {
  border: 0;
  border-radius: 0;
}

/* Certificates are an inspectable horizontal proof rail on wide screens. */
.em-certificate-rail {
  display: grid;
  grid-template-columns: repeat(3, minmax(260px, 1fr));
  gap: 20px;
}

.em-certificate-rail .em-certificate-card {
  min-width: 0;
  overflow: hidden;
  background: #fff;
}

.em-certificate-rail .em-certificate-card__image {
  aspect-ratio: 4 / 3;
  width: 100%;
  object-fit: contain;
  background: var(--em-premium-paper);
}

/* Contact route: process first, protected lead form second. */
.em-contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(380px, .78fr);
  gap: 72px;
  align-items: start;
}

.em-contact-layout .em-contact-panel {
  padding: 0;
  border: 0;
  background: transparent;
}

.em-contact-layout .em-contact-panel > h2 {
  margin: 14px 0 34px;
  font-size: 44px;
  line-height: 1.08;
}

.em-contact-steps {
  display: grid;
  gap: 10px;
  margin: 0 0 42px;
  padding: 0;
  border-top: 0;
  list-style: none;
}

.em-contact-steps li {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 18px;
  padding: 20px 22px;
  border-bottom: 0;
  border-radius: var(--em-premium-radius);
  background: var(--em-premium-paper);
}

.em-contact-steps li > span {
  color: var(--em-premium-green);
  font-family: "Prata", Georgia, serif;
  font-size: 22px;
}

.em-contact-steps b {
  display: block;
  margin-bottom: 5px;
}

.em-contact-steps p {
  margin: 0;
  color: var(--em-premium-muted);
  line-height: 1.55;
}

.em-contact-layout .em-form,
.em-site .em-cta .em-form {
  padding: 34px;
  border: 1px solid var(--em-premium-line);
  border-radius: var(--em-premium-radius);
  background: #fff;
  box-shadow: none;
}

.em-site .em-form :where(input, textarea) {
  border-color: #c9d1cd;
  border-radius: 5px;
  background: #fff;
}

.em-site .em-form :where(input, textarea):focus {
  border-color: var(--em-premium-green);
  outline: 3px solid rgba(8, 115, 96, .14);
}

@media (max-width: 980px) {
  .em-service-catalog .em-service-group__head,
  .em-contact-layout,
  .em-project-story .em-answer-strip {
    grid-template-columns: 1fr;
  }

  .em-client-proof .em-project-card__body {
    grid-template-columns: 1fr;
  }

  .em-client-proof p,
  .em-client-proof .em-card__kicker,
  .em-client-proof h3,
  .em-client-proof .em-card__link {
    grid-row: auto;
    grid-column: 1;
  }
}

@media (max-width: 760px) {
  .em-site .em-section {
    padding-block: 52px;
  }

  .em-site .em-section__head h2,
  .em-service-catalog .em-service-group__head h2,
  .em-contact-layout .em-contact-panel > h2 {
    font-size: 34px;
  }

  .em-service-catalog {
    gap: 56px;
  }

  .em-client-proof-list .em-client-proof {
    grid-template-columns: 1fr;
  }

  .em-client-proof .em-project-card__image,
  .em-client-proof > img {
    min-height: 190px;
    max-height: 250px;
  }

  .em-client-proof .em-project-card__body {
    padding: 26px 0;
  }

  .em-certificate-rail {
    display: flex;
    margin-inline: -16px;
    padding: 0 16px 10px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
  }

  .em-certificate-rail .em-certificate-card {
    width: min(82vw, 330px);
    flex: 0 0 auto;
    scroll-snap-align: start;
  }

  .em-contact-layout .em-form,
  .em-site .em-cta .em-form {
    padding: 24px;
  }
}

/* Keep the complete hero and a hint of the next section on short desktops. */
@media (min-width: 1101px) and (max-height: 820px) {
  .em-hero--editorial {
    padding: 38px 0 22px;
  }

  .em-hero--editorial .em-hero__layout {
    gap: 24px 48px;
  }

  .em-hero--editorial .em-hero__title h1 {
    margin-top: 14px;
    font-size: 56px;
  }

  .em-hero--editorial .em-hero__intro {
    padding-left: 48px;
  }

  .em-hero--editorial .em-hero__intro > p {
    font-size: 16px;
    line-height: 1.55;
  }

  .em-hero--editorial .em-hero__actions {
    margin-top: 18px;
  }

  .em-hero--editorial .em-button {
    min-height: 44px;
    padding: 10px 17px;
  }

  .em-hero--editorial .em-hero__system {
    min-height: 190px;
  }

  .em-hero__system-label,
  .em-workflow > li {
    padding: 22px 20px;
  }

  .em-workflow > li > span {
    top: 20px;
    left: 20px;
  }

  .em-workflow > li:not(:last-child)::after {
    top: 25px;
  }

  .em-proof-line {
    margin-top: -8px;
  }

  .em-proof-line li {
    padding-top: 14px;
  }

  .em-hero--editorial + .em-section {
    padding-top: 28px;
  }
}

/* This rule intentionally outranks the legacy generic card selector. */
.em-site .em-case-list-premium .em-case-card {
  border: 0;
  border-right: 0;
  border-bottom: 0;
  border-radius: var(--em-premium-radius);
}

.em-site .em-case-list-premium .em-case-card:nth-child(2n) {
  border-right: 0;
}

@media (max-width: 760px) {
  .em-site .em-case-list-premium .em-case-card {
    border-right: 0;
  }
}

/* End */


/* Start:/local/templates/ermakov_2026/template_styles.css?178368968136002*/
:root {
  --em-ink: #20262d;
  --em-muted: #536271;
  --em-line: #d9dfdf;
  --em-paper: #f4f1ea;
  --em-panel: #ffffff;
  --em-green: #0b6b5b;
  --em-blue: #375a8c;
  --em-copper: #8f4c16;
  --em-radius: 8px;
  --em-shadow: 0 24px 70px rgba(31, 41, 51, .12);
  --em-container: min(1180px, calc(100vw - 40px));
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body.em-site {
  margin: 0;
  background: var(--em-paper);
  color: var(--em-ink);
  font-family: "Segoe UI", "Trebuchet MS", sans-serif;
  font-size: 16px;
  line-height: 1.55;
  letter-spacing: 0;
}

.em-site a {
  color: inherit;
}

.em-container {
  width: var(--em-container);
  margin: 0 auto;
}

.em-header {
  position: sticky;
  top: 0;
  z-index: 50;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 26px;
  min-height: 78px;
  padding: 14px max(20px, calc((100vw - 1180px) / 2));
  background: rgba(244, 241, 234, .94);
  border-bottom: 1px solid rgba(31, 41, 51, .12);
  backdrop-filter: blur(18px);
}

.em-brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  text-decoration: none;
  min-width: 286px;
}

.em-brand__logo {
  display: block;
  width: 138px;
  height: auto;
  max-height: 60px;
  object-fit: contain;
}

.em-brand__text {
  display: grid;
  gap: 1px;
}

.em-brand__text span {
  font-weight: 800;
  font-size: 18px;
}

.em-brand__text small {
  color: var(--em-muted);
  font-size: 12px;
  max-width: 150px;
  line-height: 1.15;
}

.em-nav {
  display: flex;
  justify-content: center;
  gap: 22px;
}

.em-nav a,
.em-footer a {
  text-decoration: none;
}

.em-nav a {
  color: #3e4850;
  font-size: 15px;
  font-weight: 600;
}

.em-nav a:hover {
  color: var(--em-green);
}

.em-nav a.is-active,
.em-nav a[aria-current="page"] {
  color: var(--em-green);
  box-shadow: inset 0 -2px 0 var(--em-green);
}

.em-header__actions {
  display: flex;
  align-items: center;
  gap: 14px;
}

.em-phone {
  color: var(--em-ink);
  font-weight: 800;
  white-space: nowrap;
  text-decoration: none;
}

.em-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 20px;
  border: 1px solid var(--em-ink);
  border-radius: var(--em-radius);
  background: var(--em-ink);
  color: #fff;
  font-weight: 800;
  text-decoration: none;
  cursor: pointer;
}

.em-site .em-button {
  color: #fff;
}

.em-button:hover {
  background: var(--em-green);
  border-color: var(--em-green);
}

.em-button--ghost {
  background: transparent;
  color: var(--em-ink);
}

.em-site .em-button--ghost {
  color: var(--em-ink);
}

.em-button--small {
  min-height: 42px;
  padding-inline: 16px;
  font-size: 14px;
}

.em-menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--em-line);
  border-radius: 8px;
  background: #fff;
}

.em-menu-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 5px auto;
  background: var(--em-ink);
}

.em-page-head {
  padding: 44px 0 24px;
  background: #fff;
  border-bottom: 1px solid var(--em-line);
}

.em-page-head + .em-section {
  padding-top: 26px;
}

.em-page-head__grid {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 44px;
}

.em-page-head__main {
  min-width: 0;
  max-width: 820px;
}

.em-page-head__side {
  max-width: 470px;
  margin-left: auto;
  color: #536271;
}

.em-page-head__side:empty {
  display: none;
}

.em-page-head__lead {
  margin: 0;
  font-size: clamp(16px, 1.35vw, 18px);
  line-height: 1.62;
}

.em-page-head__meta {
  display: grid;
  gap: 8px;
  padding-bottom: 3px;
}

.em-page-head__meta b {
  color: var(--em-green);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.em-page-head__meta span {
  color: #34404a;
  font-size: clamp(16px, 1.35vw, 19px);
  line-height: 1.5;
}

.em-breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 7px;
  margin: 0 0 14px;
  color: #64717d;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.35;
  overflow-wrap: anywhere;
}

.em-breadcrumbs a {
  color: var(--em-green);
  text-decoration: none;
  transition: color .18s ease;
}

.em-breadcrumbs a:hover {
  color: var(--em-ink);
}

.em-breadcrumbs a:focus-visible {
  outline: 2px solid rgba(11, 107, 91, .35);
  outline-offset: 3px;
}

.em-breadcrumbs [aria-current="page"] {
  color: #56616c;
}

.em-breadcrumbs__sep {
  color: rgba(31, 41, 51, .35);
  font-weight: 700;
}

.em-breadcrumbs__current {
  min-width: 0;
}

.em-page-head h1 {
  margin: 0;
  font-size: clamp(34px, 5vw, 58px);
  line-height: 1.02;
}

.em-eyebrow {
  color: var(--em-green);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.em-hero {
  padding: 64px 0 48px;
  background:
    linear-gradient(90deg, rgba(11, 107, 91, .10) 1px, transparent 1px),
    linear-gradient(0deg, rgba(11, 107, 91, .08) 1px, transparent 1px),
    var(--em-paper);
  background-size: 42px 42px;
}

.em-hero__stage {
  display: grid;
  width: min(1320px, calc(100vw - 40px));
  gap: 0;
}

.em-hero__grid {
  display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(520px, .95fr);
  gap: 32px;
  align-items: stretch;
}

.em-hero__grid > *,
.em-page-head__grid > *,
.em-section__head > *,
.em-answer-strip > *,
.em-cta__grid > * {
  min-width: 0;
}

.em-hero h1 {
  max-width: 680px;
  margin: 16px 0;
  font-size: clamp(42px, 4.2vw, 56px);
  line-height: 1.02;
  letter-spacing: 0;
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
  text-wrap: wrap;
}

.em-hero__lead {
  max-width: 640px;
  color: #34404a;
  font-size: clamp(17px, 1.5vw, 21px);
  line-height: 1.55;
}

.em-eyebrow,
.em-hero__lead {
  max-width: 100%;
  overflow-wrap: break-word;
}

.em-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.em-hero__facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  margin-top: 0;
}

.em-fact {
  min-width: 0;
  padding: 18px 22px;
}

.em-fact b {
  display: block;
  font-size: clamp(18px, 1.5vw, 22px);
  line-height: 1;
  overflow-wrap: anywhere;
}

.em-fact span {
  display: block;
  margin-top: 7px;
  color: var(--em-muted);
  font-size: 13px;
}

.em-hero__copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 12px 0 22px;
}

.em-hero__process {
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 8px;
  background: var(--em-ink);
  color: #fff;
}

.em-hero__process .em-eyebrow {
  color: #7de2d4;
}

.em-hero__process h2 {
  max-width: 560px;
  margin: 8px 0 22px;
  color: #fff;
  font-size: clamp(28px, 2.4vw, 38px);
  line-height: 1.05;
}

.em-process-grid {
  display: grid;
  flex: 1;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.em-process-step {
  min-width: 0;
  min-height: 126px;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 6px;
  background: #29343e;
}

.em-process-step__number {
  display: block;
  color: #7de2d4;
  font-size: 12px;
  font-weight: 900;
}

.em-process-step h3 {
  margin: 7px 0 5px;
  color: #fff;
  font-size: 18px;
  line-height: 1.15;
}

.em-process-step p {
  margin: 0;
  color: #cbd4db;
  font-size: 13px;
  line-height: 1.45;
}

.em-hero__facts--rail {
  overflow: hidden;
  margin-top: 16px;
  margin-bottom: 0;
  padding: 0;
  list-style: none;
  border: 1px solid rgba(255, 255, 255, .08);
  border-top-color: rgba(255, 255, 255, .18);
  border-radius: 8px;
  background: var(--em-ink);
  color: #fff;
}

.em-hero__facts--rail .em-fact {
  min-height: 96px;
  border-right: 1px solid rgba(255, 255, 255, .16);
}

.em-hero__facts--rail .em-fact:last-child {
  border-right: 0;
}

.em-hero__facts--rail .em-fact span {
  color: #cbd4db;
}

.em-section {
  padding: 60px 0;
}

.em-section[id],
.em-cta[id],
.em-form[id] {
  scroll-margin-top: 104px;
}

.em-section--white {
  background: #fff;
}

.em-answer-strip {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, .58fr);
  gap: 16px;
  align-items: stretch;
}

.em-answer-card {
  display: grid;
  align-content: start;
  gap: 18px;
  min-width: 0;
  min-height: 100%;
  padding: 26px;
  border: 1px solid rgba(31, 41, 51, .14);
  border-radius: var(--em-radius);
  background:
    linear-gradient(135deg, rgba(55, 90, 140, .10), transparent 48%),
    #fff;
}

.em-answer-card > * {
  min-width: 0;
}

.em-answer-card--dark {
  background: var(--em-ink);
  color: #fff;
}

.em-answer-card h2,
.em-answer-card h3 {
  margin: 0;
  font-size: clamp(28px, 3vw, 44px);
  line-height: 1.08;
}

.em-answer-card p {
  max-width: 68ch;
  margin: 0;
  color: #34404a;
  line-height: 1.62;
}

.em-answer-card ul {
  display: grid;
  gap: 9px;
  margin: 0;
  padding-left: 20px;
  color: #34404a;
}

.em-answer-card li::marker {
  color: var(--em-green);
}

.em-answer-card--dark p,
.em-answer-card--dark li {
  color: #d5dde4;
}

.em-answer-card--dark li::marker,
.em-answer-card--dark .em-eyebrow {
  color: #9de0d1;
}

.em-faq {
  margin-top: 22px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.em-answer-strip + .em-faq {
  margin-top: 30px;
}

.em-site .em-faq h2 {
  margin: 0 0 18px;
  font-size: clamp(28px, 3.4vw, 44px);
}

.em-faq__list {
  display: grid;
  gap: 10px;
}

.em-faq details {
  padding: 16px 0;
  border-top: 1px solid rgba(31, 41, 51, .12);
}

.em-faq details:first-child {
  border-top: 0;
  padding-top: 0;
}

.em-faq summary {
  color: var(--em-ink);
  font-weight: 800;
  cursor: pointer;
}

.em-faq details p {
  max-width: 880px;
  margin: 10px 0 0;
  color: #34404a;
}

.em-section__head {
  display: grid;
  grid-template-columns: minmax(0, .82fr) minmax(280px, .5fr);
  gap: 32px;
  align-items: end;
  margin-bottom: 24px;
}

.em-section h2 {
  margin: 10px 0 0;
  font-size: clamp(32px, 4.5vw, 56px);
  line-height: 1.04;
}

.em-section__head p {
  margin: 0;
  color: var(--em-muted);
}

.em-section__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 18px;
}

.em-grid {
  display: grid;
  gap: 16px;
}

.em-grid--3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.em-grid--2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.em-card {
  min-height: 100%;
  padding: 24px;
  border: 1px solid var(--em-line);
  border-radius: var(--em-radius);
  background: var(--em-panel);
}

.em-card h3 {
  margin: 0 0 12px;
  font-size: 22px;
  line-height: 1.2;
}

.em-card p {
  margin: 0;
  color: var(--em-muted);
}

.em-card__link {
  display: inline-flex;
  margin-top: 18px;
  color: var(--em-green);
  font-weight: 800;
  text-decoration: none;
}

.em-card__kicker {
  margin-bottom: 12px;
  color: var(--em-copper);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.em-service-grid {
  align-items: stretch;
}

.em-service-groups {
  display: grid;
  gap: 48px;
}

.em-service-group + .em-service-group {
  padding-top: 42px;
  border-top: 1px solid var(--em-line);
}

.em-service-group__head {
  display: grid;
  grid-template-columns: minmax(0, .75fr) minmax(280px, .55fr);
  gap: 28px;
  align-items: end;
  margin-bottom: 22px;
}

.em-service-group__head h2 {
  margin: 0;
  font-size: clamp(28px, 3.4vw, 42px);
}

.em-service-group__head p {
  margin: 0;
  color: var(--em-muted);
}

.em-service-group__link {
  display: inline-flex;
  margin-top: 18px;
  color: var(--em-green);
  font-weight: 800;
  text-decoration: none;
}

.em-service-card {
  position: relative;
  overflow: hidden;
  min-height: 250px;
  padding-top: 28px;
}

.em-service-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 5px;
  background: var(--em-green);
}

.em-service-card:nth-child(3n + 2)::before {
  background: var(--em-blue);
}

.em-service-card:nth-child(3n)::before {
  background: var(--em-copper);
}

.em-rate-guide {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) repeat(2, minmax(0, .8fr));
  gap: 16px;
  margin-bottom: 18px;
}

.em-rate-guide__item {
  min-width: 0;
  padding: 22px;
  border: 1px solid var(--em-line);
  border-radius: var(--em-radius);
  background:
    linear-gradient(135deg, rgba(55, 90, 140, .10), transparent 52%),
    #fff;
}

.em-rate-guide__item--dark {
  background: var(--em-ink);
  color: #fff;
}

.em-rate-guide__item h3 {
  margin: 8px 0 10px;
  font-size: clamp(22px, 2.2vw, 30px);
  line-height: 1.08;
}

.em-rate-guide__item p {
  margin: 0;
  color: #4c5a66;
}

.em-rate-guide__item--dark p {
  color: #d5dde4;
}

.em-rate-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  align-items: stretch;
}

.em-rate-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  min-height: 0;
  padding: 24px;
  border: 1px solid var(--em-line);
  border-top: 5px solid var(--em-green);
  border-radius: var(--em-radius);
  background:
    linear-gradient(180deg, rgba(11, 107, 91, .06), transparent 34%),
    #fff;
}

.em-rate-card:nth-child(2) {
  border-top-color: var(--em-blue);
}

.em-rate-card:nth-child(4) {
  border-top-color: var(--em-copper);
}

.em-rate-card--accent {
  background:
    linear-gradient(135deg, rgba(11, 107, 91, .28), transparent 44%),
    var(--em-ink);
  color: #fff;
}

.em-rate-card h3 {
  margin: 0 0 12px;
  font-size: clamp(24px, 2.1vw, 31px);
  line-height: 1.08;
  overflow-wrap: anywhere;
}

.em-rate-card__text {
  margin: 0;
  color: #4b5966;
  font-size: 15px;
}

.em-rate-card__fit {
  width: max-content;
  max-width: 100%;
  margin: -4px 0 13px;
  padding: 5px 9px;
  border: 1px solid rgba(11, 107, 91, .20);
  border-radius: 999px;
  color: var(--em-green);
  font-size: 12px;
  font-weight: 600;
  overflow-wrap: anywhere;
}

.em-rate-card__price {
  display: grid;
  gap: 2px;
  margin: 20px 0 18px;
}

.em-rate-card__price span {
  color: #72808b;
  font-size: 16px;
  font-weight: 500;
  text-decoration: line-through;
}

.em-rate-card__price b {
  font-size: clamp(30px, 3vw, 40px);
  line-height: 1;
}

.em-rate-card__price em {
  width: max-content;
  margin-top: 4px;
  padding: 2px 7px;
  border-radius: 999px;
  background: rgba(180, 107, 42, .14);
  color: var(--em-copper);
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
}

.em-rate-card__meta {
  display: grid;
  gap: 8px;
  margin: 0 0 16px;
  padding-left: 18px;
  color: #34404a;
}

.em-rate-card__meta li::marker {
  color: var(--em-green);
}

.em-rate-card__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.em-rate-card__chips span {
  padding: 5px 8px;
  border: 1px solid rgba(31, 41, 51, .14);
  border-radius: 999px;
  background: rgba(255, 255, 255, .72);
  color: #34404a;
  font-size: 12px;
  font-weight: 500;
}

.em-rate-card__check {
  margin: 16px 0 0;
  color: var(--em-muted);
  font-size: 14px;
}

.em-rate-card .em-card__link {
  margin-top: auto;
  padding-top: 18px;
}

.em-rate-card--accent .em-card__kicker,
.em-rate-card--accent .em-rate-card__price em {
  color: #9de0d1;
}

.em-rate-card--accent .em-rate-card__fit {
  border-color: rgba(157, 224, 209, .34);
  color: #9de0d1;
}

.em-rate-card--accent .em-rate-card__text,
.em-rate-card--accent .em-rate-card__meta,
.em-rate-card--accent .em-rate-card__price span,
.em-rate-card--accent .em-rate-card__check {
  color: #d5dde4;
}

.em-rate-card--accent .em-rate-card__chips span {
  border-color: rgba(255, 255, 255, .18);
  background: rgba(255, 255, 255, .08);
  color: #edf5f3;
}

.em-rate-card--accent .em-card__link {
  color: #9de0d1;
}

.em-rate-note {
  margin: 18px 0 0;
  color: var(--em-muted);
  font-size: 14px;
}

.em-rate-table-wrap {
  overflow-x: auto;
  border: 1px solid var(--em-line);
  border-radius: var(--em-radius);
  background: #fff;
}

.em-rate-table {
  width: 100%;
  min-width: 860px;
  border-collapse: collapse;
}

.em-rate-table th,
.em-rate-table td {
  padding: 14px 16px;
  border-bottom: 1px solid rgba(31, 41, 51, .10);
  text-align: left;
  vertical-align: top;
}

.em-rate-table thead th {
  background: #f7f8f8;
  color: var(--em-ink);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.em-rate-table tbody th {
  width: 230px;
  color: var(--em-green);
  font-weight: 600;
}

.em-rate-table tbody td {
  min-width: 145px;
}

.em-rate-full-compare {
  margin-top: 20px;
  border: 1px solid var(--em-line);
  border-radius: var(--em-radius);
  background: #fff;
  overflow: hidden;
}

.em-rate-full-compare summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 20px 22px;
  background:
    linear-gradient(135deg, rgba(11, 107, 91, .12), transparent 52%),
    #fff;
  color: var(--em-ink);
  font-weight: 600;
  cursor: pointer;
  list-style: none;
}

.em-rate-full-compare summary::-webkit-details-marker {
  display: none;
}

.em-rate-full-compare summary::after {
  content: "+";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 34px;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(31, 41, 51, .18);
  border-radius: 999px;
  color: var(--em-green);
  font-size: 24px;
  line-height: 1;
}

.em-rate-full-compare[open] summary::after {
  content: "-";
}

.em-rate-full-compare summary span {
  font-size: clamp(18px, 1.8vw, 24px);
}

.em-rate-full-compare summary b {
  color: var(--em-muted);
  font-size: 14px;
  font-weight: 400;
}

.em-rate-full-compare__body {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 18px;
  min-width: 0;
  padding: 22px;
  border-top: 1px solid var(--em-line);
}

.em-rate-full-compare__body > * {
  min-width: 0;
}

.em-rate-full-compare__head {
  display: grid;
  grid-template-columns: minmax(0, .82fr) minmax(280px, .5fr);
  gap: 32px;
  align-items: end;
  min-width: 0;
}

.em-rate-full-compare__head > * {
  min-width: 0;
}

.em-rate-full-compare__head h3 {
  margin: 8px 0 10px;
  font-size: clamp(26px, 3vw, 38px);
  line-height: 1.08;
}

.em-rate-full-compare__side {
  min-width: 0;
}

.em-rate-full-compare__side p {
  margin: 0;
  color: var(--em-muted);
}

.em-rate-source-link {
  display: inline-flex;
  margin-top: 10px;
  color: var(--em-green);
  font-weight: 500;
  text-decoration: none;
}

.em-rate-source-link:hover {
  color: var(--em-ink);
}

.em-rate-compare-group {
  padding-top: 18px;
  border-top: 1px solid rgba(31, 41, 51, .10);
}

.em-rate-compare-group h3 {
  margin: 0 0 6px;
  font-size: clamp(22px, 2vw, 28px);
  line-height: 1.12;
}

.em-rate-compare-group p {
  max-width: 820px;
  margin: 0 0 14px;
  color: var(--em-muted);
}

.em-rate-detail-table-wrap {
  overflow-x: auto;
  border: 1px solid rgba(31, 41, 51, .12);
  border-radius: var(--em-radius);
}

.em-rate-detail-table {
  width: 100%;
  min-width: 980px;
  border-collapse: collapse;
  background: #fff;
}

.em-rate-detail-table th,
.em-rate-detail-table td {
  padding: 12px 14px;
  border-bottom: 1px solid rgba(31, 41, 51, .10);
  text-align: left;
  vertical-align: top;
}

.em-rate-detail-table thead th {
  position: sticky;
  top: 0;
  z-index: 1;
  background: #f7f8f8;
  color: var(--em-ink);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.em-rate-detail-table tbody th {
  width: 250px;
  color: var(--em-green);
  font-weight: 600;
}

.em-rate-detail-table td {
  min-width: 130px;
  color: #34404a;
  font-weight: 400;
}

.em-rate-detail-table td.is-muted {
  color: #9aa5ad;
}

.em-rate-detail-table tbody tr:last-child th,
.em-rate-detail-table tbody tr:last-child td {
  border-bottom: 0;
}

.em-rate-text {
  color: var(--em-ink);
  font-weight: 500;
}

.em-rate-miss {
  color: #9aa5ad;
  font-weight: 500;
}

.em-rate-level {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: 132px;
}

.em-rate-level__bars {
  display: inline-grid;
  grid-template-columns: repeat(4, 12px);
  gap: 3px;
  align-items: end;
  height: 20px;
}

.em-rate-level__bars i {
  display: block;
  height: 7px;
  border-radius: 3px;
  background: #d8dfe2;
}

.em-rate-level__bars i:nth-child(2) {
  height: 10px;
}

.em-rate-level__bars i:nth-child(3) {
  height: 14px;
}

.em-rate-level__bars i:nth-child(4) {
  height: 18px;
}

.em-rate-level__bars i.is-on {
  background: var(--em-green);
}

.em-rate-level--3 .em-rate-level__bars i.is-on {
  background: var(--em-blue);
}

.em-rate-level--4 .em-rate-level__bars i.is-on {
  background: var(--em-copper);
}

.em-rate-level em {
  color: #34404a;
  font-style: normal;
  font-weight: 500;
}

.em-rate-buying-notes {
  margin-top: 18px;
  padding: 22px;
  border: 1px solid var(--em-line);
  border-radius: var(--em-radius);
  background: #fff;
}

.em-rate-buying-notes ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px 24px;
  margin: 12px 0 0;
  padding-left: 20px;
  color: #34404a;
}

.em-rate-buying-notes li::marker {
  color: var(--em-green);
}

.em-rate-table tbody tr:last-child th,
.em-rate-table tbody tr:last-child td {
  border-bottom: 0;
}

.em-case-card {
  display: grid;
  align-content: start;
  min-height: 292px;
  background:
    linear-gradient(135deg, rgba(11, 107, 91, .08), transparent 42%),
    #fff;
}

.em-case-card--lead {
  background: var(--em-ink);
  color: #fff;
}

.em-case-card--lead p {
  color: #d5dde4;
}

.em-case-card--lead .em-card__link {
  color: #9de0d1;
}

.em-case-detail {
  display: block;
}

.em-case-detail__main {
  min-width: 0;
}

.em-case-detail--single {
  max-width: 980px;
}

.em-case-detail h2 {
  max-width: 960px;
  margin: 10px 0 18px;
  font-size: clamp(32px, 4.6vw, 58px);
  line-height: 1.04;
}

.em-case-detail__lead {
  max-width: 860px;
  margin: 0;
  color: #34404a;
  font-size: clamp(17px, 1.7vw, 21px);
}

.em-case-detail__lead + .em-answer-strip,
.em-case-detail .em-answer-strip:first-child {
  margin-top: 22px;
}

.em-case-toc {
  position: sticky;
  top: 92px;
  z-index: 20;
  display: flex;
  gap: 20px;
  margin-top: 22px;
  padding: 11px 0;
  overflow-x: auto;
  border-top: 1px solid var(--em-line);
  border-bottom: 1px solid var(--em-line);
  background: rgba(255, 255, 255, .96);
  scrollbar-width: thin;
}

.em-case-toc a {
  flex: 0 0 auto;
  color: var(--em-green);
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
}

.em-case-section[id],
.em-case-anchor,
.em-case-detail__image[id] {
  scroll-margin-top: 158px;
}

.em-case-anchor {
  display: block;
  height: 0;
}

.em-case-detail__image {
  display: block;
  width: 100%;
  max-height: 440px;
  margin-top: 26px;
  border-radius: var(--em-radius);
  object-fit: cover;
  background: #e9eded;
  cursor: zoom-in;
}

.em-case-detail__content {
  display: grid;
  gap: 22px;
  margin-top: 28px;
}

.em-case-section {
  padding: 26px;
  border: 1px solid var(--em-line);
  border-radius: var(--em-radius);
  background: #fff;
}

.em-rich-text {
  color: #34404a;
}

.em-rich-text > *:first-child {
  margin-top: 0;
}

.em-rich-text > *:last-child {
  margin-bottom: 0;
}

.em-rich-text p {
  margin: 0 0 15px;
}

.em-rich-text h2 {
  margin: 30px 0 14px;
  color: var(--em-ink);
  font-size: clamp(26px, 3vw, 38px);
  line-height: 1.08;
}

.em-rich-text h3 {
  margin: 26px 0 12px;
  color: var(--em-ink);
  font-size: clamp(21px, 2vw, 26px);
  line-height: 1.14;
}

.em-rich-text ul,
.em-rich-text ol {
  display: grid;
  gap: 8px;
  margin: 0 0 18px;
  padding-left: 22px;
}

.em-rich-text li::marker {
  color: var(--em-green);
}

.em-rich-text strong,
.em-rich-text b {
  color: var(--em-ink);
}

.em-case-section__image {
  display: block;
  width: 100%;
  max-height: 520px;
  border-radius: var(--em-radius);
  object-fit: cover;
  background: #e9eded;
  cursor: zoom-in;
}

.em-case-detail__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.em-lightbox {
  position: fixed;
  inset: 0;
  z-index: 2000;
  display: none;
  place-items: center;
  padding: 28px;
  background: rgba(17, 24, 31, .86);
  cursor: zoom-out;
}

.em-lightbox.is-open {
  display: grid;
}

body.em-lightbox-open {
  overflow: hidden;
}

.em-lightbox img {
  display: block;
  max-width: min(100%, 1180px);
  max-height: calc(100vh - 56px);
  border-radius: 8px;
  object-fit: contain;
  background: #fff;
  box-shadow: 0 28px 80px rgba(0, 0, 0, .36);
  cursor: zoom-out;
}

.em-lightbox__close {
  position: fixed;
  top: 18px;
  right: 18px;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, .28);
  border-radius: 50%;
  background: rgba(255, 255, 255, .12);
  color: #fff;
  font-size: 0;
  cursor: pointer;
}

.em-lightbox__close::before,
.em-lightbox__close::after {
  content: "";
  position: absolute;
  top: 20px;
  left: 11px;
  width: 20px;
  height: 2px;
  background: currentColor;
}

.em-lightbox__close::before {
  transform: rotate(45deg);
}

.em-lightbox__close::after {
  transform: rotate(-45deg);
}

.em-project-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.em-project-card {
  overflow: hidden;
  border: 1px solid var(--em-line);
  border-radius: var(--em-radius);
  background: #fff;
}

.em-project-card img,
.em-project-card__image {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  background: #e9eded;
}

.em-project-card__body {
  padding: 20px;
}

.em-project-card h3 {
  margin: 0 0 10px;
  font-size: 21px;
  line-height: 1.2;
}

.em-project-card p {
  margin: 0;
  color: var(--em-muted);
}

.em-certificate-card {
  overflow: hidden;
  border: 1px solid var(--em-line);
  border-radius: var(--em-radius);
  background: #fff;
}

.em-certificate-card__image {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: contain;
  background: #f4f5f2;
  cursor: zoom-in;
}

.em-certificate-card__body {
  padding: 20px;
}

.em-certificate-card h3 {
  margin: 0;
  font-size: 20px;
  line-height: 1.2;
}

.em-certificate-card p {
  margin: 10px 0 0;
  color: var(--em-muted);
}

.em-contact-layout {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(320px, .62fr);
  gap: 18px;
  align-items: start;
}

.em-contact-panel {
  min-height: 100%;
  padding: 28px;
  border: 1px solid var(--em-line);
  border-radius: var(--em-radius);
  background:
    linear-gradient(135deg, rgba(11, 107, 91, .08), transparent 46%),
    #fff;
}

.em-contact-panel h2 {
  margin: 0 0 24px;
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.04;
}

.em-contact-list {
  display: grid;
  gap: 14px;
}

.em-contact-list div {
  display: grid;
  gap: 5px;
  padding-top: 14px;
  border-top: 1px solid rgba(31, 41, 51, .12);
}

.em-contact-list b {
  color: var(--em-green);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.em-contact-list span,
.em-contact-list a {
  color: #34404a;
  font-size: clamp(17px, 1.8vw, 22px);
  line-height: 1.35;
  overflow-wrap: anywhere;
}

.em-contact-list a {
  text-decoration: none;
}

.em-empty-state {
  padding: 26px;
  border: 1px dashed rgba(31, 41, 51, .28);
  border-radius: var(--em-radius);
  background: rgba(255, 255, 255, .68);
}

.em-empty-state h3,
.em-empty-state p {
  margin: 0;
}

.em-empty-state p {
  margin-top: 8px;
  color: var(--em-muted);
}

.em-process {
  counter-reset: step;
  gap: 28px;
}

.em-process .em-card {
  position: relative;
  padding: 46px 0 0;
  border: 0;
  border-top: 1px solid var(--em-line);
  border-radius: 0;
  background: transparent;
}

.em-process .em-card::before {
  counter-increment: step;
  content: counter(step, decimal-leading-zero);
  position: absolute;
  top: 14px;
  left: 0;
  color: var(--em-copper);
  font-weight: 900;
}

.em-cta {
  padding: 60px 0;
  background: var(--em-ink);
  color: #fff;
}

.em-cta__grid {
  display: grid;
  grid-template-columns: minmax(0, .8fr) minmax(320px, .55fr);
  gap: 38px;
  align-items: start;
}

.em-cta h2 {
  margin: 10px 0 16px;
  font-size: clamp(34px, 5vw, 58px);
  line-height: 1.03;
}

.em-cta p {
  color: #cfd6dd;
}

.em-form {
  display: grid;
  gap: 12px;
  padding: 22px;
  border-radius: var(--em-radius);
  background: #fff;
  color: var(--em-ink);
}

.em-form label {
  display: grid;
  gap: 6px;
  color: #42505a;
  font-size: 13px;
  font-weight: 800;
}

.em-form__trap {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.em-form input,
.em-form textarea {
  width: 100%;
  border: 1px solid #cfd6dd;
  border-radius: var(--em-radius);
  padding: 12px 13px;
  font: inherit;
}

.em-form textarea {
  min-height: 108px;
  resize: vertical;
}

.em-form__status {
  min-height: 24px;
  color: var(--em-green);
  font-weight: 800;
}

.em-form__status.is-error {
  color: #b13b2e;
}

.em-form.is-sending .em-button {
  opacity: .72;
  pointer-events: none;
}

.em-footer {
  padding: 52px 0 26px;
  background: #111820;
  color: #f3f5f6;
}

.em-footer__grid {
  display: grid;
  grid-template-columns: 1.2fr .5fr .8fr;
  gap: 36px;
}

.em-footer p,
.em-footer span {
  color: #b9c2ca;
}

.em-footer a {
  display: block;
  margin: 8px 0;
  color: #f3f5f6;
}

.em-footer__brand,
.em-footer__title {
  font-weight: 900;
}

.em-footer__logo {
  display: block;
  width: 156px;
  height: auto;
  max-height: 68px;
  object-fit: contain;
  margin-bottom: 16px;
}

.em-footer__bottom {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  margin-top: 42px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, .14);
  font-size: 13px;
}

:focus-visible {
  outline: 3px solid rgba(180, 107, 42, .55);
  outline-offset: 3px;
}

@media (max-width: 1200px) {
  .em-answer-strip {
    grid-template-columns: 1fr;
  }
}

@media (min-width: 1121px) and (max-width: 1360px) and (max-height: 820px) {
  .em-hero {
    padding: 34px 0 30px;
  }

  .em-hero__grid {
    grid-template-columns: minmax(0, 1.05fr) minmax(470px, .95fr);
    gap: 24px;
  }

  .em-hero h1 {
    margin: 12px 0;
    font-size: 48px;
  }

  .em-hero__lead {
    font-size: 18px;
    line-height: 1.45;
  }

  .em-hero__actions {
    margin-top: 18px;
  }

  .em-hero__copy {
    padding-block: 6px 16px;
  }

  .em-hero__process {
    padding: 20px;
  }

  .em-hero__process h2 {
    margin-bottom: 16px;
    font-size: 27px;
  }

  .em-process-step {
    min-height: 96px;
    padding: 12px;
  }

  .em-process-step h3 {
    font-size: 16px;
  }

  .em-process-step p {
    font-size: 12px;
  }

  .em-fact {
    padding: 13px 16px;
  }

  .em-hero__facts--rail .em-fact {
    min-height: 78px;
  }
}

@media (max-width: 1120px) {
  .em-header {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 18px;
  }

  .em-menu-toggle {
    display: block;
    justify-self: end;
  }

  .em-nav,
  .em-header__actions {
    display: none;
  }

  .em-menu-open .em-nav,
  .em-menu-open .em-header__actions {
    display: grid;
    grid-column: 1 / -1;
    justify-items: start;
    justify-content: start;
    align-content: start;
    width: 100%;
  }

  .em-menu-open .em-nav {
    gap: 0;
    padding: 12px 0 4px;
    border-top: 1px solid var(--em-line);
  }

  .em-menu-open .em-nav__link {
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 44px;
  }

  .em-menu-open .em-header__actions {
    gap: 10px;
    padding: 10px 0;
    border-top: 1px solid var(--em-line);
  }

  .em-menu-open .em-header__actions .em-button {
    width: 100%;
  }

  .em-hero__grid,
  .em-page-head__grid,
  .em-section__head,
  .em-service-group__head,
  .em-answer-strip,
  .em-case-detail,
  .em-cta__grid,
  .em-footer__grid {
    grid-template-columns: 1fr;
  }

  .em-page-head__grid {
    align-items: flex-start;
    flex-direction: column;
    gap: 22px;
  }

  .em-page-head__side {
    max-width: 720px;
    margin-left: 0;
  }

  .em-hero__grid {
    gap: 24px;
  }

  .em-hero h1 {
    font-size: clamp(42px, 6vw, 60px);
    line-height: 1;
  }

  .em-hero__copy {
    padding: 0 0 8px;
  }

  .em-hero__process {
    border-radius: 8px;
  }

  .em-rate-guide {
    grid-template-columns: 1fr;
  }

  .em-rate-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

}

@media (max-width: 980px) {
  .em-grid--3,
  .em-grid--2,
  .em-project-grid,
  .em-contact-layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 620px) {
  :root {
    --em-container: min(100vw - 28px, 1180px);
  }

  .em-brand {
    min-width: 0;
  }

  .em-header {
    padding-inline: 14px;
  }

  .em-brand__text small {
    display: none;
  }

  .em-breadcrumbs__sep--current,
  .em-breadcrumbs__current {
    display: none;
  }

  .em-breadcrumbs__home-label {
    font-size: 0;
  }

  .em-breadcrumbs__home-label::before {
    content: "Главная";
    font-size: 13px;
  }

  .em-hero {
    padding: 32px 0 36px;
  }

  .em-hero h1 {
    font-size: 36px;
    line-height: 1;
  }

  .em-hero__lead {
    font-size: 17px;
  }

  .em-hero__grid {
    gap: 22px;
  }

  .em-hero__copy {
    padding-bottom: 4px;
  }

  .em-hero__process {
    padding: 18px;
  }

  .em-hero__process h2 {
    margin-bottom: 18px;
    font-size: 28px;
  }

  .em-process-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .em-process-step {
    min-height: 0;
    padding: 14px;
  }

  .em-hero__facts--rail {
    display: grid;
    grid-template-columns: 1fr;
  }

  .em-hero__facts--rail .em-fact {
    min-height: 0;
    padding: 16px 18px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .16);
  }

  .em-hero__facts--rail .em-fact:last-child {
    border-bottom: 0;
  }

  .em-rate-grid {
    grid-template-columns: 1fr;
  }

  .em-rate-card {
    min-height: 0;
  }

  .em-rate-buying-notes ul {
    grid-template-columns: 1fr;
  }

  .em-rate-full-compare summary {
    align-items: flex-start;
    flex-wrap: wrap;
  }

  .em-rate-full-compare summary b {
    display: block;
    margin-top: 4px;
  }

  .em-rate-full-compare__head {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .em-section,
  .em-cta {
    padding: 44px 0;
  }

  .em-footer__bottom {
    display: grid;
  }
}

@media (max-width: 420px) {
  .em-process-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 340px) {
  .em-hero h1 {
    font-size: 31px;
  }

  .em-answer-card {
    padding: 18px;
  }

  .em-answer-card h2,
  .em-answer-card h3,
  .em-section__head h2 {
    font-size: 26px;
  }
}

/* End */
/* /local/templates/ermakov_2026/assets/css/premium-theme.css?178410718030922 */
/* /local/templates/ermakov_2026/template_styles.css?178368968136002 */
