/* Start custom CSS for html, class: .elementor-element-9638555 */.enwr-page {
  --enwr-surface: #ffffff;
  --enwr-soft: #edf3f5;
  --enwr-ink: #15232d;
  --enwr-muted: #5b6974;
  --enwr-line: #d7e0e5;
  --enwr-red: #b42318;
  --enwr-red-dark: #8d1c15;
  --enwr-blue: #0e6078;
  --enwr-blue-dark: #09485b;
  --enwr-green: #19704a;
  --enwr-radius: 22px;
  --enwr-shadow: 0 16px 44px rgba(21, 35, 45, 0.08);

  color: var(--enwr-ink);
  font-family: inherit;
  font-size: 17px;
  line-height: 1.66;
}

.enwr-page,
.enwr-page * {
  box-sizing: border-box;
}

.enwr-page h1,
.enwr-page h2,
.enwr-page h3,
.enwr-page p,
.enwr-page ul {
  margin-top: 0;
}

.enwr-page a {
  color: var(--enwr-blue);
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.enwr-container {
  width: min(1180px, calc(100% - 32px));
  margin-inline: auto;
}

.enwr-hero {
  position: relative;
  overflow: hidden;
  padding: 72px 0 62px;
  background:
    radial-gradient(circle at 92% 5%, rgba(180, 35, 24, 0.15), transparent 31%),
    radial-gradient(circle at 4% 98%, rgba(14, 96, 120, 0.17), transparent 34%),
    linear-gradient(145deg, #fafcfd 0%, #e9f1f4 100%);
  border-bottom: 1px solid var(--enwr-line);
}

.enwr-hero::after {
  position: absolute;
  right: -80px;
  bottom: -120px;
  width: 330px;
  height: 330px;
  border: 48px solid rgba(255, 255, 255, 0.34);
  border-radius: 50%;
  content: "";
  pointer-events: none;
}

.enwr-hero__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(320px, 0.65fr);
  gap: 44px;
  align-items: center;
}

.enwr-eyebrow,
.enwr-kicker {
  margin-bottom: 9px;
  color: var(--enwr-red);
  font-size: 13px;
  font-weight: 850;
  letter-spacing: 0.075em;
  text-transform: uppercase;
}

.enwr-hero h1 {
  max-width: 920px;
  margin-bottom: 23px;
  font-size: clamp(38px, 5.25vw, 64px);
  line-height: 1.07;
  letter-spacing: -0.04em;
}

.enwr-lead {
  max-width: 870px;
  margin-bottom: 28px;
  color: var(--enwr-muted);
  font-size: clamp(18px, 2vw, 22px);
  line-height: 1.55;
}

.enwr-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.enwr-btn {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  padding: 13px 21px;
  border: 2px solid transparent;
  border-radius: 14px;
  font-size: 15px;
  font-weight: 850;
  line-height: 1.25;
  text-align: center;
  text-decoration: none !important;
  transition: transform 0.18s ease, background-color 0.18s ease, box-shadow 0.18s ease;
}

.enwr-btn:hover {
  transform: translateY(-2px);
}

.enwr-btn:focus-visible,
.enwr-page a:focus-visible,
.enwr-page summary:focus-visible {
  outline: 3px solid rgba(14, 96, 120, 0.28);
  outline-offset: 3px;
}

.enwr-btn--primary {
  background: var(--enwr-red);
  color: #ffffff !important;
  box-shadow: 0 12px 28px rgba(180, 35, 24, 0.22);
}

.enwr-btn--primary:hover {
  background: var(--enwr-red-dark);
}

.enwr-btn--secondary {
  border-color: var(--enwr-ink);
  background: rgba(255, 255, 255, 0.82);
  color: var(--enwr-ink) !important;
}

.enwr-btn--secondary:hover {
  background: var(--enwr-ink);
  color: #ffffff !important;
}

.enwr-btn--max {
  background: #111827;
  color: #ffffff !important;
}

.enwr-btn--max:hover {
  background: #000000;
}

.enwr-btn--telegram {
  background: #1676a6;
  color: #ffffff !important;
}

.enwr-btn--telegram:hover {
  background: #105c82;
}

.enwr-hero__card {
  display: grid;
  gap: 11px;
  padding: 24px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(215, 224, 229, 0.92);
  border-radius: var(--enwr-radius);
  box-shadow: var(--enwr-shadow);
  backdrop-filter: blur(8px);
}

.enwr-hero__card article {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  padding: 14px;
  background: #f7f9fa;
  border: 1px solid var(--enwr-line);
  border-radius: 13px;
}

.enwr-hero__card article > span {
  grid-row: 1 / 3;
  display: flex;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  background: var(--enwr-blue);
  border-radius: 11px;
  color: #ffffff;
  font-size: 11px;
  font-weight: 900;
}

.enwr-hero__card strong,
.enwr-hero__card small {
  display: block;
}

.enwr-hero__card strong {
  align-self: end;
  font-size: 15px;
}

.enwr-hero__card small {
  align-self: start;
  margin-top: -4px;
  color: var(--enwr-muted);
  font-size: 12px;
}

.enwr-alert {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 20px;
  margin-top: 30px;
  padding: 24px;
  border: 1px solid var(--enwr-line);
  border-radius: 18px;
}

.enwr-alert h2,
.enwr-alert h3 {
  margin-bottom: 7px;
  font-size: 21px;
  line-height: 1.3;
}

.enwr-alert p {
  margin-bottom: 0;
  color: var(--enwr-muted);
}

.enwr-alert__icon {
  display: flex;
  width: 50px;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  align-self: start;
  padding: 7px;
  border-radius: 14px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 900;
  text-align: center;
}

.enwr-alert--language,
.enwr-alert--info {
  background: #f2f8fa;
}

.enwr-alert--language .enwr-alert__icon,
.enwr-alert--info .enwr-alert__icon {
  background: var(--enwr-blue);
}

.enwr-alert--danger {
  background: #fff3f1;
  border-color: #edc8c3;
}

.enwr-alert--danger .enwr-alert__icon {
  background: var(--enwr-red);
}

.enwr-alert--inside {
  margin-top: 20px;
}

.enwr-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 30px;
  padding: 12px;
  background: var(--enwr-surface);
  border: 1px solid var(--enwr-line);
  border-radius: 16px;
  box-shadow: 0 6px 20px rgba(21, 35, 45, 0.035);
}

