﻿/*
 * Rizve OS â€” Homepage Section Styles
 * Builds on rizve-design-system.css tokens. Section-specific layouts only.
 */

/* â”€â”€â”€ HERO â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.rj-hero {
  position: relative;
  overflow: hidden;
  padding-block: clamp(64px, 8vw, 120px);
}

.rj-hero__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: clamp(40px, 5vw, 80px);
}

.rj-hero__kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 5px 12px 5px 10px;
  border-radius: 99px;
  font-family: var(--rj-f-mono);
  font-size: 10.5px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  background: rgba(200, 255, 61, 0.08);
  color: var(--rj-lime);
  border: 1px solid rgba(200, 255, 61, 0.22);
  margin-bottom: 20px;
}

.rj-hero__kicker::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--rj-lime);
  box-shadow: 0 0 8px var(--rj-lime);
  flex-shrink: 0;
}

.rj-hero__headline {
  font-family: var(--rj-f-body);
  font-size: clamp(34px, 4.5vw, 62px);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.07;
  color: var(--rj-text);
  margin: 0 0 22px;
}

.rj-hero__subtext {
  font-size: clamp(16px, 1.4vw, 19px);
  line-height: 1.65;
  color: var(--rj-text-muted);
  margin: 0 0 32px;
  max-width: 520px;
}

.rj-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 32px;
}

.rj-hero__trust {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 12px;
  font-family: var(--rj-f-mono);
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--rj-text-dim);
}

.rj-hero__trust-dot {
  display: inline-block;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: var(--rj-text-dim);
}

/* Visual side */
.rj-hero__visual {
  position: relative;
  display: flex;
  justify-content: center;
}

.rj-hero__portrait-wrap {
  position: relative;
  width: 100%;
  max-width: 420px;
}

.rj-hero__glow {
  position: absolute;
  inset: -15%;
  background: radial-gradient(ellipse 70% 60% at 50% 50%, rgba(157, 255, 87, 0.18), transparent 70%);
  filter: blur(24px);
  pointer-events: none;
  z-index: 0;
}

.rj-hero__portrait-frame {
  position: relative;
  z-index: 1;
  border-radius: var(--rj-r-xl);
  overflow: hidden;
  border: 1px solid var(--rj-border-mid);
  background: var(--rj-bg-2);
  aspect-ratio: 3 / 4;
  display: flex;
  align-items: center;
  justify-content: center;
}

.rj-hero__portrait-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Placeholder state */
.rj-hero__portrait-frame--placeholder {
  flex-direction: column;
  gap: 20px;
  padding: 32px;
}

.rj-hero__placeholder-initials {
  font-family: var(--rj-f-body);
  font-size: 56px;
  font-weight: 800;
  letter-spacing: -0.04em;
  color: var(--rj-lime);
  line-height: 1;
}

/* Inline dashboard mockup when no portrait */
.rj-hero__mockup-bar {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  width: 100%;
}

.rj-hero__mockup-col {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.rj-hero__mockup-row {
  height: 10px;
  border-radius: 99px;
  background: var(--rj-border);
}

.rj-hero__mockup-row--lime {
  background: linear-gradient(90deg, var(--rj-lime), var(--rj-cyan));
  width: 80%;
}

.rj-hero__mockup-row--sm {
  width: 50%;
}

.rj-hero__mockup-chart {
  display: flex;
  align-items: flex-end;
  gap: 6px;
  height: 56px;
}

.rj-hero__mockup-chart > div {
  flex: 1;
  background: linear-gradient(180deg, var(--rj-lime) 0%, rgba(157, 255, 87, 0.2) 100%);
  border-radius: 4px 4px 0 0;
  min-height: 10px;
}

/* Floating cards */
.rj-hero__float {
  position: absolute;
  z-index: 2;
  background: var(--rj-surface-glass-str);
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  border: 1px solid var(--rj-border-mid);
  border-radius: var(--rj-r-md);
  padding: 10px 14px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: var(--rj-f-body);
  font-size: 12.5px;
  color: var(--rj-text);
  white-space: nowrap;
  box-shadow: 0 8px 32px rgba(0,0,0,0.4);
}

.rj-hero__float strong { display: block; font-weight: 700; font-size: 13px; }
.rj-hero__float span  { display: block; font-size: 11px; color: var(--rj-text-muted); }

.rj-hero__float-icon {
  flex-shrink: 0;
  width: 30px;
  height: 30px;
  border-radius: 8px;
  background: var(--rj-surface-hi);
  display: flex;
  align-items: center;
  justify-content: center;
}

.rj-hero__float--top-left    { top: 8%;  left: -6%; }
.rj-hero__float--top-right   { top: 5%;  right: -6%; }
.rj-hero__float--bottom-left { bottom: 12%; left: -8%; }

.rj-hero__float-stars {
  display: flex;
  gap: 2px;
  color: var(--rj-lime);
}

.rj-hero__float-stars svg {
  width: 11px;
  height: 11px;
  fill: currentColor;
}

.rj-hero__float-score {
  font-size: 18px;
  font-weight: 800;
  color: var(--rj-lime);
  margin-left: 4px;
}

/* â”€â”€â”€ STAT STRIP â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.rj-stat-strip {
  padding-block: clamp(32px, 4vw, 48px);
}

.rj-stat-strip__inner {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1px;
  background: var(--rj-border);
  border: 1px solid var(--rj-border);
  border-radius: var(--rj-r-lg);
  overflow: hidden;
}

.rj-stat-strip__divider { display: none; }

.rj-stat-card {
  padding: 22px 18px;
  background: var(--rj-bg-1);
  transition: background var(--rj-ease);
}

.rj-stat-card:hover { background: var(--rj-bg-2); }

.rj-stat-card__value {
  display: block;
  font-size: clamp(18px, 1.8vw, 24px);
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1;
  color: var(--rj-text);
}

.rj-stat-card__value--lime { color: var(--rj-lime); }

.rj-stat-card__label {
  display: block;
  font-family: var(--rj-f-mono);
  font-size: 10px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--rj-text-dim);
  margin-top: 8px;
}

/* â”€â”€â”€ ABOUT PREVIEW â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.rj-about-preview__inner {
  display: grid;
  grid-template-columns: 0.85fr 1fr;
  gap: clamp(32px, 4vw, 56px);
  align-items: center;
}

/* Photo frame */
.rj-about-preview__photo {
  position: relative;
  aspect-ratio: 4 / 5;
  border-radius: 22px;
  overflow: hidden;
  border: 1px solid var(--rj-border-strong);
}

.rj-about-preview__photo svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.rj-about-photo__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.rj-about-photo__ring {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 2;
  font-family: var(--rj-f-mono);
  font-size: 10px;
  letter-spacing: 0.12em;
  color: var(--rj-lime);
  background: rgba(10, 14, 24, 0.75);
  border: 1px solid rgba(200, 255, 61, 0.28);
  padding: 5px 10px;
  border-radius: 99px;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  white-space: nowrap;
}

.rj-about-photo__stamp {
  position: absolute;
  bottom: 14px;
  left: 14px;
  z-index: 2;
  font-family: var(--rj-f-mono);
  font-size: 10px;
  letter-spacing: 0.1em;
  color: var(--rj-text-muted);
  background: rgba(0, 0, 0, 0.6);
  border: 1px solid var(--rj-border-strong);
  padding: 5px 10px;
  border-radius: 99px;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  white-space: nowrap;
}

/* Keep old credential styles â€” unused but harmless if Elementor overrides activate */
.rj-about-preview__credentials { display: flex; flex-direction: column; gap: 14px; }
.rj-credential { display: flex; align-items: flex-start; gap: 14px; padding: 16px 20px; border-radius: var(--rj-r-md); }
.rj-credential__icon { width: 40px; height: 40px; border-radius: 10px; background: rgba(157, 255, 87, 0.08); border: 1px solid var(--rj-border); display: flex; align-items: center; justify-content: center; color: var(--rj-text-muted); flex-shrink: 0; }
.rj-credential__icon--lime { color: var(--rj-lime); background: rgba(157, 255, 87, 0.08); }
.rj-credential__icon--cyan { color: var(--rj-cyan); background: rgba(34, 211, 238, 0.08); }
.rj-credential__text strong { display: block; font-size: 14px; font-weight: 600; color: var(--rj-text); }
.rj-credential__text span   { display: block; font-size: 13px; color: var(--rj-text-muted); margin-top: 2px; }

.rj-about-preview__text h2 {
  font-size: clamp(26px, 3vw, 40px);
  font-weight: 800;
  letter-spacing: -0.025em;
  line-height: 1.15;
  color: var(--rj-text);
  margin: 0 0 18px;
}

.rj-about-preview__text p {
  font-size: 15.5px;
  line-height: 1.7;
  color: var(--rj-text-muted);
  margin: 0 0 14px;
}

/* About meta 2Ã—2 chips */
.rj-about-meta {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 24px;
}

.rj-about-meta__item {
  padding: 14px 16px;
  border-radius: 12px;
  background: rgba(13, 20, 36, 0.6);
  border: 1px solid var(--rj-border);
}

.rj-about-meta__label {
  font-family: var(--rj-f-mono);
  font-size: 10px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--rj-text-dim);
  margin-bottom: 4px;
}

