/* Start custom CSS for html, class: .elementor-element-011d1dc */.emtr-protect {
  --ep-bg: #f3f6f8;
  --ep-surface: #ffffff;
  --ep-surface-soft: #edf3f5;
  --ep-ink: #15232d;
  --ep-muted: #5b6974;
  --ep-line: #d7e0e5;
  --ep-red: #b42318;
  --ep-red-dark: #8d1c15;
  --ep-blue: #0e6078;
  --ep-blue-dark: #09485b;
  --ep-green: #19704a;
  --ep-amber: #9a5a00;
  --ep-purple: #6950a1;
  --ep-radius: 22px;
  --ep-shadow: 0 16px 44px rgba(21, 35, 45, 0.08);

  color: var(--ep-ink);
  font-family: inherit;
  font-size: 17px;
  line-height: 1.66;
}

.emtr-protect,
.emtr-protect * {
  box-sizing: border-box;
}

.emtr-protect h1,
.emtr-protect h2,
.emtr-protect h3,
.emtr-protect p,
.emtr-protect ul {
  margin-top: 0;
}

.emtr-protect a {
  color: var(--ep-blue);
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.emtr-protect__container {
  width: min(1180px, calc(100% - 32px));
  margin-inline: auto;
}

.emtr-protect__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(--ep-line);
}

.emtr-protect__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;
}

.emtr-protect__hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(310px, 0.65fr);
  gap: 44px;
  align-items: center;
}

.emtr-protect__eyebrow,
.emtr-protect__kicker {
  margin-bottom: 9px;
  color: var(--ep-red);
  font-size: 13px;
  font-weight: 850;
  letter-spacing: 0.075em;
  text-transform: uppercase;
}

.emtr-protect__hero h1 {
  max-width: 880px;
  margin-bottom: 23px;
  font-size: clamp(38px, 5.3vw, 65px);
  line-height: 1.07;
  letter-spacing: -0.04em;
}

.emtr-protect__lead {
  max-width: 850px;
  margin-bottom: 28px;
  color: var(--ep-muted);
  font-size: clamp(18px, 2vw, 22px);
  line-height: 1.55;
}

.emtr-protect__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.emtr-protect__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;
}

.emtr-protect__btn:hover {
  transform: translateY(-2px);
}

.emtr-protect__btn:focus-visible,
.emtr-protect a:focus-visible,
.emtr-protect summary:focus-visible {
  outline: 3px solid rgba(14, 96, 120, 0.28);
  outline-offset: 3px;
}

.emtr-protect__btn--primary {
  background: var(--ep-red);
  color: #ffffff !important;
  box-shadow: 0 12px 28px rgba(180, 35, 24, 0.22);
}

.emtr-protect__btn--primary:hover {
  background: var(--ep-red-dark);
}

.emtr-protect__btn--secondary {
  border-color: var(--ep-ink);
  background: rgba(255, 255, 255, 0.82);
  color: var(--ep-ink) !important;
}

.emtr-protect__btn--secondary:hover {
  background: var(--ep-ink);
  color: #ffffff !important;
}

.emtr-protect__btn--max {
  background: #111827;
  color: #ffffff !important;
}

.emtr-protect__btn--max:hover {
  background: #000000;
}

.emtr-protect__btn--telegram {
  background: #1676a6;
  color: #ffffff !important;
}

.emtr-protect__btn--telegram:hover {
  background: #105c82;
}

.emtr-protect__hero-card {
  display: grid;
  gap: 12px;
  padding: 25px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(215, 224, 229, 0.92);
  border-radius: var(--ep-radius);
  box-shadow: var(--ep-shadow);
  backdrop-filter: blur(8px);
}

.emtr-protect__hero-card article {
  display: grid;
  grid-template-columns: 70px minmax(0, 1fr);
  gap: 15px;
  align-items: center;
  padding: 14px;
  background: #f7f9fa;
  border: 1px solid var(--ep-line);
  border-radius: 14px;
}

