
  .rh-a3b6 * { box-sizing: border-box; font-family: 'Mont', sans-serif; }
  .rh-a3b6 { box-sizing: border-box !important; width: 100%; background: #f7f7f7; }
  .rh-a3b6-wrap { width: 100%; max-width: 1600px; margin: 0 auto; padding: 48px 80px; }

  .rh-a3b6 h2 {
    font-size: clamp(20px, 2.4vw, 28px); font-weight: 600; color: #262626; line-height: 1.2;
    border-top: 3px solid #BFD8B3; padding: 20px 0 0 0; margin: 0 0 24px 0;
  }
  .rh-a3b6 p { font-size: 16px; font-weight: 600; color: #464646; line-height: 1.75; margin: 0 0 20px 0; padding: 0; display: block; }
  .rh-a3b6 p:last-child { margin: 0; }

  /* Timeline: 3 недели до публикации */
  .rh-a3b6-timeline { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; margin: 28px 0 32px 0; position: relative; }
  .rh-a3b6-timeline::before { content:''; position:absolute; top:20px; left:0; right:0; height:2px; background: linear-gradient(to right, #BFD8B3, #CB817D); z-index:0; }
  .rh-a3b6-tl-item { padding: 0 16px; position: relative; z-index: 1; }
  .rh-a3b6-tl-dot { width: 14px; height: 14px; border-radius: 50%; border: 3px solid #ffffff; box-shadow: 0 0 0 2px #BFD8B3; margin: 0 auto 14px; display: block; }
  .rh-a3b6-tl-item:nth-child(1) .rh-a3b6-tl-dot { background: #BFD8B3; }
  .rh-a3b6-tl-item:nth-child(2) .rh-a3b6-tl-dot { background: #E6C87A; box-shadow: 0 0 0 2px #E6C87A; }
  .rh-a3b6-tl-item:nth-child(3) .rh-a3b6-tl-dot { background: #CB817D; box-shadow: 0 0 0 2px #CB817D; }
  .rh-a3b6-tl-period { font-size: 10px; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; color: #99AD8F; display: block; text-align: center; margin: 0 0 6px 0; }
  .rh-a3b6-tl-item:nth-child(2) .rh-a3b6-tl-period { color: #B8973A; }
  .rh-a3b6-tl-item:nth-child(3) .rh-a3b6-tl-period { color: #A26764; }
  .rh-a3b6-tl-title { font-size: 14px; font-weight: 600; color: #262626; display: block; text-align: center; margin: 0 0 8px 0; }
  .rh-a3b6-tl-text { font-size: 12px; font-weight: 600; color: #808080; line-height: 1.5; display: block; text-align: center; }

  .rh-a3b6-callout {
    background: #ffffff; border-radius: 20px; padding: 32px 36px; border-left: 4px solid #BFD8B3; margin: 0 0 24px 0;
  }
  .rh-a3b6-callout p { font-size: 16px; color: #262626; line-height: 1.7; margin: 0; }

  @media (max-width: 1280px) { .rh-a3b6-wrap { padding: 40px 60px; } }
  @media (max-width: 768px) {
    .rh-a3b6-wrap { padding: 36px 32px; }
    .rh-a3b6-timeline { grid-template-columns: 1fr; }
    .rh-a3b6-timeline::before { display: none; }
  }
  @media (max-width: 600px) {
    .rh-a3b6-wrap { padding: 32px 20px; }
    .rh-a3b6 p { font-size: 15px; }
    .rh-a3b6-callout { padding: 22px 20px; border-radius: 14px; }
  }