.rj-about-meta__item strong {
  font-size: 13px;
  font-weight: 500;
  color: var(--rj-text);
  display: block;
}

.rj-about-preview__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

/* â”€â”€â”€ SECTION HEAD â€” SPLIT VARIANT â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.rj-section-head--cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: end;
  gap: 24px;
  max-width: none;
  margin-inline: 0;
  text-align: left;
  margin-bottom: 32px;
}

.rj-section-head--cols .rj-subheading {
  font-size: 15px;
  line-height: 1.65;
  color: var(--rj-text-muted);
  margin: 0;
  padding-bottom: 4px;
}

/* â”€â”€â”€ PROBLEM GRID â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.rj-problem-grid-section { background: var(--rj-bg-1); }

.rj-problem-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

/* Old X icon â€” orphan (element removed from template) */
.rj-problem-card__x { width: 28px; height: 28px; border-radius: 50%; background: rgba(251, 113, 133, 0.12); border: 1px solid rgba(251, 113, 133, 0.25); display: flex; align-items: center; justify-content: center; color: var(--rj-rose); flex-shrink: 0; }

.rj-problem-card__num {
  font-family: var(--rj-f-mono);
  font-size: 10.5px;
  color: var(--rj-text-dim);
  letter-spacing: 0.1em;
  margin-bottom: 8px;
}

.rj-problem-card {
  padding: 20px;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.rj-problem-card__title {
  font-size: 15px;
  font-weight: 500;
  color: var(--rj-text);
  line-height: 1.3;
  margin: 0 0 6px;
}

.rj-problem-card__desc {
  font-size: 13px;
  line-height: 1.55;
  color: var(--rj-text-muted);
  margin: 0;
}

.rj-problem-grid__footer {
  margin-top: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}

.rj-problem-grid__footer-text {
  font-size: 14.5px;
  color: var(--rj-text-muted);
  margin: 0;
}

/* â”€â”€â”€ SERVICES GRID â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.rj-services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

/* Old icon color helpers â€” orphans (kept for compatibility) */
.rj-service-card__icon--cyan   { color: var(--rj-cyan);   background: rgba(34, 211, 238, 0.1); border-color: rgba(34, 211, 238, 0.2); }
.rj-service-card__icon--violet { color: var(--rj-violet); background: rgba(139, 92, 246, 0.1); border-color: rgba(139, 92, 246, 0.2); }

/* New card base */
.rj-service-card {
  border-radius: 20px;
  overflow: hidden;
  background: rgba(13, 20, 36, 0.55);
  border: 1px solid var(--rj-border);
  display: flex;
  flex-direction: column;
  transition: border-color 0.2s ease, transform 0.2s ease;
}

.rj-service-card:hover {
  border-color: rgba(46, 230, 224, 0.25);
  transform: translateY(-2px);
}

/* Visual 16/9 area */
.rj-service-card__visual {
  aspect-ratio: 16 / 9;
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid var(--rj-border);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.rj-service-card__visual--lime   { background: linear-gradient(135deg, rgba(200, 255, 61,  0.12) 0%, rgba(10, 18, 30, 0.95) 100%); }
.rj-service-card__visual--cyan   { background: linear-gradient(135deg, rgba(46, 230, 224, 0.12) 0%, rgba(10, 18, 30, 0.95) 100%); }
.rj-service-card__visual--violet { background: linear-gradient(135deg, rgba(139, 92, 246, 0.12) 0%, rgba(10, 18, 30, 0.95) 100%); }

.rj-service-card__visual-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.05);
  color: var(--rj-text-muted);
}

.rj-service-card__visual--lime   .rj-service-card__visual-icon { color: var(--rj-lime);   border-color: rgba(200, 255, 61, 0.3);  background: rgba(200, 255, 61, 0.08); }
.rj-service-card__visual--cyan   .rj-service-card__visual-icon { color: var(--rj-cyan);   border-color: rgba(46, 230, 224, 0.3); background: rgba(46, 230, 224, 0.08); }
.rj-service-card__visual--violet .rj-service-card__visual-icon { color: var(--rj-violet); border-color: rgba(139, 92, 246, 0.3); background: rgba(139, 92, 246, 0.08); }

.rj-service-card__viz-label {
  position: absolute;
  bottom: 8px;
  left: 0;
  right: 0;
  text-align: center;
  font-family: var(--rj-f-mono);
  font-size: 9px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--rj-text-dim);
}