.emtr-protect__device-code {
  display: flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 8px;
  background: var(--ep-blue);
  border-radius: 11px;
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
}

.emtr-protect__device-code--rccb {
  background: var(--ep-purple);
}

.emtr-protect__device-code--rcbo {
  background: var(--ep-red);
}

.emtr-protect__hero-card strong,
.emtr-protect__hero-card small {
  display: block;
}

.emtr-protect__hero-card strong {
  margin-bottom: 3px;
  font-size: 16px;
}

.emtr-protect__hero-card small {
  color: var(--ep-muted);
  font-size: 13px;
}

.emtr-protect__alert {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 20px;
  margin-top: 30px;
  padding: 24px;
  border: 1px solid var(--ep-line);
  border-radius: 18px;
}

.emtr-protect__alert h2,
.emtr-protect__alert h3 {
  margin-bottom: 7px;
  font-size: 21px;
  line-height: 1.3;
}

.emtr-protect__alert p {
  margin-bottom: 0;
  color: var(--ep-muted);
}

.emtr-protect__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;
}

.emtr-protect__alert--translation {
  background: #f2f8fa;
}

.emtr-protect__alert--translation .emtr-protect__alert-icon {
  background: var(--ep-blue);
}

.emtr-protect__alert--danger {
  background: #fff3f1;
  border-color: #edc8c3;
}

.emtr-protect__alert--danger .emtr-protect__alert-icon {
  background: var(--ep-red);
}

.emtr-protect__alert--info {
  background: #f4f8fb;
  border-color: #c9dce4;
}

.emtr-protect__alert--info .emtr-protect__alert-icon {
  background: var(--ep-blue);
}

.emtr-protect__alert--inside {
  margin-top: 20px;
}

.emtr-protect__nav {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 30px;
  padding: 12px;
  background: var(--ep-surface);
  border: 1px solid var(--ep-line);
  border-radius: 16px;
  box-shadow: 0 6px 20px rgba(21, 35, 45, 0.035);
}

.emtr-protect__nav a {
  padding: 8px 12px;
  border-radius: 9px;
  color: var(--ep-ink);
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
}

.emtr-protect__nav a:hover {
  background: var(--ep-surface-soft);
  color: var(--ep-blue);
}

.emtr-protect__section {
  padding-top: 78px;
  scroll-margin-top: 28px;
}

.emtr-protect__heading {
  display: grid;
  grid-template-columns: 62px minmax(0, 1fr);
  gap: 20px;
  max-width: 930px;
  margin-bottom: 31px;
}

.emtr-protect__heading-number {
  display: flex;
  width: 54px;
  height: 54px;
  align-items: center;
  justify-content: center;
  background: var(--ep-ink);
  border-radius: 16px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 900;
}

.emtr-protect__heading h2 {
  margin-bottom: 9px;
  font-size: clamp(29px, 4vw, 43px);
  line-height: 1.17;
  letter-spacing: -0.027em;
}

.emtr-protect__heading p:last-child {
  margin-bottom: 0;
  color: var(--ep-muted);
  font-size: 18px;
}

.emtr-protect__direct-answer {
  padding: 28px 30px;
  background: linear-gradient(135deg, var(--ep-ink), #263f4d);
  border-radius: 20px;
  color: #ffffff;
  box-shadow: var(--ep-shadow);
}

.emtr-protect__direct-answer p {
  max-width: 1070px;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 1.65;
}

.emtr-protect__quick-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 20px;
}

.emtr-protect__quick-card {
  min-width: 0;
  padding: 25px;
  background: var(--ep-surface);
  border: 1px solid #bfd5dc;
  border-top: 5px solid var(--ep-blue);
  border-radius: 18px;
  box-shadow: 0 8px 25px rgba(21, 35, 45, 0.04);
}

.emtr-protect__quick-card--rccb {
  border-color: #d4cbe7;
  border-top-color: var(--ep-purple);
}

.emtr-protect__quick-card--rcbo {
  border-color: #e9cbc6;
  border-top-color: var(--ep-red);
}

