/* Start custom CSS for html, class: .elementor-element-31d2123 */```css
.emr-panel-page {
  --emr-blue: #123f67;
  --emr-blue-dark: #0d2f4d;
  --emr-orange: #f5a623;
  --emr-orange-dark: #df8c00;
  --emr-green: #2e8b57;
  --emr-red: #b63b3b;
  --emr-text: #243342;
  --emr-muted: #667685;
  --emr-border: #dce5ed;
  --emr-light: #f6f9fc;
  --emr-white: #ffffff;
  --emr-shadow: 0 12px 32px rgba(21, 55, 82, 0.08);

  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  color: var(--emr-text);
  font-size: 17px;
  line-height: 1.7;
}

.emr-panel-page,
.emr-panel-page * {
  box-sizing: border-box;
}

.emr-panel-page h1,
.emr-panel-page h2,
.emr-panel-page h3,
.emr-panel-page p,
.emr-panel-page ul {
  margin-top: 0;
}

.emr-panel-page h1 {
  margin-bottom: 22px;
  color: var(--emr-blue-dark);
  font-size: clamp(34px, 5vw, 58px);
  line-height: 1.08;
  letter-spacing: -0.02em;
}

.emr-panel-page h2 {
  margin-bottom: 24px;
  color: var(--emr-blue-dark);
  font-size: clamp(28px, 3.5vw, 40px);
  line-height: 1.18;
}

.emr-panel-page h3 {
  margin-bottom: 12px;
  color: var(--emr-blue);
  font-size: 22px;
  line-height: 1.3;
}

.emr-panel-page p {
  margin-bottom: 18px;
}

.emr-panel-page a {
  color: var(--emr-blue);
  font-weight: 700;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.emr-panel-page a:hover {
  color: var(--emr-orange-dark);
}

.emr-panel-hero {
  overflow: hidden;
  position: relative;
  padding: 52px;
  border: 1px solid var(--emr-border);
  border-radius: 28px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(246, 249, 252, 0.95));
  box-shadow: var(--emr-shadow);
}

.emr-panel-hero::after {
  position: absolute;
  right: -90px;
  bottom: -110px;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  background: rgba(245, 166, 35, 0.12);
  content: "";
}

.emr-panel-hero__content {
  position: relative;
  z-index: 2;
}

.emr-panel-badge {
  display: inline-flex;
  margin-bottom: 20px;
  padding: 8px 14px;
  border-radius: 999px;
  background: var(--emr-blue);
  color: var(--emr-white);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.3;
}

.emr-panel-lead {
  max-width: 900px;
  margin-bottom: 28px;
  color: #3c4b59;
  font-size: 20px;
  line-height: 1.65;
}

.emr-panel-hero__prices {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 280px));
  gap: 16px;
  margin-bottom: 20px;
}

.emr-panel-hero__price {
  padding: 20px;
  border: 1px solid #d5e1ea;
  border-radius: 18px;
  background: var(--emr-white);
}

.emr-panel-hero__price span {
  display: block;
  margin-bottom: 6px;
  color: var(--emr-muted);
  font-size: 15px;
  font-weight: 700;
}

.emr-panel-hero__price strong {
  display: block;
  color: var(--emr-blue-dark);
  font-size: 28px;
  line-height: 1.2;
}

.emr-panel-small {
  color: var(--emr-muted);
  font-size: 14px;
  line-height: 1.6;
}

.emr-panel-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 26px;
}

.emr-panel-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 14px 24px;
  border: 2px solid transparent;
  border-radius: 12px;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  text-decoration: none !important;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    background 0.2s ease;
}

.emr-panel-button:hover {
  transform: translateY(-2px);
}

.emr-panel-button--primary {
  background: var(--emr-orange);
  color: #17212b !important;
  box-shadow: 0 10px 24px rgba(245, 166, 35, 0.24);
}

.emr-panel-button--primary:hover {
  background: var(--emr-orange-dark);
  color: #17212b !important;
}

.emr-panel-button--secondary {
  border-color: var(--emr-blue);
  background: var(--emr-white);
  color: var(--emr-blue) !important;
}

.emr-panel-button--secondary:hover {
  background: var(--emr-blue);
  color: var(--emr-white) !important;
}

.emr-panel-section {
  margin-top: 34px;
  padding: 44px;
  border: 1px solid var(--emr-border);
  border-radius: 24px;
  background: var(--emr-white);
  box-shadow: var(--emr-shadow);
}

.emr-panel-section--light {
  background: var(--emr-light);
}

.emr-panel-section--standards {
  border-left: 5px solid var(--emr-blue);
  background: #f7fafc;
}

.emr-panel-image-section {
  padding: 0;
  overflow: hidden;
}

.emr-panel-main-image {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
}

.emr-panel-grid {
  display: grid;
  gap: 20px;
  margin-top: 28px;
}

.emr-panel-grid--2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.emr-panel-grid--3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.emr-panel-grid--4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.emr-panel-card,
.emr-panel-mini-card,
.emr-panel-safety-card {
  position: relative;
  padding: 24px;
  border: 1px solid var(--emr-border);
  border-radius: 18px;
  background: var(--emr-white);
}

.emr-panel-card__number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: rgba(245, 166, 35, 0.16);
  color: var(--emr-orange-dark);
  font-weight: 900;
}

.emr-panel-mini-card strong {
  display: block;
  margin-bottom: 10px;
  color: var(--emr-blue-dark);
  font-size: 18px;
}

.emr-panel-mini-card p {
  margin-bottom: 0;
  color: var(--emr-muted);
  font-size: 15px;
}

.emr-panel-checklist,
.emr-panel-crosslist {
  margin: 22px 0;
  padding: 0;
  list-style: none;
}

.emr-panel-checklist li,
.emr-panel-crosslist li {
  position: relative;
  margin-bottom: 12px;
  padding-left: 34px;
}

.emr-panel-checklist li::before {
  position: absolute;
  top: 1px;
  left: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 23px;
  height: 23px;
  border-radius: 50%;
  background: rgba(46, 139, 87, 0.12);
  color: var(--emr-green);
  content: "✓";
  font-size: 14px;
  font-weight: 900;
}

.emr-panel-crosslist li::before {
  position: absolute;
  top: 1px;
  left: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 23px;
  height: 23px;
  border-radius: 50%;
  background: rgba(182, 59, 59, 0.1);
  color: var(--emr-red);
  content: "×";
  font-size: 18px;
  font-weight: 900;
}

.emr-panel-alert {
  margin-top: 26px;
  padding: 20px 22px;
  border-left: 5px solid var(--emr-orange);
  border-radius: 12px;
  background: #fff8e8;
  color: #574315;
}

.emr-panel-result {
  margin-top: 26px;
  padding: 22px 24px;
  border: 1px solid rgba(46, 139, 87, 0.25);
  border-radius: 14px;
  background: rgba(46, 139, 87, 0.08);
  color: #23563a;
}

.emr-panel-table-wrap {
  overflow-x: auto;
  width: 100%;
  margin-top: 24px;
  border: 1px solid var(--emr-border);
  border-radius: 16px;
  background: var(--emr-white);
}

.emr-panel-table {
  width: 100%;
  min-width: 760px;
  border-collapse: collapse;
}

.emr-panel-table th,
.emr-panel-table td {
  padding: 18px;
  border-bottom: 1px solid var(--emr-border);
  text-align: left;
  vertical-align: top;
}

.emr-panel-table th {
  background: var(--emr-blue);
  color: var(--emr-white);
  font-size: 15px;
  font-weight: 800;
}

.emr-panel-table tbody tr:last-child td {
  border-bottom: 0;
}

.emr-panel-table tbody tr:nth-child(even) {
  background: #f9fbfd;
}

.emr-panel-table td:last-child {
  white-space: nowrap;
  color: var(--emr-blue-dark);
}

.emr-panel-note {
  margin-top: 18px;
  padding: 16px 18px;
  border-radius: 10px;
  background: #edf4f9;
  color: #4f6474;
  font-size: 15px;
}

.emr-panel-price-card {
  overflow: hidden;
  border: 1px solid var(--emr-border);
  border-radius: 20px;
  background: var(--emr-white);
}

.emr-panel-price-card__title {
  padding: 18px 22px;
  background: var(--emr-blue);
  color: var(--emr-white);
  font-size: 21px;
  font-weight: 800;
}

.emr-panel-price-card > p {
  padding: 22px 22px 0;
}

.emr-panel-price-card ul {
  margin: 0;
  padding: 0 22px 20px;
  list-style: none;
}

.emr-panel-price-card li {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 13px 0;
  border-bottom: 1px solid var(--emr-border);
}

.emr-panel-price-card li:last-child {
  border-bottom: 0;
}

.emr-panel-price-card__range {
  padding: 16px 22px;
  background: #edf4f9;
  color: var(--emr-blue-dark);
  font-size: 18px;
  font-weight: 900;
}

.emr-panel-safety-card--warning {
  border-color: rgba(182, 59, 59, 0.25);
  background: #fffafa;
}

.emr-panel-example {
  padding: 28px;
  border: 2px solid var(--emr-blue);
  border-radius: 20px;
  background: #fbfdff;
}

.emr-panel-example__rows {
  margin-top: 22px;
}

.emr-panel-example__row {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding: 14px 0;
  border-bottom: 1px solid var(--emr-border);
}

.emr-panel-example__row:last-child {
  border-bottom: 0;
}

.emr-panel-example__total {
  margin-top: 22px;
  padding: 18px 20px;
  border-radius: 12px;
  background: var(--emr-blue);
  color: var(--emr-white);
  font-size: 20px;
}

.emr-panel-example__total strong {
  display: inline-block;
  margin-left: 6px;
  color: var(--emr-orange);
}

.emr-panel-tariff {
  position: relative;
  padding: 28px;
  border: 1px solid var(--emr-border);
  border-radius: 20px;
  background: var(--emr-white);
}

.emr-panel-tariff--featured {
  border: 2px solid var(--emr-orange);
  box-shadow: 0 14px 34px rgba(245, 166, 35, 0.14);
}

.emr-panel-tariff__label {
  position: absolute;
  top: -14px;
  right: 18px;
  padding: 6px 12px;
  border-radius: 999px;
  background: var(--emr-orange);
  color: #17212b;
  font-size: 13px;
  font-weight: 900;
}

.emr-panel-tariff__name {
  margin-bottom: 14px;
  color: var(--emr-orange-dark);
  font-size: 15px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.emr-panel-tariff ul {
  margin: 20px 0 0;
  padding-left: 20px;
}

.emr-panel-tariff li {
  margin-bottom: 9px;
}

.emr-panel-cta {
  overflow: hidden;
  position: relative;
  padding: 42px;
  border-radius: 24px;
  background:
    linear-gradient(135deg, var(--emr-blue-dark), var(--emr-blue));
  color: var(--emr-white);
}

.emr-panel-cta::after {
  position: absolute;
  right: -80px;
  bottom: -110px;
  width: 250px;
  height: 250px;
  border-radius: 50%;
  background: rgba(245, 166, 35, 0.18);
  content: "";
}

.emr-panel-cta__content {
  position: relative;
  z-index: 2;
}

.emr-panel-cta h2,
.emr-panel-cta p {
  color: var(--emr-white);
}

.emr-panel-cta .emr-panel-small {
  color: rgba(255, 255, 255, 0.75);
}

.emr-panel-faq details {
  margin-bottom: 14px;
  border: 1px solid var(--emr-border);
  border-radius: 14px;
  background: var(--emr-white);
}

.emr-panel-faq summary {
  position: relative;
  padding: 20px 52px 20px 22px;
  color: var(--emr-blue-dark);
  font-weight: 800;
  cursor: pointer;
  list-style: none;
}

.emr-panel-faq summary::-webkit-details-marker {
  display: none;
}

.emr-panel-faq summary::after {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  color: var(--emr-orange-dark);
  content: "+";
  font-size: 26px;
  font-weight: 400;
}

.emr-panel-faq details[open] summary::after {
  content: "−";
}

.emr-panel-faq details p {
  margin: 0;
  padding: 0 22px 22px;
  color: #4c5e6d;
}

@media (max-width: 980px) {
  .emr-panel-grid--3,
  .emr-panel-grid--4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .emr-panel-hero {
    padding: 40px;
  }

  .emr-panel-section {
    padding: 36px;
  }
}

@media (max-width: 720px) {
  .emr-panel-page {
    font-size: 16px;
  }

  .emr-panel-hero,
  .emr-panel-section {
    margin-top: 22px;
    padding: 24px 18px;
    border-radius: 18px;
  }

  .emr-panel-hero {
    margin-top: 0;
  }

  .emr-panel-page h1 {
    font-size: 34px;
  }

  .emr-panel-page h2 {
    font-size: 28px;
  }

  .emr-panel-page h3 {
    font-size: 20px;
  }

  .emr-panel-lead {
    font-size: 18px;
  }

  .emr-panel-hero__prices,
  .emr-panel-grid--2,
  .emr-panel-grid--3,
  .emr-panel-grid--4 {
    grid-template-columns: 1fr;
  }

  .emr-panel-buttons {
    flex-direction: column;
  }

  .emr-panel-button {
    width: 100%;
  }

  .emr-panel-example__row {
    flex-direction: column;
    gap: 4px;
  }

  .emr-panel-price-card li {
    flex-direction: column;
    gap: 4px;
  }

  .emr-panel-table th,
  .emr-panel-table td {
    padding: 14px;
  }

  .emr-panel-cta {
    padding: 28px 20px;
  }
}

@media (max-width: 420px) {
  .emr-panel-page h1 {
    font-size: 30px;
  }

  .emr-panel-page h2 {
    font-size: 25px;
  }

  .emr-panel-hero__price strong {
    font-size: 24px;
  }

  .emr-panel-card,
  .emr-panel-mini-card,
  .emr-panel-safety-card,
  .emr-panel-tariff {
    padding: 20px;
  }
}
```/* End custom CSS */