.enwr-nav a {
  padding: 8px 12px;
  border-radius: 9px;
  color: var(--enwr-ink);
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
}

.enwr-nav a:hover {
  background: var(--enwr-soft);
  color: var(--enwr-blue);
}

.enwr-section {
  padding-top: 78px;
  scroll-margin-top: 28px;
}

.enwr-heading {
  display: grid;
  grid-template-columns: 62px minmax(0, 1fr);
  gap: 20px;
  max-width: 950px;
  margin-bottom: 31px;
}

.enwr-heading__number {
  display: flex;
  width: 54px;
  height: 54px;
  align-items: center;
  justify-content: center;
  background: var(--enwr-ink);
  border-radius: 16px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 900;
}

.enwr-heading h2 {
  margin-bottom: 9px;
  font-size: clamp(29px, 4vw, 43px);
  line-height: 1.17;
  letter-spacing: -0.027em;
}

.enwr-heading p:last-child {
  margin-bottom: 0;
  color: var(--enwr-muted);
  font-size: 18px;
}

.enwr-direct-answer {
  padding: 28px 30px;
  background: linear-gradient(135deg, var(--enwr-ink), #263f4d);
  border-radius: 20px;
  color: #ffffff;
  box-shadow: var(--enwr-shadow);
}

.enwr-direct-answer p {
  max-width: 1080px;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 1.65;
}

.enwr-foundations {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 15px;
  margin-top: 20px;
}

.enwr-foundations article {
  min-width: 0;
  padding: 21px;
  background: var(--enwr-surface);
  border: 1px solid var(--enwr-line);
  border-radius: 16px;
}

.enwr-foundations > article > span {
  display: flex;
  width: 34px;
  height: 34px;
  align-items: center;
  justify-content: center;
  margin-bottom: 11px;
  background: var(--enwr-blue);
  border-radius: 9px;
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
}

.enwr-foundations h3 {
  margin-bottom: 7px;
  font-size: 18px;
  line-height: 1.3;
}

.enwr-foundations p {
  margin-bottom: 0;
  color: var(--enwr-muted);
  font-size: 14px;
}

.enwr-work-types {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 17px;
}

.enwr-work-types article {
  min-width: 0;
  padding: 24px;
  background: var(--enwr-surface);
  border: 1px solid var(--enwr-line);
  border-top: 6px solid var(--enwr-blue);
  border-radius: 17px;
}

.enwr-work-types article:nth-child(2) {
  border-top-color: #7758a5;
}

.enwr-work-types article:nth-child(3) {
  border-top-color: var(--enwr-red);
}

.enwr-work-types__tag {
  display: inline-flex;
  margin-bottom: 12px;
  padding: 5px 9px;
  background: var(--enwr-soft);
  border-radius: 999px;
  color: var(--enwr-blue-dark);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.enwr-work-types h3 {
  margin-bottom: 9px;
  font-size: 21px;
}

.enwr-work-types p,
.enwr-work-types ul {
  color: var(--enwr-muted);
  font-size: 14px;
}

.enwr-work-types ul {
  display: grid;
  gap: 7px;
  margin-bottom: 0;
  padding-left: 20px;
}

.enwr-note {
  margin-top: 18px;
  padding: 20px 23px;
  background: #f5f8fa;
  border-left: 5px solid var(--enwr-blue);
  border-radius: 12px;
  color: var(--enwr-muted);
}

.enwr-note strong {
  color: var(--enwr-ink);
}

.enwr-table-wrap {
  overflow-x: auto;
  border: 1px solid var(--enwr-line);
  border-radius: 18px;
  box-shadow: 0 9px 28px rgba(21, 35, 45, 0.04);
  -webkit-overflow-scrolling: touch;
}

.enwr-table {
  width: 100%;
  min-width: 850px;
  border-collapse: collapse;
  background: var(--enwr-surface);
}

.enwr-table th,
.enwr-table td {
  padding: 14px 16px;
  border-bottom: 1px solid var(--enwr-line);
  text-align: left;
  vertical-align: top;
}

.enwr-table th {
  background: var(--enwr-ink);
  color: #ffffff;
  font-size: 14px;
}

.enwr-table td {
  font-size: 14px;
}

.enwr-table td:first-child {
  color: var(--enwr-red);
  font-weight: 850;
}

.enwr-table tr:last-child td {
  border-bottom: 0;
}

.enwr-table tbody tr:hover {
  background: #f8fafb;
}

.enwr-warning {
  margin-top: 20px;
  padding: 24px;
  background: #fff3f1;
  border: 1px solid #eac7c2;
  border-left: 6px solid var(--enwr-red);
  border-radius: 15px;
}

.enwr-warning h3 {
  margin-bottom: 7px;
  font-size: 21px;
}

.enwr-warning p {
  margin-bottom: 0;
  color: var(--enwr-muted);
}

.enwr-documents {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 15px;
}

.enwr-documents article {
  min-width: 0;
  padding: 21px;
  background: var(--enwr-surface);
  border: 1px solid var(--enwr-line);
  border-radius: 16px;
}

.enwr-document__code {
  display: inline-flex;
  min-width: 44px;
  height: 38px;
  align-items: center;
  justify-content: center;
  margin-bottom: 11px;
  padding: 6px 9px;
  background: var(--enwr-ink);
  border-radius: 9px;
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
}

.enwr-documents h3 {
  margin-bottom: 5px;
  color: var(--enwr-red);
  font-size: 15px;
  line-height: 1.3;
}

.enwr-documents strong {
  display: block;
  margin-bottom: 7px;
  font-size: 17px;
  line-height: 1.3;
}

.enwr-documents p {
  margin-bottom: 0;
  color: var(--enwr-muted);
  font-size: 13px;
}

.enwr-document-levels {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 20px;
}

.enwr-document-levels article {
  padding: 22px;
  background: #f4f8fa;
  border: 1px solid #c9dce4;
  border-radius: 16px;
}

.enwr-document-levels h3 {
  margin-bottom: 7px;
  font-size: 18px;
}

.enwr-document-levels p {
  margin-bottom: 0;
  color: var(--enwr-muted);
  font-size: 14px;
}

.enwr-workflow {
  display: grid;
  gap: 15px;
}

.enwr-workflow article {
  display: grid;
  grid-template-columns: 76px minmax(0, 1fr);
  gap: 20px;
  padding: 24px;
  background: var(--enwr-surface);
  border: 1px solid var(--enwr-line);
  border-radius: 17px;
}

.enwr-workflow__number {
  display: flex;
  width: 68px;
  height: 68px;
  align-items: center;
  justify-content: center;
  background: var(--enwr-ink);
  border-radius: 16px;
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
}

.enwr-workflow h3 {
  margin-bottom: 7px;
  font-size: 22px;
}

.enwr-workflow p,
.enwr-workflow ul {
  color: var(--enwr-muted);
}

.enwr-workflow p {
  margin-bottom: 10px;
}

.enwr-workflow ul {
  display: grid;
  gap: 6px;
  margin-bottom: 0;
  padding-left: 20px;
  font-size: 14px;
}

.enwr-isolation {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 15px;
}

.enwr-isolation article {
  min-width: 0;
  padding: 22px;
  background: var(--enwr-surface);
  border: 1px solid var(--enwr-line);
  border-top: 5px solid var(--enwr-blue);
  border-radius: 16px;
}

.enwr-isolation article > span {
  display: flex;
  width: 34px;
  height: 34px;
  align-items: center;
  justify-content: center;
  margin-bottom: 11px;
  background: var(--enwr-blue);
  border-radius: 9px;
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
}

.enwr-isolation h3 {
  margin-bottom: 7px;
  font-size: 19px;
  line-height: 1.3;
}

.enwr-isolation p {
  margin-bottom: 0;
  color: var(--enwr-muted);
  font-size: 14px;
}

.enwr-stop {
  display: grid;
  grid-template-columns: 86px minmax(0, 1fr);
  gap: 20px;
  align-items: center;
  margin-top: 20px;
  padding: 24px;
  background: var(--enwr-ink);
  border-radius: 18px;
  color: #ffffff;
}

.enwr-stop > span {
  display: flex;
  width: 76px;
  height: 76px;
  align-items: center;
  justify-content: center;
  background: var(--enwr-red);
  border: 5px solid #ffffff;
  border-radius: 50%;
  font-size: 13px;
  font-weight: 900;
}

.enwr-stop h3 {
  margin-bottom: 6px;
  font-size: 21px;
}

.enwr-stop p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.75);
}