.emtr-protect__quick-code {
  display: inline-flex;
  margin-bottom: 14px;
  padding: 5px 10px;
  background: var(--ep-surface-soft);
  border-radius: 999px;
  color: var(--ep-blue-dark);
  font-size: 13px;
  font-weight: 900;
}

.emtr-protect__quick-card h3 {
  margin-bottom: 5px;
  font-size: 22px;
  line-height: 1.25;
}

.emtr-protect__quick-card > p {
  margin-bottom: 14px;
  color: var(--ep-red);
  font-size: 14px;
  font-weight: 850;
}

.emtr-protect__quick-card ul {
  display: grid;
  gap: 7px;
  margin-bottom: 0;
  padding-left: 20px;
  color: var(--ep-muted);
  font-size: 15px;
}

.emtr-protect__table-wrap {
  overflow-x: auto;
  border: 1px solid var(--ep-line);
  border-radius: 18px;
  box-shadow: 0 9px 28px rgba(21, 35, 45, 0.04);
  -webkit-overflow-scrolling: touch;
}

.emtr-protect__table {
  width: 100%;
  min-width: 820px;
  border-collapse: collapse;
  background: var(--ep-surface);
}

.emtr-protect__table th,
.emtr-protect__table td {
  padding: 14px 16px;
  border-bottom: 1px solid var(--ep-line);
  text-align: left;
  vertical-align: top;
}

.emtr-protect__table th {
  background: var(--ep-ink);
  color: #ffffff;
  font-size: 14px;
}

.emtr-protect__table td {
  font-size: 14px;
}

.emtr-protect__table td:first-child {
  font-weight: 800;
}

.emtr-protect__table tr:last-child td {
  border-bottom: 0;
}

.emtr-protect__table tbody tr:hover {
  background: #f8fafb;
}

.emtr-protect__yes,
.emtr-protect__no {
  display: inline-flex;
  padding: 4px 8px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 850;
}

.emtr-protect__yes {
  background: #e2f3ea;
  color: var(--ep-green);
}

.emtr-protect__no {
  background: #f9e8e5;
  color: var(--ep-red);
}

.emtr-protect__note,
.emtr-protect__callout {
  margin-top: 18px;
  padding: 20px 23px;
  background: #f5f8fa;
  border-left: 5px solid var(--ep-blue);
  border-radius: 12px;
  color: var(--ep-muted);
}

.emtr-protect__note strong,
.emtr-protect__callout strong {
  color: var(--ep-ink);
}

.emtr-protect__device-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(260px, 0.65fr);
  gap: 28px;
  align-items: center;
}

.emtr-protect__device-layout--reverse {
  grid-template-columns: minmax(260px, 0.65fr) minmax(0, 1.35fr);
}

.emtr-protect__device-explanation > p {
  color: var(--ep-muted);
  font-size: 18px;
}

.emtr-protect__two-protections {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 15px;
  margin-top: 20px;
}

.emtr-protect__two-protections article {
  padding: 21px;
  background: var(--ep-surface);
  border: 1px solid var(--ep-line);
  border-radius: 16px;
}

.emtr-protect__two-protections span {
  display: flex;
  width: 34px;
  height: 34px;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
  background: var(--ep-blue);
  border-radius: 10px;
  color: #ffffff;
  font-size: 13px;
  font-weight: 900;
}

.emtr-protect__two-protections h3 {
  margin-bottom: 7px;
  font-size: 19px;
}

.emtr-protect__two-protections p {
  margin-bottom: 0;
  color: var(--ep-muted);
  font-size: 14px;
}

.emtr-protect__face {
  position: relative;
  min-height: 310px;
  padding: 25px;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.025) 1px, transparent 1px),
    linear-gradient(#fdfdfd, #e8ecef);
  background-size: 18px 18px, auto;
  border: 1px solid #cbd4da;
  border-radius: 18px;
  box-shadow:
    0 20px 35px rgba(21, 35, 45, 0.13),
    inset 0 0 0 7px rgba(255, 255, 255, 0.65);
}