/* Card body */
.rj-service-card__body {
  padding: 18px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1;
}

/* Category tag chip */
.rj-service-card__tag {
  display: inline-flex;
  padding: 3px 9px;
  border-radius: 99px;
  font-family: var(--rj-f-mono);
  font-size: 9.5px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  align-self: flex-start;
  background: rgba(200, 255, 61, 0.10);
  color: var(--rj-lime);
  border: 1px solid rgba(200, 255, 61, 0.22);
}

.rj-service-card__tag--violet { background: rgba(139, 92, 246, 0.10); color: var(--rj-violet); border-color: rgba(139, 92, 246, 0.30); }
.rj-service-card__tag--cyan   { background: rgba(46, 230, 224, 0.10); color: var(--rj-cyan);   border-color: rgba(46, 230, 224, 0.30); }

.rj-service-card__title {
  font-size: 17px;
  line-height: 1.25;
  letter-spacing: -0.02em;
  color: var(--rj-text);
  margin: 0;
}

.rj-service-card__promise {
  color: var(--rj-text-muted);
  font-size: 13.5px;
  line-height: 1.5;
  margin: 0;
  flex: 1;
}

.rj-service-card__meta-row {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  font-family: var(--rj-f-mono);
  font-size: 10.5px;
  color: var(--rj-text-dim);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border-top: 1px solid var(--rj-border);
  padding-top: 10px;
  margin-top: 6px;
}

.rj-service-card__meta-row strong { color: var(--rj-text-muted); font-weight: 500; }

/* Card footer */
.rj-service-card__foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid var(--rj-border);
  padding: 12px 18px;
}

.rj-service-card__price { font-family: var(--rj-f-mono); font-size: 12px; color: var(--rj-text-muted); }
.rj-service-card__price strong { color: var(--rj-lime); font-weight: 600; }
.rj-service-card__cta-text { font-size: 13px; color: var(--rj-cyan); }

.rj-services-grid__cta {
  margin-top: 32px;
  text-align: center;
}

/* â”€â”€â”€ AI CHAT DEMO â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.rj-ai-demo__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: clamp(40px, 5vw, 80px);
}

.rj-ai-demo__content h2 {
  font-size: clamp(26px, 3vw, 40px);
  font-weight: 800;
  letter-spacing: -0.025em;
  line-height: 1.15;
  color: var(--rj-text);
  margin: 0 0 16px;
}

.rj-ai-demo__features { display: grid; gap: 10px; }

.rj-ai-feat {
  display: flex;
  gap: 12px;
  padding: 14px;
  border-radius: 14px;
  background: rgba(13, 20, 36, 0.5);
  border: 1px solid var(--rj-border);
  align-items: flex-start;
}

.rj-ai-feat__ico {
  width: 34px;
  height: 34px;
  border-radius: 10px;
  background: rgba(46, 230, 224, 0.08);
  color: var(--rj-cyan);
  display: grid;
  place-items: center;
  flex-shrink: 0;
  border: 1px solid rgba(46, 230, 224, 0.20);
}

.rj-ai-feat b { font-size: 14px; font-weight: 500; color: var(--rj-text); display: block; margin-bottom: 2px; }
.rj-ai-feat span { font-size: 12.5px; color: var(--rj-text-muted); line-height: 1.5; display: block; }

.rj-chat-window__system-line {
  font-family: var(--rj-f-mono);
  font-size: 10.5px;
  color: var(--rj-text-dim);
  text-align: center;
  margin: 4px 0 8px;
  letter-spacing: 0.06em;
}

.rj-chat-source-tags { display: flex; gap: 4px; flex-wrap: wrap; margin-top: 6px; }
.rj-chat-source-tag { font-family: var(--rj-f-mono); font-size: 9.5px; padding: 2px 7px; border-radius: 99px; color: var(--rj-cyan); background: rgba(46, 230, 224, 0.08); border: 1px solid rgba(46, 230, 224, 0.25); }

.rj-ai-demo__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

/* Chat window */
.rj-chat-window {
  border-radius: var(--rj-r-xl);
  overflow: hidden;
  border: 1px solid var(--rj-border-mid);
}

.rj-chat-window__header {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 18px;
  border-bottom: 1px solid var(--rj-border);
  background: rgba(10, 26, 44, 0.6);
}

.rj-chat-window__avatar {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(34, 211, 238, 0.2), rgba(157, 255, 87, 0.15));
  border: 1px solid var(--rj-border);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--rj-cyan);
  flex-shrink: 0;
}

.rj-chat-window__header strong { display: block; font-size: 13.5px; color: var(--rj-text); }

.rj-chat-window__body {
  padding: 18px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-height: 280px;
  background: rgba(6, 17, 31, 0.6);
}

.rj-chat-msg {
  max-width: 82%;
  padding: 10px 14px;
  border-radius: 14px;
  font-size: 13.5px;
  line-height: 1.55;
}

.rj-chat-msg--agent {
  background: var(--rj-bg-2);
  border: 1px solid var(--rj-border);
  color: var(--rj-text);
  border-bottom-left-radius: 4px;
  align-self: flex-start;
}

.rj-chat-msg--user {
  background: rgba(157, 255, 87, 0.1);
  border: 1px solid rgba(157, 255, 87, 0.2);
  color: var(--rj-text);
  align-self: flex-end;
  border-bottom-right-radius: 4px;
}

/* Typing indicator */
.rj-chat-msg--typing {
  background: var(--rj-bg-2);
  border: 1px solid var(--rj-border);
  align-self: flex-start;
  border-bottom-left-radius: 4px;
  display: flex;
  gap: 4px;
  align-items: center;
  padding: 12px 16px;
  width: auto;
}

.rj-chat-msg--typing span {
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--rj-text-dim);
  animation: rj-typing-bounce 1.2s ease-in-out infinite;
}

.rj-chat-msg--typing span:nth-child(2) { animation-delay: 0.2s; }
.rj-chat-msg--typing span:nth-child(3) { animation-delay: 0.4s; }

@keyframes rj-typing-bounce {
  0%, 60%, 100% { transform: translateY(0);    opacity: 0.4; }
  30%            { transform: translateY(-5px); opacity: 1; }
}

.rj-chat-window__footer {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 16px;
  border-top: 1px solid var(--rj-border);
  background: rgba(10, 26, 44, 0.6);
}

.rj-chat-window__input {
  flex: 1;
  font-size: 13px;
  color: var(--rj-text-dim);
}