.enwr-installation-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 15px;
}

.enwr-installation-grid article {
  min-width: 0;
  padding: 22px;
  background: var(--enwr-surface);
  border: 1px solid var(--enwr-line);
  border-radius: 16px;
}

.enwr-installation-grid__icon {
  display: inline-flex;
  min-width: 40px;
  height: 36px;
  align-items: center;
  justify-content: center;
  margin-bottom: 11px;
  padding: 6px 9px;
  background: var(--enwr-blue);
  border-radius: 9px;
  color: #ffffff;
  font-size: 11px;
  font-weight: 900;
}

.enwr-installation-grid h3 {
  margin-bottom: 7px;
  font-size: 19px;
}

.enwr-installation-grid p {
  margin-bottom: 0;
  color: var(--enwr-muted);
  font-size: 14px;
}

.enwr-concealed {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr);
  gap: 18px;
  margin-top: 20px;
}

.enwr-concealed > div,
.enwr-concealed aside {
  padding: 24px;
  border-radius: 17px;
}

.enwr-concealed > div {
  background: #f4f8fa;
  border: 1px solid #c9dce4;
}

.enwr-concealed h3 {
  margin-bottom: 12px;
  font-size: 21px;
}

.enwr-concealed ul {
  display: grid;
  gap: 8px;
  margin-bottom: 0;
  padding-left: 20px;
  color: var(--enwr-muted);
}