.emtr-protect__face::before {
  position: absolute;
  top: 23px;
  right: 24px;
  width: 50px;
  height: 104px;
  background: linear-gradient(#3c444a 0 43%, #fafafa 43% 57%, #3c444a 57%);
  border-radius: 8px;
  box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.2);
  content: "";
}

.emtr-protect__face-title {
  margin-bottom: 27px;
  color: var(--ep-muted);
  font-size: 12px;
  font-weight: 850;
  text-transform: uppercase;
}

.emtr-protect__face-value {
  margin-bottom: 8px;
  color: var(--ep-ink);
  font-size: 50px;
  font-weight: 900;
  letter-spacing: -0.04em;
  line-height: 1;
}

.emtr-protect__face-line {
  display: flex;
  flex-wrap: wrap;
  gap: 7px 16px;
  margin-top: 15px;
  font-size: 15px;
  font-weight: 800;
}

.emtr-protect__face-delta {
  margin-top: 13px;
  color: var(--ep-red);
  font-size: 20px;
  font-weight: 900;
}

.emtr-protect__face-standard {
  position: absolute;
  bottom: 27px;
  left: 25px;
  font-size: 13px;
  font-weight: 800;
}

.emtr-protect__face-label {
  position: absolute;
  right: 23px;
  bottom: 23px;
  padding: 6px 10px;
  background: var(--ep-blue);
  border-radius: 8px;
  color: #ffffff;
  font-size: 13px;
  font-weight: 900;
}

.emtr-protect__face--rccb .emtr-protect__face-label {
  background: var(--ep-purple);
}

.emtr-protect__face--rcbo .emtr-protect__face-label {
  background: var(--ep-red);
}

.emtr-protect__test-button {
  display: inline-flex;
  min-width: 47px;
  min-height: 34px;
  align-items: center;
  justify-content: center;
  margin-top: 18px;
  padding: 6px 10px;
  background: #e7e9eb;
  border: 1px solid #aeb8bf;
  border-radius: 7px;
  color: var(--ep-ink);
  font-size: 12px;
  font-weight: 900;
  box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.09);
}

.emtr-protect__marking-grid,
.emtr-protect__facts-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 15px;
  margin-top: 22px;
}

.emtr-protect__marking-grid article,
.emtr-protect__facts-grid article {
  min-width: 0;
  padding: 21px;
  background: var(--ep-surface);
  border: 1px solid var(--ep-line);
  border-radius: 16px;
}

.emtr-protect__marking-grid strong {
  display: block;
  margin-bottom: 11px;
  color: var(--ep-red);
  font-size: 25px;
  line-height: 1;
}

.emtr-protect__marking-grid h3,
.emtr-protect__facts-grid h3 {
  margin-bottom: 7px;
  font-size: 18px;
  line-height: 1.3;
}

.emtr-protect__marking-grid p,
.emtr-protect__facts-grid p {
  margin-bottom: 0;
  color: var(--ep-muted);
  font-size: 14px;
}

.emtr-protect__warning-box {
  margin-top: 20px;
  padding: 24px;
  background: #fff3f1;
  border: 1px solid #ecc7c1;
  border-left: 6px solid var(--ep-red);
  border-radius: 15px;
}

.emtr-protect__warning-box--blue {
  background: #f1f8fa;
  border-color: #c5dce4;
  border-left-color: var(--ep-blue);
}

.emtr-protect__warning-box h3 {
  margin-bottom: 7px;
  font-size: 21px;
}

.emtr-protect__warning-box p {
  margin-bottom: 0;
  color: var(--ep-muted);
}

.emtr-protect__formula-card {
  margin-top: 15px;
  padding: 18px 20px;
  background: #eef8f3;
  border: 1px solid #c5e1d2;
  border-radius: 14px;
}

.emtr-protect__formula-card--danger {
  background: #fff3f1;
  border-color: #eac7c2;
}

.emtr-protect__formula-card span,
.emtr-protect__formula-card strong {
  display: block;
}