.rj-chat-window__send {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: var(--rj-lime);
  color: #08120b;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

/* â”€â”€â”€ INDUSTRIES â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.rj-industries-section { background: var(--rj-bg-1); }

.rj-industries-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
}

.rj-industry-chip {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: flex-start;
  padding: 18px 14px;
  border-radius: 14px;
  transition: border-color var(--rj-ease);
  cursor: default;
}

.rj-industry-chip:hover { border-color: rgba(46, 230, 224, 0.25); }

.rj-industry-chip__icon {
  width: 32px;
  height: 32px;
  border-radius: 10px;
  background: rgba(46, 230, 224, 0.06);
  border: 1px solid rgba(46, 230, 224, 0.18);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--rj-cyan);
  flex-shrink: 0;
  opacity: 1;
}

.rj-industry-chip__name { font-size: 13.5px; font-weight: 500; color: var(--rj-text); line-height: 1.2; }
.rj-industry-chip__sub { font-family: var(--rj-f-mono); font-size: 10px; color: var(--rj-text-dim); letter-spacing: 0.06em; }

/* â”€â”€â”€ PROCESS â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.rj-process-steps {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 12px;
}

.rj-process-step {
  position: relative;
  z-index: 1;
  padding: 28px;
  border-radius: var(--rj-r-md);
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.rj-process-step__num {
  font-family: var(--rj-f-mono);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--rj-border);
  background: var(--rj-surface-hi);
  color: var(--rj-text-muted);
  flex-shrink: 0;
}

.rj-process-step__num--lime {
  background: rgba(157, 255, 87, 0.1);
  border-color: rgba(157, 255, 87, 0.3);
  color: var(--rj-lime);
}

.rj-process-step__num--cyan {
  background: rgba(34, 211, 238, 0.1);
  border-color: rgba(34, 211, 238, 0.3);
  color: var(--rj-cyan);
}

.rj-process-step__body h3 {
  font-size: 16px;
  font-weight: 600;
  color: var(--rj-text);
  margin: 0 0 8px;
}

.rj-process-step__body p {
  font-size: 13.5px;
  line-height: 1.65;
  color: var(--rj-text-muted);
  margin: 0;
}

.rj-process-section__cta {
  margin-top: 40px;
  text-align: center;
}

/* â”€â”€â”€ CASE STUDIES PREVIEW â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.rj-cases-preview { background: var(--rj-bg-1); }

.rj-cases-preview__head-row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}

/* â”€â”€â”€ TESTIMONIALS â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.rj-testimonials-grid {
  row-gap: clamp(14px, 2vw, 18px);
}

.rj-testimonial-card__initials {
  font-family: var(--rj-f-body);
  font-size: 18px;
  font-weight: 700;
  color: var(--rj-lime);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

/* â”€â”€â”€ FREE AUDIT BANNER â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.rj-free-audit-banner {
  padding-block: clamp(48px, 6vw, 80px);
}

.rj-free-audit-banner__inner {
  position: relative;
  overflow: hidden;
  padding: clamp(40px, 5vw, 72px);
  text-align: center;
  border-radius: var(--rj-r-2xl);
}

.rj-free-audit-banner__glow-left,
.rj-free-audit-banner__glow-right {
  position: absolute;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  filter: blur(60px);
  pointer-events: none;
  opacity: 0.5;
}

.rj-free-audit-banner__glow-left  { background: var(--rj-lime-glow); top: -50px; left: -80px; }
.rj-free-audit-banner__glow-right { background: var(--rj-cyan-glow);  bottom: -60px; right: -80px; }

.rj-free-audit-banner__content {
  position: relative;
  z-index: 1;
  max-width: 680px;
  margin-inline: auto;
}

.rj-free-audit-banner__content h2 {
  font-size: clamp(28px, 3.5vw, 48px);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.12;
  color: var(--rj-text);
  margin: 0 0 16px;
}

.rj-free-audit-banner__content p {
  font-size: 16px;
  line-height: 1.65;
  color: var(--rj-text-muted);
  margin: 0 0 28px;
}

.rj-free-audit-banner__actions {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 20px;
}

.rj-free-audit-banner__note {
  font-family: var(--rj-f-mono);
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--rj-text-dim);
  margin: 0;
}

/* â”€â”€â”€ FAQ â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.rj-faq-section { background: var(--rj-bg-1); }

/* â”€â”€â”€ FINAL CTA â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.rj-final-cta {
  position: relative;
  overflow: hidden;
  text-align: center;
}

.rj-final-cta__glow {
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 60% 50% at 50% 100%, rgba(157, 255, 87, 0.12) 0%, transparent 70%);
  pointer-events: none;
}

.rj-final-cta__inner {
  position: relative;
  z-index: 1;
  max-width: 740px;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
}

.rj-final-cta__headline {
  font-size: clamp(30px, 4vw, 56px);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.1;
  color: var(--rj-text);
  margin: 0 0 20px;
}

.rj-final-cta__sub {
  font-size: clamp(16px, 1.4vw, 19px);
  line-height: 1.65;
  color: var(--rj-text-muted);
  margin: 0 0 32px;
  max-width: 560px;
}

.rj-final-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  margin-bottom: 20px;
}

.rj-final-cta__note {
  font-family: var(--rj-f-mono);
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--rj-text-dim);
  margin: 0;
}

/* â”€â”€â”€ TRUST CARDS (Testimonial fallback) â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.rj-trust-cards-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.rj-trust-card {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 22px;
}

.rj-trust-card__ico {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: rgba(200, 255, 61, 0.08);
  border: 1px solid rgba(200, 255, 61, 0.20);
  color: var(--rj-lime);
  display: grid;
  place-items: center;
  flex-shrink: 0;
}

.rj-trust-card__title {
  font-size: 15px;
  font-weight: 600;
  color: var(--rj-text);
  line-height: 1.3;
}

.rj-trust-card__desc {
  font-size: 13.5px;
  color: var(--rj-text-muted);
  line-height: 1.55;
}

/* â”€â”€â”€ FREE AUDIT BANNER â€” 2-col layout â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.rj-free-audit-banner__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(32px, 5vw, 56px);
  align-items: center;
  text-align: left;
}

.rj-free-audit-banner__copy h2 {
  font-size: clamp(24px, 3vw, 38px);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.12;
  color: var(--rj-text);
  margin: 12px 0 14px;
}

.rj-free-audit-banner__copy p {
  font-size: 14.5px;
  line-height: 1.65;
  color: var(--rj-text-muted);
  margin: 0 0 16px;
}

.rj-free-audit-banner__trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 8px;
  font-family: var(--rj-f-mono);
  font-size: 11px;
  letter-spacing: 0.08em;
  color: var(--rj-text-dim);
}

.rj-free-audit-banner__action {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: flex-start;
}

/* â”€â”€â”€ FAQ â€” <details> accordion, 2-col grid â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.rj-faq-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.rj-faq-item {
  padding: 18px 20px;
  border-radius: 14px;
  background: rgba(13, 20, 36, 0.5);
  border: 1px solid var(--rj-border);
}

.rj-faq-item summary {
  cursor: pointer;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14.5px;
  font-weight: 500;
  color: var(--rj-text);
  gap: 12px;
}

.rj-faq-item summary::-webkit-details-marker { display: none; }
.rj-faq-item summary::marker { display: none; }

.rj-faq-item__icn {
  color: var(--rj-text-muted);
  transition: transform 0.15s ease, color 0.15s ease;
  flex-shrink: 0;
}

.rj-faq-item[open] .rj-faq-item__icn {
  transform: rotate(45deg);
  color: var(--rj-lime);
}

.rj-faq-item p {
  color: var(--rj-text-muted);
  font-size: 13.5px;
  line-height: 1.55;
  margin: 12px 0 0;
}

/* â”€â”€â”€ FINAL CTA â€” trust row + micro social proof â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.rj-final-cta__trust-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 4px 10px;
  font-family: var(--rj-f-mono);
  font-size: 11px;
  letter-spacing: 0.08em;
  color: var(--rj-text-dim);
  margin-top: 20px;
}

.rj-final-cta__micro {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 4px 12px;
  font-family: var(--rj-f-mono);
  font-size: 11px;
  letter-spacing: 0.08em;
  color: var(--rj-text-dim);
  margin-top: 12px;
}

/* â”€â”€â”€ RESPONSIVE â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
@media (max-width: 1024px) {
  .rj-process-steps    { grid-template-columns: repeat(3, 1fr); }
  .rj-industries-grid  { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 768px) {
  .rj-hero__inner           { grid-template-columns: 1fr; text-align: center; }
  .rj-hero__kicker          { margin-inline: auto; }
  .rj-hero__subtext         { margin-inline: auto; }
  .rj-hero__actions         { justify-content: center; }
  .rj-hero__cta-trust       { justify-content: center; }
  .rj-hero__trust           { justify-content: center; }
  .rj-hero__visual          { justify-content: center; }
  .rj-hero__composite       { max-width: 520px; }
  .rj-hcomp-dash            { grid-template-columns: 1fr; }
  .rj-hcomp-row             { grid-template-columns: 1fr; }

  .rj-stat-strip__inner     { grid-template-columns: repeat(3, 1fr); }

  .rj-about-preview__inner  { grid-template-columns: 1fr; }
  .rj-about-preview__photo  { max-width: 380px; margin-inline: auto; }
  .rj-about-meta            { grid-template-columns: 1fr; }

  .rj-section-head--cols    { grid-template-columns: 1fr; }

  .rj-problem-grid          { grid-template-columns: repeat(2, 1fr); }
  .rj-services-grid         { grid-template-columns: repeat(2, 1fr); }

  .rj-ai-demo__inner        { grid-template-columns: 1fr; }
  .rj-ai-demo__chat         { display: none; }

  .rj-industries-grid       { grid-template-columns: repeat(2, 1fr); }
  .rj-process-steps         { grid-template-columns: repeat(2, 1fr); }

  .rj-cases-preview__head-row { flex-direction: column; align-items: flex-start; }
  .rj-free-audit-banner__inner { padding: 36px 24px; }

  .rj-trust-cards-grid       { grid-template-columns: 1fr 1fr; }
  .rj-free-audit-banner__grid { grid-template-columns: 1fr; }
  .rj-faq-grid               { grid-template-columns: 1fr; }
}

@media (max-width: 480px) {
  .rj-stat-strip__inner { grid-template-columns: 1fr 1fr; }
  .rj-problem-grid  { grid-template-columns: 1fr; }
  .rj-services-grid { grid-template-columns: 1fr; }
  .rj-industries-grid { grid-template-columns: repeat(2, 1fr); }
  .rj-hcomp-body    { padding: 10px 12px; }
  .rj-hcomp-stat-big { font-size: 17px; }
  .rj-hcomp-bk-num  { font-size: 24px; }
  .rj-trust-cards-grid { grid-template-columns: 1fr; }
}

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   HERO â€” CTA TRUST ROW
   â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
.rj-hero__cta-trust {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px 10px;
  font-family: var(--rj-f-mono);
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--rj-text-dim);
  margin-top: 6px;
}

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   HERO â€” COMPOSITE VISUAL SYSTEM
   rj-hero__composite  â†’ outer container (inside rj-hero__visual)
   rj-hcomp-*          â†’ composite sub-components
   â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */

.rj-hero__composite {
  position: relative;
  width: 100%;
  z-index: 1;
}

/* Ambient background glow */
.rj-hcomp-blob {
  position: absolute;
  inset: -15% -10%;
  background: radial-gradient(ellipse 55% 45% at 60% 30%, rgba(46, 230, 224, 0.13), transparent 65%);
  filter: blur(40px);
  pointer-events: none;
  z-index: 0;
}

/* â”€â”€â”€ Browser card â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.rj-hcomp-browser {
  position: relative;
  z-index: 1;
  background: #0a0f1e;
  border: 1px solid var(--rj-border-strong);
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 24px 60px -16px rgba(0, 0, 0, 0.65);
  margin-bottom: 12px;
}

.rj-hcomp-topbar {
  padding: 8px 12px;
  display: flex;
  align-items: center;
  gap: 6px;
  background: rgba(15, 23, 43, 0.8);
  border-bottom: 1px solid var(--rj-border);
}

.rj-hcomp-dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(148, 173, 220, 0.22);
  flex-shrink: 0;
}

.rj-hcomp-url {
  font-family: var(--rj-f-mono);
  font-size: 10.5px;
  color: var(--rj-text-dim);
  margin-left: 8px;
  padding: 3px 10px;
  border-radius: 99px;
  background: rgba(0, 0, 0, 0.3);
  border: 1px solid var(--rj-border);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  flex: 1;
  max-width: 240px;
}

.rj-hcomp-body {
  padding: 14px 16px;
  font-size: 13px;
  line-height: 1.5;
  color: var(--rj-text);
}

.rj-hcomp-brow {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 12px;
  gap: 8px;
}

.rj-hcomp-mono-label {
  font-family: var(--rj-f-mono);
  font-size: 10px;
  color: var(--rj-text-dim);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 2px;
}

.rj-hcomp-stat-big {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -0.025em;
  color: var(--rj-text);
  line-height: 1.2;
}

.rj-hcomp-chip {
  display: inline-flex;
  align-items: center;
  padding: 3px 9px;
  border-radius: 99px;
  background: rgba(200, 255, 61, 0.12);
  color: var(--rj-lime);
  font-family: var(--rj-f-mono);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.06em;
  white-space: nowrap;
  flex-shrink: 0;
}

/* Dashboard 2-col grid */
.rj-hcomp-dash {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.rj-hcomp-dcol {
  background: rgba(255, 255, 255, 0.035);
  border: 1px solid var(--rj-border);
  border-radius: 10px;
  padding: 10px 12px;
}

.rj-hcomp-dlabel {
  font-family: var(--rj-f-mono);
  font-size: 10px;
  color: var(--rj-text-dim);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 4px;
}

.rj-hcomp-dval {
  font-size: 22px;
  font-weight: 700;
  color: var(--rj-lime);
  letter-spacing: -0.02em;
  line-height: 1;
}

.rj-hcomp-ddelta {
  font-size: 11px;
  color: var(--rj-lime);
  opacity: 0.7;
  margin-top: 3px;
}

/* Bar chart */
.rj-hcomp-bars {
  display: flex;
  align-items: flex-end;
  gap: 4px;
  height: 44px;
  margin-top: 10px;
}

.rj-hcomp-bars span {
  flex: 1;
  background: linear-gradient(180deg, var(--rj-cyan) 0%, rgba(46, 230, 224, 0.15) 100%);
  border-radius: 3px 3px 0 0;
  min-height: 3px;
}

/* Traffic sources list */
.rj-hcomp-rows {
  list-style: none;
  margin: 0;
  padding: 0;
}

.rj-hcomp-rows li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px 0;
  border-bottom: 1px solid var(--rj-border);
  font-size: 11.5px;
  color: var(--rj-text-muted);
}

.rj-hcomp-rows li:last-child { border-bottom: none; }

.rj-hcomp-pill {
  display: inline-flex;
  padding: 2px 7px;
  border-radius: 99px;
  background: rgba(200, 255, 61, 0.10);
  color: var(--rj-lime);
  font-family: var(--rj-f-mono);
  font-size: 10px;
  font-weight: 500;
  white-space: nowrap;
}

.rj-hcomp-pill--violet {
  background: rgba(139, 92, 246, 0.12);
  color: var(--rj-violet);
}

/* â”€â”€â”€ Chat + Booking row â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.rj-hcomp-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

/* AI Chat card */
.rj-hcomp-chat {
  background: rgba(13, 20, 36, 0.75);
  border: 1px solid var(--rj-border);
  border-radius: var(--rj-r-md);
  padding: 14px;
  overflow: hidden;
}

.rj-hcomp-chat-head {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
}

.rj-hcomp-avatar {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--rj-cyan), var(--rj-blue));
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 700;
  color: var(--rj-bg-0);
  flex-shrink: 0;
}