.enwr-concealed aside {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: var(--enwr-ink);
  color: #ffffff;
}

.enwr-concealed aside strong,
.enwr-concealed aside p,
.enwr-concealed aside span {
  display: block;
}

.enwr-concealed aside strong {
  margin-bottom: 11px;
  color: #ffb4ad;
  font-size: 12px;
  text-transform: uppercase;
}

.enwr-concealed aside p {
  margin-bottom: 8px;
  font-size: 20px;
  font-weight: 850;
}

.enwr-concealed aside span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
}

.enwr-panel-checks,
.enwr-handover {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 15px;
}

.enwr-panel-checks article,
.enwr-handover article {
  min-width: 0;
  padding: 21px;
  background: var(--enwr-surface);
  border: 1px solid var(--enwr-line);
  border-radius: 16px;
}

.enwr-panel-checks span,
.enwr-handover span {
  display: block;
  margin-bottom: 10px;
  color: var(--enwr-red);
  font-size: 12px;
  font-weight: 900;
}

.enwr-panel-checks h3,
.enwr-handover h3 {
  margin-bottom: 7px;
  font-size: 18px;
  line-height: 1.3;
}

.enwr-panel-checks p,
.enwr-handover p {
  margin-bottom: 0;
  color: var(--enwr-muted);
  font-size: 14px;
}