.emtr-protect__formula-card span {
  margin-bottom: 4px;
  color: var(--ep-green);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.emtr-protect__formula-card--danger span {
  color: var(--ep-red);
}

.emtr-protect__formula-card strong {
  margin-bottom: 4px;
  font-size: 19px;
}

.emtr-protect__formula-card p {
  margin-bottom: 0;
  color: var(--ep-muted);
  font-size: 14px;
}

.emtr-protect__myths {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 20px;
}

.emtr-protect__myths article {
  min-width: 0;
  padding: 22px;
  background: #fff7f3;
  border: 1px solid #ecd2c8;
  border-radius: 16px;
}

.emtr-protect__myths span {
  display: inline-flex;
  margin-bottom: 11px;
  padding: 4px 8px;
  background: #f5ddd8;
  border-radius: 999px;
  color: var(--ep-red);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.emtr-protect__myths h3 {
  margin-bottom: 7px;
  font-size: 18px;
  line-height: 1.3;
}

.emtr-protect__myths p {
  margin-bottom: 0;
  color: var(--ep-muted);
  font-size: 14px;
}

.emtr-protect__rcbo-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(260px, 0.65fr);
  gap: 28px;
  align-items: center;
}

.emtr-protect__rcbo-intro > div > p {
  color: var(--ep-muted);
  font-size: 18px;
}

.emtr-protect__rcbo-intro ul {
  display: grid;
  gap: 8px;
  padding-left: 21px;
  color: var(--ep-muted);
}

.emtr-protect__comparison-choice {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 80px minmax(0, 1fr);
  gap: 15px;
  align-items: stretch;
  margin-top: 22px;
}

.emtr-protect__comparison-choice article {
  padding: 24px;
  background: var(--ep-surface);
  border: 1px solid var(--ep-line);
  border-radius: 17px;
}

.emtr-protect__comparison-choice h3 {
  margin-bottom: 8px;
  font-size: 21px;
}

.emtr-protect__comparison-choice p {
  margin-bottom: 0;
  color: var(--ep-muted);
}

.emtr-protect__versus {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--ep-muted);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.emtr-protect__symbols-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 15px;
}

.emtr-protect__symbols-grid article {
  min-width: 0;
  padding: 22px;
  background: var(--ep-surface);
  border: 1px solid var(--ep-line);
  border-radius: 16px;
}

.emtr-protect__symbol {
  display: inline-flex;
  min-width: 54px;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  margin-bottom: 13px;
  padding: 7px 10px;
  background: var(--ep-ink);
  border-radius: 10px;
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
}

.emtr-protect__symbols-grid h3 {
  margin-bottom: 7px;
  font-size: 18px;
}

.emtr-protect__symbols-grid p {
  margin-bottom: 0;
  color: var(--ep-muted);
  font-size: 14px;
}

.emtr-protect__type-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.emtr-protect__type-card {
  position: relative;
  min-width: 0;
  padding: 23px;
  background: var(--ep-surface);
  border: 1px solid var(--ep-line);
  border-radius: 17px;
}

.emtr-protect__type-card--recommended {
  border-color: #9fc9d5;
  box-shadow: 0 12px 30px rgba(14, 96, 120, 0.1);
}

.emtr-protect__type-letter {
  display: flex;
  width: 54px;
  height: 54px;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  background: var(--ep-blue);
  border-radius: 14px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
}

.emtr-protect__type-card:nth-child(1) .emtr-protect__type-letter {
  background: #6a7881;
}

.emtr-protect__type-card:nth-child(3) .emtr-protect__type-letter {
  background: var(--ep-purple);
}

.emtr-protect__type-card:nth-child(4) .emtr-protect__type-letter {
  background: var(--ep-red);
}

.emtr-protect__type-card h3 {
  margin-bottom: 8px;
  font-size: 21px;
}

.emtr-protect__type-card p {
  margin-bottom: 0;
  color: var(--ep-muted);
  font-size: 14px;
}

.emtr-protect__test-layout {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  gap: 28px;
  align-items: center;
  padding: 28px;
  background: #f4f8fa;
  border: 1px solid #cbdde4;
  border-radius: 20px;
}