.rj-hcomp-chat-name {
  font-size: 11.5px;
  font-weight: 600;
  color: var(--rj-text);
  line-height: 1.3;
}

.rj-hcomp-online {
  font-size: 9.5px;
  color: var(--rj-lime);
  margin-top: 1px;
}

.rj-hcomp-bubble {
  display: block;
  padding: 7px 10px;
  border-radius: 10px;
  margin-bottom: 6px;
  font-size: 11.5px;
  line-height: 1.4;
}

.rj-hcomp-bubble--in {
  background: rgba(148, 173, 220, 0.08);
  color: var(--rj-text-muted);
  max-width: 92%;
}

.rj-hcomp-bubble--out {
  background: var(--rj-lime);
  color: var(--rj-bg-0);
  max-width: 92%;
  margin-left: auto;
}

.rj-hcomp-typing {
  display: flex;
  gap: 3px;
  align-items: center;
  height: 18px;
  padding-left: 2px;
}

.rj-hcomp-typing span {
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--rj-text-dim);
  animation: rjHcompTyping 1.4s ease-in-out infinite;
}

.rj-hcomp-typing span:nth-child(2) { animation-delay: 0.2s; }
.rj-hcomp-typing span:nth-child(3) { animation-delay: 0.4s; }

@keyframes rjHcompTyping {
  0%, 60%, 100% { opacity: 0.45; transform: translateY(0); }
  30%           { opacity: 1;    transform: translateY(-4px); }
}