.enwr-panel-example {
  margin-top: 20px;
  overflow: hidden;
  border: 1px solid var(--enwr-line);
  border-radius: 17px;
}

.enwr-panel-example__head,
.enwr-panel-example__row {
  display: grid;
  grid-template-columns: 90px 1fr 1.5fr;
  gap: 15px;
  padding: 14px 17px;
}

.enwr-panel-example__head {
  background: var(--enwr-ink);
  color: #ffffff;
}

.enwr-panel-example__head span {
  color: #ffb4ad;
  font-weight: 850;
}

.enwr-panel-example__row {
  background: var(--enwr-surface);
  border-bottom: 1px solid var(--enwr-line);
}

.enwr-panel-example__row:last-child {
  border-bottom: 0;
}

.enwr-panel-example__row > span:first-child {
  color: var(--enwr-blue-dark);
  font-weight: 900;
}

.enwr-panel-example__row > strong {
  color: var(--enwr-red);
}

.enwr-panel-example__row > span:last-child {
  color: var(--enwr-muted);
  font-size: 14px;
}

.enwr-testing {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 15px;
}

.enwr-testing article {
  min-width: 0;
  padding: 22px;
  background: var(--enwr-surface);
  border: 1px solid var(--enwr-line);
  border-radius: 16px;
}

.enwr-testing__letter {
  display: flex;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
  background: var(--enwr-blue);
  border-radius: 10px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 900;
}

.enwr-testing h3 {
  margin-bottom: 10px;
  font-size: 19px;
}

.enwr-testing ul {
  display: grid;
  gap: 7px;
  margin-bottom: 0;
  padding-left: 19px;
  color: var(--enwr-muted);
  font-size: 14px;
}

.enwr-test-report {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr);
  gap: 18px;
  margin-top: 20px;
}

.enwr-test-report > div,
.enwr-test-report aside {
  padding: 24px;
  border-radius: 17px;
}

.enwr-test-report > div {
  background: #f4f8fa;
  border: 1px solid #c9dce4;
}

.enwr-test-report h3 {
  margin-bottom: 12px;
  font-size: 21px;
}

.enwr-test-report ul {
  display: grid;
  gap: 8px;
  margin-bottom: 0;
  padding-left: 20px;
  color: var(--enwr-muted);
}

.enwr-test-report aside {
  background: var(--enwr-ink);
  color: #ffffff;
}

.enwr-test-report aside span,
.enwr-test-report aside strong {
  display: block;
}

.enwr-test-report aside span {
  margin-bottom: 7px;
  color: #ffb4ad;
  font-size: 14px;
  font-weight: 850;
}

.enwr-test-report aside strong {
  margin-bottom: 10px;
  font-size: 22px;
}

.enwr-test-report aside p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
}

.enwr-acceptance {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(270px, 0.65fr);
  gap: 18px;
  margin-top: 20px;
}

.enwr-acceptance > div,
.enwr-acceptance aside {
  padding: 24px;
  border-radius: 17px;
}

