details.rf-client-guide {
  display: none !important;
}

body h1,
body .hero h1,
body .hero-copy h1 {
  max-width: 920px;
  font-size: clamp(28px, 4vw, 48px) !important;
  line-height: 1.08 !important;
  letter-spacing: 0 !important;
  text-wrap: balance;
}

body h2,
body .hero h2,
body .hero-card h2,
body .hero-copy h2,
body .topbar h1,
body .topbar h2 {
  max-width: 840px;
  font-size: clamp(24px, 2.8vw, 36px) !important;
  line-height: 1.12 !important;
  letter-spacing: 0 !important;
  text-wrap: balance;
}

body h3,
body .card h3,
body .panel h3,
body .glass-card h3 {
  letter-spacing: 0 !important;
  line-height: 1.18 !important;
  text-wrap: balance;
}

body .hero p,
body .hero-copy,
body .hero-copy p,
body .lead,
body .topbar p,
body .main p {
  max-width: 780px;
  font-size: clamp(14px, 1.25vw, 17px) !important;
  line-height: 1.55 !important;
}

.rf-demo-guide-trigger,
.rf-demo-guide-panel,
.rf-demo-guide-panel * {
  box-sizing: border-box;
}

.rf-demo-guide-trigger {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 2147483000;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 82px;
  min-height: 44px;
  padding: 10px 16px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 999px;
  background: rgba(12, 18, 32, .88);
  box-shadow: 0 18px 48px rgba(0, 0, 0, .34);
  color: #f8fafc;
  font: 800 14px/1.1 Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: 0;
  cursor: pointer;
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.rf-demo-guide-trigger:hover,
.rf-demo-guide-trigger:focus-visible {
  border-color: rgba(125, 211, 252, .48);
  background: rgba(15, 23, 42, .96);
  outline: none;
}

.rf-demo-guide-panel {
  position: fixed;
  right: 18px;
  bottom: 74px;
  z-index: 2147483001;
  width: min(390px, calc(100vw - 28px));
  max-height: min(64vh, 580px);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 22px;
  background:
    linear-gradient(145deg, rgba(17, 24, 39, .96), rgba(2, 6, 23, .94)),
    rgba(15, 23, 42, .94);
  box-shadow: 0 28px 80px rgba(0, 0, 0, .46);
  color: #f8fafc;
  font: 500 14px/1.48 Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: 0;
  backdrop-filter: blur(22px);
  -webkit-backdrop-filter: blur(22px);
}

.rf-demo-guide-panel[hidden] {
  display: none !important;
}

html.rf-demo-guide-visual-mobile .rf-demo-guide-trigger {
  right: auto;
  left: 12px;
}

html.rf-demo-guide-visual-mobile .rf-demo-guide-panel {
  right: auto;
  left: 10px;
  bottom: 64px;
  width: 370px;
  max-width: calc(100vw - 20px);
  max-height: 58vh;
}

.rf-demo-guide-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 12% 0%, rgba(56, 189, 248, .22), transparent 34%),
    radial-gradient(circle at 100% 18%, rgba(34, 197, 94, .16), transparent 30%);
}

.rf-demo-guide__inner {
  position: relative;
  display: grid;
  max-height: inherit;
  overflow: auto;
}

.rf-demo-guide__head {
  position: sticky;
  top: 0;
  z-index: 1;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
  padding: 16px 16px 11px;
  border-bottom: 1px solid rgba(255, 255, 255, .10);
  background: rgba(2, 6, 23, .76);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.rf-demo-guide__label {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 7px;
  padding: 5px 9px;
  border: 1px solid rgba(125, 211, 252, .28);
  border-radius: 999px;
  background: rgba(14, 165, 233, .10);
  color: rgba(186, 230, 253, .95);
  font-size: 11px;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
}

.rf-demo-guide__title {
  margin: 0;
  color: #fff;
  font-size: 17px !important;
  font-weight: 850;
  line-height: 1.16 !important;
  letter-spacing: 0 !important;
}

.rf-demo-guide__close {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 12px;
  background: rgba(255, 255, 255, .07);
  color: rgba(248, 250, 252, .78);
  font-size: 21px;
  line-height: 1;
  cursor: pointer;
}

.rf-demo-guide__close:hover,
.rf-demo-guide__close:focus-visible {
  background: rgba(255, 255, 255, .12);
  color: #fff;
  outline: none;
}

.rf-demo-guide__body {
  display: grid;
  gap: 12px;
  padding: 14px 16px 16px;
}

.rf-demo-guide__lead {
  margin: 0;
  color: rgba(226, 232, 240, .88);
}

.rf-demo-guide__section {
  display: grid;
  gap: 7px;
}

.rf-demo-guide__section-title {
  margin: 0;
  color: rgba(248, 250, 252, .96);
  font-size: 12px;
  font-weight: 850;
  line-height: 1.2;
  text-transform: uppercase;
}

.rf-demo-guide__steps {
  display: grid;
  gap: 7px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.rf-demo-guide__steps li {
  display: grid;
  grid-template-columns: 24px 1fr;
  gap: 9px;
  align-items: start;
  min-width: 0;
  color: rgba(226, 232, 240, .84);
}

.rf-demo-guide__steps span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border: 1px solid rgba(125, 211, 252, .22);
  border-radius: 9px;
  background: rgba(125, 211, 252, .10);
  color: #bae6fd;
  font-size: 11px;
  font-weight: 850;
  line-height: 1;
}

.rf-demo-guide__map {
  display: grid;
  gap: 7px;
}

.rf-demo-guide__map-item {
  padding: 9px 10px;
  border: 1px solid rgba(255, 255, 255, .10);
  border-radius: 14px;
  background: rgba(255, 255, 255, .055);
  color: rgba(226, 232, 240, .80);
}

.rf-demo-guide__scenario {
  margin: 0;
  padding: 12px 13px;
  border: 1px solid rgba(34, 197, 94, .22);
  border-radius: 16px;
  background: rgba(34, 197, 94, .09);
  color: rgba(220, 252, 231, .92);
}

.rf-demo-guide__hint {
  margin: -3px 0 0;
  color: rgba(148, 163, 184, .86);
  font-size: 12px;
}

@media (max-width: 720px) {
  body h1,
  body .hero h1,
  body .hero-copy h1 {
    font-size: clamp(24px, 6vw, 30px) !important;
    line-height: 1.16 !important;
  }

  body h2,
  body .hero h2,
  body .hero-card h2,
  body .hero-copy h2,
  body .topbar h1,
  body .topbar h2 {
    font-size: clamp(22px, 5.6vw, 28px) !important;
    line-height: 1.18 !important;
  }

  body .hero p,
  body .hero-copy,
  body .hero-copy p,
  body .lead,
  body .topbar p,
  body .main p {
    font-size: 15px !important;
    line-height: 1.55 !important;
  }

  .rf-demo-guide-trigger {
    right: 12px;
    bottom: 12px;
    min-width: 74px;
    min-height: 42px;
    padding: 9px 14px;
  }

  .rf-demo-guide-panel {
    right: 10px;
    bottom: 64px;
    width: calc(100vw - 20px);
    max-height: 58vh;
    border-radius: 18px;
  }

  .rf-demo-guide__head {
    padding: 15px 15px 11px;
  }

  .rf-demo-guide__body {
    padding: 14px 15px 15px;
  }
}

@media print {
  .rf-demo-guide-trigger,
  .rf-demo-guide-panel,
  details.rf-client-guide {
    display: none !important;
  }
}
