/* Page 6604: styles extracted from inline <style>. */
.rln-lead {
  font-size: 17px;
  line-height: 1.7;
  color: #b0b0b0;
  margin-bottom: 40px;
}

.rln-choose {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-bottom: 56px;
}

.rln-scenario {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 6px;
  padding: 28px 24px 24px;
  cursor: pointer;
  transition: border-color .2s, background .2s, transform .2s;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.rln-scenario:hover {
  border-color: rgba(227, 192, 131,0.5);
  background: rgba(227, 192, 131,0.06);
  transform: translateY(-2px);
}

.rln-scenario__icon { font-size: 32px; line-height: 1; }

.rln-scenario__num {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--accent);
}

.rln-scenario__title {
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.3;
  margin: 0;
}

.rln-scenario__desc {
  font-size: 14px;
  line-height: 1.6;
  color: #b0b0b0;
  margin: 0;
  flex-grow: 1;
}

.rln-scenario__cta {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  font-weight: 600;
  color: var(--accent);
  margin-top: 4px;
}

.rln-divider {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 48px;
  color: #555;
  font-size: 13px;
}
.rln-divider::before,
.rln-divider::after {
  content: '';
  flex: 1;
  height: 1px;
  background: rgba(255,255,255,0.08);
}

.rln-block {
  margin-bottom: 64px;
  scroll-margin-top: 80px;
}

.rln-block__header {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 20px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}

.rln-block__icon { font-size: 28px; line-height: 1; }

.rln-block__label {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 4px;
}

.rln-block__title {
  font-size: 22px;
  font-weight: 700;
  color: #ffffff;
  margin: 0;
  line-height: 1.3;
}

.rln-block__intro {
  font-size: 16px;
  line-height: 1.7;
  color: #b0b0b0;
  margin-bottom: 32px;
  padding: 16px 20px;
  background: rgba(227, 192, 131,0.06);
  border-left: 3px solid var(--accent);
  border-radius: 0 6px 6px 0;
}

.rln-steps {
  list-style: none;
  padding: 0;
  margin: 0 0 32px 0;
}

.rln-steps__item {
  display: flex;
  gap: 18px;
  align-items: flex-start;
  margin-bottom: 32px;
}

.rln-steps__num {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  background: var(--accent);
  color: #111111;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 700;
  margin-top: 2px;
}

.rln-steps__body h3 {
  font-size: 17px;
  font-weight: 700;
  color: #ffffff;
  margin: 0 0 6px 0;
  line-height: 1.3;
}

.rln-steps__body p {
  font-size: 15px;
  line-height: 1.7;
  color: #d0d0d0;
  margin: 0 0 12px 0;
}

.rln-steps__body p:last-child { margin-bottom: 0; }

.rln-steps__body img {
  max-width: 100%;
  border-radius: 6px;
  border: 1px solid rgba(255,255,255,0.1);
  box-shadow: 0 4px 20px rgba(0,0,0,0.4);
  display: block;
}

.rln-note {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 6px;
  padding: 16px 18px;
  margin-bottom: 32px;
  font-size: 14px;
  line-height: 1.6;
  color: #b0b0b0;
}

.rln-note__icon { font-size: 18px; flex-shrink: 0; margin-top: 1px; }

.rln-faq { margin-bottom: 56px; }

.rln-faq__title {
  font-size: 22px;
  font-weight: 700;
  color: #ffffff;
  margin: 0 0 24px 0;
}

.rln-faq__item {
  border-bottom: 1px solid rgba(255,255,255,0.08);
  padding: 16px 0;
}

.rln-faq__q {
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  margin: 0 0 8px 0;
}

.rln-faq__a {
  font-size: 15px;
  line-height: 1.7;
  color: #b0b0b0;
  margin: 0;
}

.rln-cta {
  background: rgba(227, 192, 131,0.07);
  border: 1px solid rgba(227, 192, 131,0.28);
  border-radius: 6px;
  padding: 32px 36px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}

.rln-cta__text h3 {
  font-size: 20px;
  font-weight: 700;
  color: #ffffff;
  margin: 0 0 6px 0;
}

.rln-cta__text p {
  font-size: 14px;
  color: #b0b0b0;
  margin: 0;
}

.rln-cta__btn {
  display: inline-block;
  background: var(--accent);
  color: #111111;
  font-weight: 700;
  font-size: 15px;
  padding: 13px 26px;
  border-radius: 6px;
  text-decoration: none;
  white-space: nowrap;
  transition: opacity .2s;
}

.rln-cta__btn:hover { opacity: .88; }

@media (max-width: 640px) {
  .rln-choose { grid-template-columns: 1fr; }
  .rln-steps__item { flex-direction: column; gap: 10px; }
  .rln-cta { padding: 24px 20px; }
  .rln-block__title { font-size: 19px; }
}