.enwr-acceptance > div {
  background: #f4f8fa;
  border: 1px solid #c9dce4;
}

.enwr-acceptance h3 {
  margin-bottom: 12px;
  font-size: 21px;
}

.enwr-acceptance ul {
  display: grid;
  gap: 8px;
  margin-bottom: 0;
  padding-left: 20px;
  color: var(--enwr-muted);
}

.enwr-acceptance aside {
  background: #eef8f3;
  border: 1px solid #c8e0d2;
}

.enwr-acceptance aside strong {
  display: block;
  margin-bottom: 10px;
  color: var(--enwr-green);
  font-size: 19px;
}

.enwr-acceptance aside p {
  margin-bottom: 7px;
  color: var(--enwr-muted);
  font-size: 14px;
}

.enwr-mistakes {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 15px;
}

.enwr-mistakes article {
  min-width: 0;
  padding: 22px;
  background: #fff7f3;
  border: 1px solid #ecd2c8;
  border-radius: 16px;
}

.enwr-mistakes > article > span {
  display: block;
  margin-bottom: 10px;
  color: var(--enwr-red);
  font-size: 12px;
  font-weight: 900;
}

.enwr-mistakes h3 {
  margin-bottom: 7px;
  font-size: 18px;
  line-height: 1.3;
}

.enwr-mistakes p {
  margin-bottom: 0;
  color: var(--enwr-muted);
  font-size: 14px;
}

.enwr-phrases {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 13px;
}

.enwr-phrases article {
  overflow: hidden;
  background: var(--enwr-surface);
  border: 1px solid var(--enwr-line);
  border-radius: 14px;
}

.enwr-phrases p,
.enwr-phrases strong {
  display: block;
  margin-bottom: 0;
  padding: 13px 16px;
}

.enwr-phrases p {
  background: var(--enwr-soft);
  color: var(--enwr-ink);
  font-weight: 850;
}

.enwr-phrases strong {
  color: var(--enwr-muted);
  font-size: 14px;
  font-weight: 650;
}

.enwr-standards {
  display: grid;
  gap: 13px;
}

.enwr-standards article {
  display: grid;
  grid-template-columns: 120px minmax(0, 1fr);
  gap: 19px;
  align-items: start;
  padding: 21px;
  background: var(--enwr-surface);
  border: 1px solid var(--enwr-line);
  border-radius: 15px;
}

.enwr-standard__code {
  display: flex;
  min-height: 49px;
  align-items: center;
  justify-content: center;
  padding: 8px;
  background: var(--enwr-soft);
  border-radius: 11px;
  color: var(--enwr-blue-dark);
  font-size: 14px;
  font-weight: 900;
  text-align: center;
}

.enwr-standards h3 {
  margin-bottom: 5px;
  font-size: 18px;
  line-height: 1.35;
}

.enwr-standards p {
  margin-bottom: 0;
  color: var(--enwr-muted);
  font-size: 15px;
}

.enwr-faq {
  display: grid;
  gap: 11px;
}

.enwr-faq details {
  overflow: hidden;
  background: var(--enwr-surface);
  border: 1px solid var(--enwr-line);
  border-radius: 15px;
}

.enwr-faq summary {
  position: relative;
  padding: 18px 54px 18px 20px;
  cursor: pointer;
  font-weight: 850;
  list-style: none;
}

.enwr-faq summary::-webkit-details-marker {
  display: none;
}

.enwr-faq summary::after {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  color: var(--enwr-blue);
  content: "+";
  font-size: 24px;
  font-weight: 700;
}

.enwr-faq details[open] summary::after {
  content: "−";
}

.enwr-faq details > div {
  padding: 0 20px 18px;
  color: var(--enwr-muted);
}

.enwr-faq details p {
  margin-bottom: 0;
}

