
  .rh-report { box-sizing: border-box; font-family: "Mont", "Montserrat", sans-serif; width: 100%; }
  .rh-report * { box-sizing: border-box; font-family: "Mont", "Montserrat", sans-serif; }
  .rh-report-outer { width: 100%; max-width: 1600px; margin: 0 auto; padding: 32px 80px; }

  .rh-report-block {
    display: flex;
    align-items: stretch;
    width: 100%;
    border-radius: 20px;
    background-color: #ffffff;
    border: 1px solid #ECECEC;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
    overflow: hidden;
  }

  .rh-report-col--text { flex: 1 1 65%; padding: 44px 48px; text-align: left; }

  .rh-report-badge {
    display: inline-block;
    background-color: #DFECD9;
    color: #606C59;
    font-size: 11px; font-weight: 600;
    letter-spacing: 0.1em; text-transform: uppercase;
    padding: 6px 16px; border-radius: 100px;
    margin-bottom: 18px;
  }
  .rh-report-title { color: #262626; font-size: clamp(22px, 2.4vw, 28px); font-weight: 600; line-height: 1.2; letter-spacing: -0.01em; margin: 0 0 16px 0; }
  .rh-report-title em { font-style: normal; color: #99AD8F; }
  .rh-report-text { color: #464646; font-size: 15px; font-weight: 600; line-height: 1.65; margin: 0 0 14px 0; max-width: 640px; }
  .rh-report-text:last-of-type { margin-bottom: 0; }
  .rh-report-sub { color: #808080; font-size: 13px; font-weight: 600; line-height: 1.6; margin: 0; max-width: 640px; }

  .rh-report-col--visual {
    flex: 0 0 270px;
    background-color: #262626;
    display: flex; flex-direction: column;
    align-items: center; justify-content: center;
    gap: 18px; padding: 36px 22px;
    position: relative; overflow: hidden;
  }
  .rh-report-col--visual::after { content: ''; position: absolute; right: -40px; bottom: -40px; width: 150px; height: 150px; border-radius: 50%; background: #BFD8B3; opacity: 0.06; }
  .rh-report-shield { display: flex; align-items: center; justify-content: center; position: relative; z-index: 1; }
  .rh-report-label { color: #ffffff; font-size: 15px; font-weight: 600; letter-spacing: 0.02em; text-align: center; line-height: 1.4; margin: 0; opacity: 0.9; position: relative; z-index: 1; }

  .rh-report-cta {
    display: inline-flex; align-items: center; gap: 8px;
    background-color: #BFD8B3; color: #262626 !important;
    text-decoration: none !important;
    font-size: 12px; font-weight: 600;
    text-transform: uppercase; letter-spacing: 0.06em;
    padding: 14px 24px; border-radius: 100px;
    cursor: pointer; position: relative; z-index: 1;
    white-space: nowrap;
    transition: background-color 0.2s ease, transform 0.15s ease;
  }
  .rh-report-cta:hover { background-color: #99AD8F; transform: translateY(-1px); }
  .rh-report-arrow { display: inline-block; transition: transform 0.2s ease; }
  .rh-report-cta:hover .rh-report-arrow { transform: translateX(4px); }

  @media (max-width: 1280px) { .rh-report-outer { padding: 28px 60px; } }
  @media (max-width: 900px) {
    .rh-report-outer { padding: 24px 32px; }
    .rh-report-block { flex-direction: column; border-radius: 16px; }
    .rh-report-col--text { padding: 32px 28px; order: 1; }
    .rh-report-col--visual { flex: none; flex-direction: row; flex-wrap: wrap; justify-content: flex-start; gap: 14px 18px; padding: 22px 26px; order: 0; }
    .rh-report-shield svg { width: 36px; height: 40px; }
    .rh-report-label { text-align: left; font-size: 13px; }
    .rh-report-cta { margin-left: auto; }
  }
  @media (max-width: 600px) {
    .rh-report-outer { padding: 20px 20px; }
    .rh-report-col--text { padding: 26px 22px; }
    .rh-report-title { font-size: 22px; }
    .rh-report-cta { width: 100%; justify-content: center; margin-left: 0; }
    .rh-report-col--visual { flex-direction: column; align-items: flex-start; }
    .rh-report-label { text-align: left; }
  }

  /* Защита от глобальных стилей Tilda */
  div.rh-report, div.rh-report *,
  div.rh-report .t-text, div.rh-report .t-title, div.rh-report .t-descr,
  div.rh-report p, div.rh-report span, div.rh-report h1, div.rh-report h2, div.rh-report h3, div.rh-report a {
    font-family: "Mont", "Montserrat", sans-serif !important;
  }
  div.rh-report .rh-report-cta { color: #262626 !important; }