/* Booking metric card */
.rj-hcomp-booking {
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.025) 0%, rgba(255, 255, 255, 0.005) 100%);
  border: 1px solid var(--rj-border);
  border-radius: var(--rj-r-md);
  padding: 14px;
}

.rj-hcomp-bk-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
}

.rj-hcomp-bk-label {
  font-family: var(--rj-f-mono);
  font-size: 9.5px;
  color: var(--rj-text-dim);
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.rj-hcomp-live-badge {
  display: inline-flex;
  padding: 2px 6px;
  border-radius: 99px;
  background: rgba(200, 255, 61, 0.12);
  border: 1px solid rgba(200, 255, 61, 0.25);
  font-family: var(--rj-f-mono);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: var(--rj-lime);
}

.rj-hcomp-bk-num {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: -0.03em;
  color: var(--rj-text);
  line-height: 1;
  margin-bottom: 4px;
}

.rj-hcomp-bk-num small {
  font-size: 14px;
  font-weight: 400;
  color: var(--rj-text-dim);
  margin-left: 2px;
}

.rj-hcomp-bk-sub {
  font-size: 10.5px;
  color: var(--rj-text-dim);
  margin-bottom: 10px;
}

/* Sparkline */
.rj-hcomp-spark {
  display: flex;
  align-items: flex-end;
  gap: 3px;
  height: 36px;
}

.rj-hcomp-spark span {
  flex: 1;
  background: linear-gradient(180deg, var(--rj-lime) 0%, rgba(200, 255, 61, 0.15) 100%);
  border-radius: 2px 2px 0 0;
  min-height: 3px;
}

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   PREMIUM VISUAL POLISH
   â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */

/* â”€â”€â”€ HERO â€” stronger composite visual â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */

.rj-hero__visual { position: relative; }

.rj-hero__visual::before {
  content: "";
  position: absolute;
  inset: -10%;
  background: radial-gradient(ellipse 65% 55% at 55% 35%, rgba(200, 255, 61, 0.08), transparent 65%);
  pointer-events: none;
  z-index: 0;
}

/* Cyan accent top line on browser card */
.rj-hcomp-browser {
  border-top: 2px solid var(--rj-cyan);
  box-shadow: 0 24px 64px -16px rgba(0, 0, 0, 0.7), 0 0 0 1px rgba(46, 230, 224, 0.06);
}

/* Lime accent top line on booking card */
.rj-hcomp-booking {
  border-top: 2px solid rgba(200, 255, 61, 0.4);
}

/* â”€â”€â”€ STAT STRIP â€” bolder, more confident values â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */

.rj-stat-card__value {
  font-size: clamp(20px, 2vw, 28px);
  font-weight: 700;
}

.rj-stat-card:hover {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.025) 0%, var(--rj-bg-2) 100%);
}

/* â”€â”€â”€ ABOUT â€” photo frame premium treatment â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */

.rj-about-preview__photo {
  box-shadow:
    0 0 0 1px var(--rj-border-strong),
    0 0 60px -20px rgba(200, 255, 61, 0.18),
    0 28px 56px -12px rgba(0, 0, 0, 0.5);
}