.emtr-protect__test-button-large {
  display: flex;
  width: 150px;
  height: 110px;
  align-items: center;
  justify-content: center;
  background: linear-gradient(#ffffff, #dce2e5);
  border: 1px solid #aab5bb;
  border-radius: 16px;
  color: var(--ep-ink);
  font-size: 24px;
  font-weight: 900;
  box-shadow:
    inset 0 -8px 0 rgba(0, 0, 0, 0.09),
    0 14px 25px rgba(21, 35, 45, 0.12);
}

.emtr-protect__test-text > p {
  color: var(--ep-muted);
  font-size: 17px;
}

.emtr-protect__test-columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 15px;
}

.emtr-protect__test-columns article {
  padding: 19px;
  background: var(--ep-surface);
  border: 1px solid var(--ep-line);
  border-radius: 14px;
}

.emtr-protect__test-columns h3 {
  margin-bottom: 10px;
  font-size: 17px;
}

.emtr-protect__test-columns ul {
  display: grid;
  gap: 7px;
  margin-bottom: 0;
  padding-left: 19px;
  color: var(--ep-muted);
  font-size: 14px;
}

.emtr-protect__danger-strip {
  margin-top: 17px;
  padding: 18px 21px;
  background: var(--ep-red);
  border-radius: 13px;
  color: #ffffff;
  font-weight: 800;
}

.emtr-protect__trip-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.emtr-protect__trip-grid article {
  min-width: 0;
  padding: 22px;
  background: var(--ep-surface);
  border: 1px solid var(--ep-line);
  border-radius: 16px;
}

.emtr-protect__trip-grid span {
  display: inline-flex;
  margin-bottom: 11px;
  padding: 4px 9px;
  background: var(--ep-surface-soft);
  border-radius: 999px;
  color: var(--ep-blue-dark);
  font-size: 11px;
  font-weight: 900;
}

.emtr-protect__trip-grid h3 {
  margin-bottom: 8px;
  font-size: 18px;
  line-height: 1.3;
}

.emtr-protect__trip-grid p {
  margin-bottom: 0;
  color: var(--ep-muted);
  font-size: 14px;
}

.emtr-protect__selection-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.emtr-protect__selection-grid article {
  min-width: 0;
  padding: 22px;
  background: #fff7f3;
  border: 1px solid #ecd2c8;
  border-radius: 16px;
}

.emtr-protect__selection-num {
  margin-bottom: 11px;
  color: var(--ep-red);
  font-size: 12px;
  font-weight: 900;
}

.emtr-protect__selection-grid h3 {
  margin-bottom: 8px;
  font-size: 19px;
  line-height: 1.3;
}

.emtr-protect__selection-grid p {
  margin-bottom: 0;
  color: var(--ep-muted);
  font-size: 14px;
}

.emtr-protect__selection-checklist {
  margin-top: 20px;
  padding: 26px;
  background: var(--ep-ink);
  border-radius: 20px;
  color: #ffffff;
}

.emtr-protect__selection-checklist h3 {
  margin-bottom: 17px;
  font-size: 23px;
}

.emtr-protect__selection-checklist ul {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 9px 25px;
  margin-bottom: 0;
  padding-left: 20px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
}

.emtr-protect__danger-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 15px;
}

.emtr-protect__danger-grid article {
  min-width: 0;
  padding: 21px;
  background: #fff3f1;
  border: 1px solid #ecc7c1;
  border-radius: 15px;
}

.emtr-protect__danger-grid strong {
  display: block;
  margin-bottom: 5px;
  color: var(--ep-red-dark);
}

.emtr-protect__danger-grid p {
  margin-bottom: 0;
  color: var(--ep-muted);
  font-size: 14px;
}

.emtr-protect__stop-box {
  display: grid;
  grid-template-columns: 85px minmax(0, 1fr);
  gap: 20px;
  align-items: center;
  margin-top: 20px;
  padding: 24px;
  background: var(--ep-ink);
  border-radius: 18px;
  color: #ffffff;
}