.enwr-cta {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(270px, 0.75fr);
  gap: 28px;
  margin-top: 78px;
  padding: 36px;
  background:
    radial-gradient(circle at 100% 0%, rgba(180, 35, 24, 0.25), transparent 34%),
    linear-gradient(135deg, #15242e, #24404f);
  border-radius: 24px;
  color: #ffffff;
  box-shadow: var(--enwr-shadow);
}

.enwr-cta .enwr-kicker {
  color: #ffb4ad;
}

.enwr-cta h2 {
  margin-bottom: 12px;
  font-size: clamp(28px, 4vw, 41px);
  line-height: 1.17;
}

.enwr-cta p {
  max-width: 780px;
  margin-bottom: 22px;
  color: rgba(255, 255, 255, 0.78);
}

.enwr-cta__facts {
  display: grid;
  align-content: center;
  gap: 9px;
  padding: 23px;
  background: rgba(255, 255, 255, 0.09);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 17px;
}

.enwr-cta__facts div {
  padding: 11px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.13);
}

.enwr-cta__facts div:last-child {
  border-bottom: 0;
}

.enwr-cta__facts strong,
.enwr-cta__facts span {
  display: block;
}

.enwr-cta__facts strong {
  margin-bottom: 3px;
  font-size: 14px;
}

.enwr-cta__facts span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
}

.enwr-footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px 22px;
  padding: 28px 0 58px;
}

.enwr-footer-links a {
  font-size: 14px;
  font-weight: 850;
}

@media (max-width: 1080px) {
  .enwr-foundations,
  .enwr-documents,
  .enwr-panel-checks,
  .enwr-handover,
  .enwr-testing {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 950px) {
  .enwr-hero__grid,
  .enwr-concealed,
  .enwr-test-report,
  .enwr-acceptance,
  .enwr-cta {
    grid-template-columns: 1fr;
  }

  .enwr-hero__card {
    max-width: 720px;
  }

  .enwr-work-types,
  .enwr-isolation,
  .enwr-installation-grid,
  .enwr-mistakes {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .enwr-page {
    font-size: 16px;
  }

  .enwr-container {
    width: min(100% - 22px, 1180px);
  }

  .enwr-hero {
    padding: 45px 0 42px;
  }

  .enwr-hero h1 {
    font-size: clamp(33px, 10.2vw, 46px);
  }

  .enwr-lead {
    font-size: 18px;
  }

  .enwr-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .enwr-btn {
    width: 100%;
  }

  .enwr-alert {
    grid-template-columns: 1fr;
    padding: 21px;
  }

  .enwr-nav {
    align-items: stretch;
    flex-direction: column;
  }

  .enwr-nav a {
    width: 100%;
  }

  .enwr-section {
    padding-top: 58px;
  }

  .enwr-heading {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .enwr-heading__number {
    width: 47px;
    height: 47px;
  }

  .enwr-heading h2 {
    font-size: 30px;
  }

  .enwr-heading p:last-child {
    font-size: 16px;
  }

  .enwr-direct-answer {
    padding: 23px;
  }

  .enwr-direct-answer p {
    font-size: 17px;
  }

  .enwr-foundations,
  .enwr-work-types,
  .enwr-documents,
  .enwr-document-levels,
  .enwr-isolation,
  .enwr-installation-grid,
  .enwr-panel-checks,
  .enwr-handover,
  .enwr-testing,
  .enwr-mistakes,
  .enwr-phrases {
    grid-template-columns: 1fr;
  }

  .enwr-workflow article {
    grid-template-columns: 1fr;
  }

  .enwr-stop {
    grid-template-columns: 1fr;
  }

  .enwr-panel-example__head,
  .enwr-panel-example__row {
    grid-template-columns: 1fr;
    gap: 5px;
  }

  .enwr-panel-example__head {
    display: none;
  }

  .enwr-standards article {
    grid-template-columns: 1fr;
  }

  .enwr-standard__code {
    width: fit-content;
    min-width: 100px;
  }

  .enwr-cta {
    margin-top: 58px;
    padding: 25px;
  }
}

@media (max-width: 430px) {
  .enwr-hero h1 {
    font-size: 31px;
  }

  .enwr-hero__card {
    padding: 18px;
  }

  .enwr-hero__card article {
    grid-template-columns: 1fr;
  }

  .enwr-hero__card article > span {
    grid-row: auto;
  }

  .enwr-workflow__number {
    width: 58px;
    height: 58px;
  }
}/* End custom CSS */