/* Project count badge â€” bottom-right corner */
.rj-about-photo__badge {
  position: absolute;
  bottom: 14px;
  right: 14px;
  z-index: 2;
  font-family: var(--rj-f-mono);
  font-size: 10px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--rj-lime);
  background: rgba(0, 0, 0, 0.65);
  border: 1px solid rgba(200, 255, 61, 0.3);
  padding: 5px 10px;
  border-radius: 99px;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  white-space: nowrap;
}

/* Meta items â€” left accent border */
.rj-about-meta__item {
  border-left: 2px solid rgba(200, 255, 61, 0.15);
}
.rj-about-meta__item:hover { border-left-color: rgba(200, 255, 61, 0.38); }

/* â”€â”€â”€ PROBLEM CARDS â€” warning icon + left border accent â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */

.rj-problem-card {
  border-left: 2px solid rgba(251, 113, 133, 0.2);
  padding: 22px;
  gap: 8px;
}
.rj-problem-card:hover { border-left-color: rgba(251, 113, 133, 0.48); }

.rj-problem-card__head {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
}

/* Standalone __num inside __head loses its own margin */
.rj-problem-card__head .rj-problem-card__num { margin-bottom: 0; }

.rj-problem-card__ico {
  width: 28px;
  height: 28px;
  border-radius: 8px;
  background: rgba(251, 113, 133, 0.09);
  border: 1px solid rgba(251, 113, 133, 0.22);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fb7185;
  flex-shrink: 0;
}

/* â”€â”€â”€ SERVICE CARDS â€” dot pattern + larger icon + hover glow â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */

/* Dot pattern overlay on visual area */
.rj-service-card__visual::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
  background-size: 22px 22px;
  pointer-events: none;
  z-index: 0;
}

/* Larger icon container */
.rj-service-card__visual-icon {
  position: relative;
  z-index: 1;
  width: 56px;
  height: 56px;
  border-radius: 16px;
}

/* Icon glow on hover per color theme */
.rj-service-card:hover .rj-service-card__visual--lime .rj-service-card__visual-icon {
  box-shadow: 0 0 28px rgba(200, 255, 61, 0.4);
}
.rj-service-card:hover .rj-service-card__visual--cyan .rj-service-card__visual-icon {
  box-shadow: 0 0 28px rgba(46, 230, 224, 0.4);
}
.rj-service-card:hover .rj-service-card__visual--violet .rj-service-card__visual-icon {
  box-shadow: 0 0 28px rgba(139, 92, 246, 0.4);
}

/* Card lift shadow on hover */
.rj-service-card:hover {
  box-shadow: 0 20px 50px -16px rgba(0, 0, 0, 0.55), 0 0 40px -20px rgba(46, 230, 224, 0.12);
}

/* â”€â”€â”€ AI DEMO â€” subtle section separator â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */

.rj-ai-demo {
  border-top: 1px solid var(--rj-border);
  border-bottom: 1px solid var(--rj-border);
  background: rgba(13, 20, 36, 0.3);
}

/* â”€â”€â”€ INDUSTRIES â€” roomier chips + hover glow â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */

.rj-industry-chip { padding: 20px 16px; }

.rj-industry-chip__icon {
  width: 36px;
  height: 36px;
}

.rj-industry-chip:hover .rj-industry-chip__icon {
  background: rgba(46, 230, 224, 0.12);
  border-color: rgba(46, 230, 224, 0.3);
}

/* â”€â”€â”€ PROCESS STEPS â€” updated RGB values to match current lime/cyan â”€â”€â”€â”€â”€â”€â”€â”€â”€ */

.rj-process-step__num--lime {
  background: rgba(200, 255, 61, 0.10);
  border-color: rgba(200, 255, 61, 0.30);
  color: var(--rj-lime);
}

.rj-process-step__num--cyan {
  background: rgba(46, 230, 224, 0.10);
  border-color: rgba(46, 230, 224, 0.30);
  color: var(--rj-cyan);
}

/* â”€â”€â”€ CASE STUDY CARDS â€” better fallback thumbnails â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */

/* Overflow hidden for image zoom on hover */
.rj-case-card__thumb { overflow: hidden; }

.rj-case-card__thumb img { transition: transform 0.35s ease; }
.rj-case-card:hover .rj-case-card__thumb img { transform: scale(1.04); }

/* Fallback placeholder with dot grid */
.rj-case-card__thumb-placeholder {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.rj-case-card__thumb-placeholder::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
  background-size: 16px 16px;
  pointer-events: none;
}

.rj-case-card__thumb-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
}

.rj-case-card__thumb-cat {
  font-family: var(--rj-f-mono);
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.55);
  background: rgba(0, 0, 0, 0.35);
  padding: 5px 14px;
  border-radius: 99px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
}

/* â”€â”€â”€ TRUST CARDS â€” premium gradient + border accent â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */

.rj-trust-card {
  background:
    linear-gradient(160deg, rgba(200, 255, 61, 0.035) 0%, transparent 55%),
    var(--rj-surface-glass, rgba(13, 20, 36, 0.6));
  border-top: 1px solid rgba(200, 255, 61, 0.12);
}

.rj-trust-card:hover { border-top-color: rgba(200, 255, 61, 0.3); }

/* â”€â”€â”€ FREE AUDIT BANNER â€” lime accent border â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */

.rj-free-audit-banner__inner {
  border: 1px solid var(--rj-border-mid);
  border-top: 1px solid rgba(200, 255, 61, 0.22);
}

/* â”€â”€â”€ FINAL CTA â€” dual-source glow atmosphere â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */

.rj-final-cta__glow {
  background:
    radial-gradient(ellipse 70% 55% at 50% 100%, rgba(200, 255, 61, 0.13) 0%, transparent 65%),
    radial-gradient(ellipse 60% 40% at 50% 0%, rgba(139, 92, 246, 0.07) 0%, transparent 60%);
}

/* â”€â”€â”€ HERO COMPOSITE DASHBOARD MOCKUP â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */

.rj-hero__visual { flex-direction: column; gap: 12px; }

/* Background glow blob */
.rj-hcomp-blob {
  position: absolute;
  inset: -30%;
  background: radial-gradient(ellipse 60% 55% at 55% 45%, rgba(200,255,61,.25), transparent 65%);
  filter: blur(50px);
  pointer-events: none;
  z-index: 0;
}