.emtr-protect__stop-box > span {
  display: flex;
  width: 76px;
  height: 76px;
  align-items: center;
  justify-content: center;
  background: var(--ep-red);
  border: 5px solid #ffffff;
  border-radius: 50%;
  font-size: 13px;
  font-weight: 900;
}

.emtr-protect__stop-box h3 {
  margin-bottom: 6px;
  font-size: 21px;
}

.emtr-protect__stop-box p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.75);
}

.emtr-protect__standards {
  display: grid;
  gap: 13px;
}

.emtr-protect__standards article {
  display: grid;
  grid-template-columns: 120px minmax(0, 1fr);
  gap: 19px;
  align-items: start;
  padding: 21px;
  background: var(--ep-surface);
  border: 1px solid var(--ep-line);
  border-radius: 15px;
}

.emtr-protect__standard-code {
  display: flex;
  min-height: 49px;
  align-items: center;
  justify-content: center;
  padding: 8px;
  background: var(--ep-surface-soft);
  border-radius: 11px;
  color: var(--ep-blue-dark);
  font-size: 14px;
  font-weight: 900;
  text-align: center;
}

.emtr-protect__standards h3 {
  margin-bottom: 5px;
  font-size: 18px;
  line-height: 1.35;
}

.emtr-protect__standards p {
  margin-bottom: 0;
  color: var(--ep-muted);
  font-size: 15px;
}

.emtr-protect__phrases {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 13px;
}

.emtr-protect__phrases article {
  overflow: hidden;
  background: var(--ep-surface);
  border: 1px solid var(--ep-line);
  border-radius: 14px;
}

.emtr-protect__phrases p,
.emtr-protect__phrases strong {
  display: block;
  margin-bottom: 0;
  padding: 13px 16px;
}

.emtr-protect__phrases p {
  background: var(--ep-surface-soft);
  color: var(--ep-ink);
  font-weight: 850;
}

.emtr-protect__phrases strong {
  color: var(--ep-muted);
  font-size: 14px;
  font-weight: 650;
}

.emtr-protect__faq {
  display: grid;
  gap: 11px;
}

.emtr-protect__faq details {
  overflow: hidden;
  background: var(--ep-surface);
  border: 1px solid var(--ep-line);
  border-radius: 15px;
}

.emtr-protect__faq summary {
  position: relative;
  padding: 18px 54px 18px 20px;
  cursor: pointer;
  font-weight: 850;
  list-style: none;
}

.emtr-protect__faq summary::-webkit-details-marker {
  display: none;
}

.emtr-protect__faq summary::after {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  color: var(--ep-blue);
  content: "+";
  font-size: 24px;
  font-weight: 700;
}

.emtr-protect__faq details[open] summary::after {
  content: "−";
}

.emtr-protect__faq details > div {
  padding: 0 20px 18px;
  color: var(--ep-muted);
}

.emtr-protect__faq details p {
  margin-bottom: 0;
}

.emtr-protect__cta {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(260px, 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(--ep-shadow);
}

.emtr-protect__cta .emtr-protect__kicker {
  color: #ffb4ad;
}

.emtr-protect__cta h2 {
  margin-bottom: 12px;
  font-size: clamp(28px, 4vw, 41px);
  line-height: 1.17;
}

.emtr-protect__cta p {
  max-width: 760px;
  margin-bottom: 22px;
  color: rgba(255, 255, 255, 0.78);
}

.emtr-protect__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;
}

.emtr-protect__cta-facts div {
  padding: 11px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.13);
}

.emtr-protect__cta-facts div:last-child {
  border-bottom: 0;
}

.emtr-protect__cta-facts strong,
.emtr-protect__cta-facts span {
  display: block;
}

.emtr-protect__cta-facts strong {
  margin-bottom: 3px;
  font-size: 14px;
}

.emtr-protect__cta-facts span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
}

.emtr-protect__footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px 22px;
  padding: 28px 0 58px;
}