/* Browser window card */
.rj-hcomp-browser {
  position: relative;
  z-index: 1;
  border-radius: 20px;
  padding: 14px;
  width: 100%;
}
.rj-hcomp-topbar {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 12px;
}
.rj-hcomp-dot {
  width: 9px; height: 9px;
  border-radius: 50%;
}
.rj-hcomp-dot:nth-child(1) { background: rgba(251,113,133,.7); }
.rj-hcomp-dot:nth-child(2) { background: rgba(200,255,61,.7); }
.rj-hcomp-dot:nth-child(3) { background: rgba(46,230,197,.7); }
.rj-hcomp-url {
  font-family: var(--rj-f-mono);
  font-size: .62rem;
  color: var(--rj-text-muted);
  margin-left: 8px;
}
.rj-hcomp-body { width: 100%; }
.rj-hcomp-brow {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 12px;
}
.rj-hcomp-mono-label {
  font-family: var(--rj-f-mono);
  font-size: .62rem;
  color: var(--rj-text-muted);
  letter-spacing: .06em;
}
.rj-hcomp-stat-big {
  font-family: var(--rj-f-display,'Space Grotesk',sans-serif);
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--rj-text);
  letter-spacing: -.025em;
}
.rj-hcomp-chip {
  font-family: var(--rj-f-mono);
  font-size: .65rem;
  color: var(--rj-primary,#c8ff3d);
  background: rgba(200,255,61,.1);
  border: 1px solid rgba(200,255,61,.25);
  border-radius: 99px;
  padding: .2rem .6rem;
}
.rj-hcomp-dash {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 10px;
}
.rj-hcomp-dcol { display: flex; flex-direction: column; gap: 4px; }
.rj-hcomp-dlabel { font-size: .62rem; color: var(--rj-text-muted); }
.rj-hcomp-dval {
  font-family: var(--rj-f-display,'Space Grotesk',sans-serif);
  font-size: 1.5rem; font-weight: 700; color: var(--rj-text); letter-spacing: -.03em;
}
.rj-hcomp-ddelta { font-size: .62rem; color: var(--rj-primary,#c8ff3d); }
.rj-hcomp-bars {
  display: flex;
  align-items: flex-end;
  gap: 3px;
  height: 44px;
  margin-top: 4px;
}
.rj-hcomp-bars > span {
  flex: 1;
  background: linear-gradient(180deg, rgba(200,255,61,.6), rgba(200,255,61,.1));
  border-radius: 3px 3px 0 0;
  display: block;
  min-height: 3px;
}
.rj-hcomp-rows {
  list-style: none; margin: 0; padding: 0;
  display: flex; flex-direction: column; gap: 3px;
}
.rj-hcomp-rows li {
  display: flex; justify-content: space-between; align-items: center;
  font-size: .65rem; color: var(--rj-text-muted);
}
.rj-hcomp-pill {
  font-family: var(--rj-f-mono); font-size: .58rem;
  padding: 1px 5px; border-radius: 99px;
  background: rgba(200,255,61,.1); color: var(--rj-primary,#c8ff3d);
  border: 1px solid rgba(200,255,61,.2);
}
.rj-hcomp-pill--violet {
  background: rgba(139,92,246,.1); color: var(--rj-violet,#8B5CF6);
  border-color: rgba(139,92,246,.2);
}

/* Chat + Booking row */
.rj-hcomp-row {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 10px;
  position: relative;
  z-index: 1;
}

/* Chat widget */
.rj-hcomp-chat {
  border-radius: 16px;
  padding: 12px;
}
.rj-hcomp-chat-head {
  display: flex; align-items: center; gap: 8px;
  border-bottom: 1px solid rgba(148,163,184,.12);
  padding-bottom: 8px; margin-bottom: 8px;
}
.rj-hcomp-avatar {
  width: 28px; height: 28px; border-radius: 50%;
  background: linear-gradient(135deg, rgba(200,255,61,.3), rgba(46,230,197,.2));
  display: flex; align-items: center; justify-content: center;
  font-family: var(--rj-f-display,sans-serif); font-weight: 700; font-size: .7rem;
  color: var(--rj-primary,#c8ff3d); flex-shrink: 0;
  border: 1px solid rgba(200,255,61,.3);
}
.rj-hcomp-chat-name { font-size: .65rem; color: var(--rj-text); font-weight: 500; }
.rj-hcomp-online { font-size: .58rem; color: var(--rj-primary,#c8ff3d); }
.rj-hcomp-bubble {
  font-size: .65rem; line-height: 1.4;
  padding: 5px 8px; border-radius: 10px;
  margin-bottom: 5px;
  max-width: 92%;
}
.rj-hcomp-bubble--in {
  background: rgba(8,22,38,.6);
  border: 1px solid rgba(148,163,184,.14);
  color: var(--rj-text-muted);
  align-self: flex-start;
}
.rj-hcomp-bubble--out {
  background: rgba(200,255,61,.1);
  border: 1px solid rgba(200,255,61,.22);
  color: var(--rj-text);
  margin-left: auto;
  border-radius: 10px 10px 2px 10px;
}
.rj-hcomp-typing {
  display: flex; gap: 3px; align-items: center; padding: 4px 0;
}
.rj-hcomp-typing > span {
  display: block; width: 5px; height: 5px;
  border-radius: 50%; background: var(--rj-text-dim);
  animation: rj-typing-bounce 1.2s ease-in-out infinite;
}
.rj-hcomp-typing > span:nth-child(2) { animation-delay: .2s; }
.rj-hcomp-typing > span:nth-child(3) { animation-delay: .4s; }

/* Booking card */
.rj-hcomp-booking {
  border-radius: 16px;
  padding: 12px;
  display: flex; flex-direction: column; gap: 4px;
}
.rj-hcomp-bk-head {
  display: flex; justify-content: space-between; align-items: center;
}
.rj-hcomp-bk-label { font-size: .6rem; color: var(--rj-text-muted); }
.rj-hcomp-live-badge {
  font-family: var(--rj-f-mono); font-size: .55rem;
  padding: 1px 5px; border-radius: 99px;
  background: rgba(251,113,133,.1); color: rgba(251,113,133,.9);
  border: 1px solid rgba(251,113,133,.3);
}
.rj-hcomp-bk-num {
  font-family: var(--rj-f-display,'Space Grotesk',sans-serif);
  font-size: 1.5rem; font-weight: 700; color: var(--rj-text); letter-spacing: -.04em;
}
.rj-hcomp-bk-num small { font-size: .75rem; color: var(--rj-text-muted); }
.rj-hcomp-bk-sub { font-size: .6rem; color: var(--rj-text-muted); }
.rj-hcomp-spark {
  display: flex; align-items: flex-end; gap: 2px; height: 32px; margin-top: auto;
}
.rj-hcomp-spark > span {
  flex: 1;
  background: linear-gradient(180deg, rgba(46,230,197,.6), rgba(46,230,197,.1));
  border-radius: 2px 2px 0 0; display: block; min-height: 2px;
}

/* â”€â”€â”€ RESPONSIVE: hero inner on mobile â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
@media (max-width: 767px) {
  .rj-hero__visual { display: none; }
  .rj-hcomp-row { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 1023px) {
  .rj-hcomp-dash { grid-template-columns: 1fr; }
}