.emtr-protect__footer-links a {
  font-size: 14px;
  font-weight: 850;
}

@media (max-width: 1100px) {
  .emtr-protect__marking-grid,
  .emtr-protect__facts-grid,
  .emtr-protect__symbols-grid,
  .emtr-protect__type-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .emtr-protect__selection-checklist ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .emtr-protect__hero-grid,
  .emtr-protect__device-layout,
  .emtr-protect__device-layout--reverse,
  .emtr-protect__rcbo-intro,
  .emtr-protect__cta {
    grid-template-columns: 1fr;
  }

  .emtr-protect__hero-card,
  .emtr-protect__face {
    max-width: 720px;
  }

  .emtr-protect__face {
    width: 100%;
  }

  .emtr-protect__trip-grid,
  .emtr-protect__selection-grid,
  .emtr-protect__danger-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .emtr-protect {
    font-size: 16px;
  }

  .emtr-protect__container {
    width: min(100% - 22px, 1180px);
  }

  .emtr-protect__hero {
    padding: 45px 0 42px;
  }

  .emtr-protect__hero h1 {
    font-size: clamp(34px, 10.7vw, 47px);
  }

  .emtr-protect__lead {
    font-size: 18px;
  }

  .emtr-protect__actions {
    align-items: stretch;
    flex-direction: column;
  }

  .emtr-protect__btn {
    width: 100%;
  }

  .emtr-protect__alert {
    grid-template-columns: 1fr;
    padding: 21px;
  }

  .emtr-protect__nav {
    align-items: stretch;
    flex-direction: column;
  }

  .emtr-protect__nav a {
    width: 100%;
  }

  .emtr-protect__section {
    padding-top: 58px;
  }

  .emtr-protect__heading {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .emtr-protect__heading-number {
    width: 47px;
    height: 47px;
  }

  .emtr-protect__heading h2 {
    font-size: 30px;
  }

  .emtr-protect__heading p:last-child {
    font-size: 16px;
  }

  .emtr-protect__direct-answer {
    padding: 23px;
  }

  .emtr-protect__direct-answer p {
    font-size: 17px;
  }

  .emtr-protect__quick-grid,
  .emtr-protect__two-protections,
  .emtr-protect__marking-grid,
  .emtr-protect__facts-grid,
  .emtr-protect__myths,
  .emtr-protect__symbols-grid,
  .emtr-protect__type-grid,
  .emtr-protect__trip-grid,
  .emtr-protect__selection-grid,
  .emtr-protect__danger-grid,
  .emtr-protect__phrases {
    grid-template-columns: 1fr;
  }

  .emtr-protect__comparison-choice {
    grid-template-columns: 1fr;
  }

  .emtr-protect__versus {
    min-height: 35px;
  }

  .emtr-protect__test-layout {
    grid-template-columns: 1fr;
    padding: 22px;
  }

  .emtr-protect__test-button-large {
    width: 135px;
    height: 95px;
  }

  .emtr-protect__test-columns {
    grid-template-columns: 1fr;
  }

  .emtr-protect__selection-checklist ul {
    grid-template-columns: 1fr;
  }

  .emtr-protect__standards article {
    grid-template-columns: 1fr;
  }

  .emtr-protect__standard-code {
    width: fit-content;
    min-width: 100px;
  }

  .emtr-protect__stop-box {
    grid-template-columns: 1fr;
  }

  .emtr-protect__cta {
    margin-top: 58px;
    padding: 25px;
  }
}

@media (max-width: 430px) {
  .emtr-protect__hero h1 {
    font-size: 32px;
  }

  .emtr-protect__hero-card {
    padding: 18px;
  }

  .emtr-protect__hero-card article {
    grid-template-columns: 60px minmax(0, 1fr);
  }

  .emtr-protect__face {
    min-height: 290px;
    padding: 21px;
  }

  .emtr-protect__face-value {
    font-size: 43px;
  }

  .emtr-protect__face-standard {
    left: 21px;
  }
}/* End custom CSS */