/**
 * Landing page. Gebruikt design-system.css voor alle tokens.
 */

/* --- Premium Light Mode Theme voor de Landing Page --- */
.rb-landing-page {
  --rb-bg: #F8FAFC; /* Slate 50 */
  --rb-text: #0F172A; /* Slate 900 */
  --rb-text-muted: #64748B; /* Slate 500 */
  --rb-border: rgba(15, 23, 42, 0.06);
  --rb-bg-highlight: rgba(59, 130, 246, 0.05);
  --rb-topbar-h: 64px;
  background-color: var(--rb-bg);
  color: var(--rb-text);
  position: relative;
  overflow-x: hidden;
  padding-top: var(--rb-topbar-h);
}

.rb-hero-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 32px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  height: var(--rb-topbar-h);
  width: 100%;
  max-width: 100vw;
  box-sizing: border-box;
  background: #FFFFFF;
  border-bottom: 1px solid rgba(15, 23, 42, 0.06);
  box-shadow: 0 1px 3px rgba(15, 23, 42, 0.04);
}

.rb-floating-logo {
  display: flex;
  align-items: center;
  gap: var(--rb-space-3);
  text-decoration: none;
  flex-shrink: 0;
  min-width: max-content;
}

.rb-floating-logo .rb-logo-icon {
  filter: none;
  box-shadow: none;
}

.rb-logo-icon-pill {
  display: inline-flex;
  align-items: center;
  gap: var(--rb-space-3);
  padding: 0;
  background: transparent;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  min-width: max-content;
}

.rb-floating-logo .rb-logo-text {
  color: #0F172A;
  white-space: nowrap;
  overflow: visible;
}

.rb-floating-nav {
  display: flex;
  align-items: center;
  gap: var(--rb-space-3);
  flex-shrink: 0;
}

.rb-floating-nav .rb-btn-secondary {
  background: #FFFFFF;
  border: 1px solid rgba(15, 23, 42, 0.1);
  color: #0F172A;
  box-shadow: none;
}

.rb-floating-nav .rb-btn-secondary:hover:not(:disabled) {
  background: #F8FAFC;
  border-color: rgba(15, 23, 42, 0.16);
  color: #0F172A;
}

.rb-floating-nav .rb-btn-primary {
  background: var(--rb-primary);
  color: #FFFFFF;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.08);
}

.rb-floating-nav .rb-btn-primary:hover:not(:disabled) {
  background: var(--rb-primary-hover);
  color: #FFFFFF;
}
/* ---------------------------------------------------- */

.rb-landing-page .rb-hero-title,
.rb-landing-page .rb-hero-sub {
  overflow-wrap: anywhere;
}

.rb-landing {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 var(--rb-space-8);
}

.rb-section {
  padding: var(--rb-space-12) 0; /* Reduced padding */
}

/* Grotere primary CTA-knop voor landing */
.rb-btn-lg {
  font-size: 1.0625rem;
  font-weight: 600;
  padding: 0.75rem var(--rb-space-6);
  min-height: var(--rb-tap-min);
}

/* Hero Wrapper */
.rb-hero-wrapper {
  background: #3B82F6;
  color: #FFFFFF;
  position: relative;
  overflow: hidden;
  padding-bottom: 36px; /* Further reduced vertical space */
  width: 100%;
  box-shadow: none;
}

.rb-hero-wrapper::after {
  content: "";
  position: absolute;
  bottom: -2px; /* Overlap the next section to prevent anti-aliased seams */
  left: 0;
  width: 100%;
  height: calc(6vw + 2px); /* Relative height controls amplitude elegantly */
  min-height: 40px;
  max-height: 100px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 320' preserveAspectRatio='none'%3E%3Cpath fill='%23FFFFFF' stroke='%23FFFFFF' stroke-width='18' stroke-linejoin='round' stroke-linecap='round' d='M0,192L48,181.3C96,171,192,149,288,149.3C384,149,480,171,576,192C672,213,768,235,864,224C960,213,1056,171,1152,149.3C1248,128,1344,128,1392,128L1440,128L1440,320L1392,320C1344,320,1248,320,1152,320C1056,320,960,320,864,320C768,320,672,320,576,320C480,320,384,320,288,320C192,320,96,320,48,320L0,320Z'%3E%3C/path%3E%3C/svg%3E");
  background-size: 100% 100%; /* Stretch to container, guaranteeing small amplitude */
  background-position: bottom;
  background-repeat: no-repeat;
  pointer-events: none;
  z-index: 0;
}

/* Hero */
.rb-hero-section {
  text-align: center;
  padding-top: var(--rb-space-10);
  padding-bottom: var(--rb-space-8); /* Reduced bottom vertical space */
  max-width: 760px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.rb-new-badge {
  display: inline-grid;
  grid-template-columns: 2.25rem 1fr 2.25rem;
  align-items: center;
  gap: var(--rb-space-3);
  background: #1E3A8A;
  border: 1px solid rgba(255, 255, 255, 0.28);
  color: #FFFFFF;
  font-size: 0.875rem;
  font-weight: 600;
  padding: var(--rb-space-2) var(--rb-space-5) var(--rb-space-2) var(--rb-space-3);
  border-radius: 999px;
  margin-bottom: var(--rb-space-6);
  box-shadow: 0 16px 34px rgba(15, 23, 42, 0.18), 0 0 0 4px rgba(255, 255, 255, 0.12);
}

.rb-new-badge-icon {
  width: 2.25rem;
  height: 2.25rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 2.25rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.16);
  font-size: 1.125rem;
  line-height: 1;
}

.rb-new-badge::after {
  content: "";
  width: 2.25rem;
  height: 2.25rem;
}

.rb-new-badge-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  line-height: 1.2;
  color: rgba(255, 255, 255, 0.82);
}

.rb-new-badge-kicker {
  color: #FFFFFF;
  font-size: 1rem;
  font-weight: 800;
}

.rb-hero-title {
  font-size: 3.5rem;
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -0.03em;
  color: #FFFFFF;
  margin: 0 0 var(--rb-space-3); /* Reduced */
}

.rb-hero-brand {
  display: inline-block;
  color: #FFFFFF;
  text-shadow: 0 4px 24px rgba(30, 64, 175, 0.5);
  position: relative;
  z-index: 0;
}

.rb-hero-sub {
  font-size: 1.25rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.9);
  margin: 0 0 var(--rb-space-5); /* Reduced */
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
}

.rb-copy-brand {
  color: #FFFFFF;
  font-weight: 800;
}

.rb-hero-cta-row {
  display: flex;
  justify-content: center;
  margin-bottom: var(--rb-space-4); /* Reduced */
}

.rb-hero-cta-row .rb-btn-primary {
  background: #FFFFFF;
  color: #1E3A8A;
  border: 2px solid #FFFFFF;
  box-shadow: 0 16px 34px rgba(30, 64, 175, 0.24), 0 0 0 4px rgba(255, 255, 255, 0.16);
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.rb-hero-cta-row .rb-btn-primary:hover {
  background: #EFF6FF;
  color: #1E3A8A;
  border-color: #FFFFFF;
  box-shadow: 0 20px 42px rgba(30, 64, 175, 0.3), 0 0 0 5px rgba(255, 255, 255, 0.22);
}

.rb-hero-cta-row .rb-btn-primary:active {
  background: #DBEAFE;
  border-color: #FFFFFF;
}

.rb-audience-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: var(--rb-space-3);
  max-width: 640px;
  margin: 0 auto;
  text-align: left;
}

.rb-audience-pill {
  display: flex;
  flex-direction: column;
  gap: 0.125rem;
  min-width: 0;
  padding: var(--rb-space-3) var(--rb-space-4);
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  background: rgba(255, 255, 255, 0.1);
  color: #FFFFFF;
  text-decoration: none;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.rb-audience-pill--manager {
  border-color: rgba(191, 219, 254, 0.42);
  background: rgba(30, 58, 138, 0.24);
}

.rb-audience-pill--employee:hover {
  background: rgba(255, 255, 255, 0.16);
  border-color: rgba(255, 255, 255, 0.36);
  color: #FFFFFF;
}

.rb-audience-label {
  font-size: 0.8125rem;
  font-weight: 800;
  line-height: 1.2;
}

.rb-audience-text {
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.8125rem;
  line-height: 1.35;
}

.rb-hero-link {
  color: #FFFFFF;
  text-decoration: none;
  font-weight: 600;
}

.rb-hero-link:hover {
  color: #DBEAFE;
  text-decoration: underline;
}

/* Industries */
.rb-industries-section {
  text-align: center;
  padding-top: var(--rb-space-4);
  padding-bottom: var(--rb-space-8);
  position: relative;
  z-index: 1;
}

.rb-industries-intro {
  font-size: 0.8125rem;
  color: rgba(255, 255, 255, 0.7);
  margin: 0 0 var(--rb-space-4);
  font-weight: 500;
}

.rb-industries {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: var(--rb-space-2);
}

.rb-industry-chip {
  display: inline-flex;
  align-items: center;
  padding: 6px var(--rb-space-4);
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  font-size: 0.8125rem;
  font-weight: 500;
  color: #FFFFFF;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  cursor: pointer;
  user-select: none;
}

.rb-industry-chip:hover {
  background: rgba(255, 255, 255, 0.22);
  border-color: rgba(255, 255, 255, 0.35);
  transform: translateY(-1px);
}

.rb-industry-chip:focus-visible {
  outline: none;
  box-shadow: 0 0 0 2px #1E3A8A, 0 0 0 4px rgba(255, 255, 255, 0.6);
}

.rb-industry-chip--active {
  background: #FFFFFF !important;
  color: #1E3A8A !important;
  font-weight: 600;
  border-color: #FFFFFF !important;
  box-shadow: 0 4px 14px rgba(255, 255, 255, 0.35), 0 0 0 1px rgba(255, 255, 255, 0.1) !important;
  transform: translateY(-1px);
}

/* Micro-animaties voor datatransities in het voorbeeldrooster */
.rb-weekrooster-table-wrap,
#rb-mockup-panel-beschikbaarheid {
  transition: opacity 0.22s cubic-bezier(0.4, 0, 0.2, 1), transform 0.22s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: opacity, transform;
}

.rb-changing {
  opacity: 0.3;
  transform: scale(0.993);
}

/* Section titles */
.rb-section-title {
  font-size: 1.875rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--rb-text);
  text-align: center;
  margin: 0 0 var(--rb-space-10);
}

.rb-section-subtitle {
  text-align: center;
  font-size: var(--rb-text-body);
  color: var(--rb-text-muted);
  margin: calc(var(--rb-space-10) * -1 + var(--rb-space-2)) 0 var(--rb-space-10);
}

/* Features */
.rb-features-section {
  padding-top: var(--rb-space-8);
}

.rb-feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--rb-space-6);
}

.rb-feature-card {
  background: rgba(241, 245, 249, 0.7); /* Slate 100 glass */
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(226, 232, 240, 0.9); /* Slate 200 */
  border-radius: var(--rb-radius-card);
  box-shadow: 0 8px 32px rgba(15, 23, 42, 0.04);
  padding: var(--rb-space-8);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.rb-feature-card:hover {
  box-shadow: 0 16px 48px rgba(37, 99, 235, 0.08);
  transform: translateY(-4px);
  border-color: rgba(203, 213, 225, 0.8); /* Slate 300 */
  background: rgba(241, 245, 249, 0.95);
}

.rb-feature-icon {
  width: 3rem;
  height: 3rem;
  border-radius: 0.75rem;
  background: rgba(59, 130, 246, 0.1);
  border: 1px solid rgba(59, 130, 246, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  color: #3B82F6;
  margin-bottom: var(--rb-space-5);
}

.rb-feature-title {
  font-size: 1.125rem;
  font-weight: 700;
  color: var(--rb-text);
  margin: 0 0 var(--rb-space-3);
}

.rb-feature-text {
  font-size: var(--rb-text-small);
  line-height: var(--rb-line-height-normal);
  color: var(--rb-text-muted);
  margin: 0;
}

.rb-feature-list {
  list-style: none;
  margin: var(--rb-space-5) 0 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: var(--rb-space-2);
}

.rb-feature-list li {
  display: flex;
  align-items: flex-start;
  gap: var(--rb-space-3);
  font-size: var(--rb-text-small);
  line-height: 1.45;
  color: var(--rb-text);
}

.rb-feature-check {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 50%;
  background: rgba(16, 185, 129, 0.1);
  color: #10B981;
  border: 1px solid rgba(16, 185, 129, 0.15);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1;
  margin-top: 2px;
}

/* Steps */
.rb-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--rb-space-8);
}

.rb-step {
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1px solid rgba(226, 232, 240, 0.8); /* Slate 200 */
  border-radius: var(--rb-radius-card);
  box-shadow: 0 4px 16px rgba(15, 23, 42, 0.03);
  padding: var(--rb-space-6);
  position: relative;
  text-align: left;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.rb-step:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06);
}

@media (min-width: 769px) {
  .rb-step:not(:last-child)::after {
    content: "";
    position: absolute;
    right: calc(-1rem - 12px); /* Centered in the 2rem gap */
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2394A3B8' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12h14'/%3E%3Cpath d='m12 5 7 7-7 7'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 10;
  }
}

@media (max-width: 768px) {
  .rb-step:not(:last-child)::after {
    content: "";
    position: absolute;
    bottom: calc(-1rem - 12px); /* Centered in the 2rem gap */
    left: 50%;
    transform: translateX(-50%);
    width: 24px;
    height: 24px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2394A3B8' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 5v14'/%3E%3Cpath d='m19 12-7 7-7-7'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 10;
  }
}

.rb-step-num {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background: var(--rb-primary);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 1.0625rem;
  margin-bottom: var(--rb-space-4);
  box-shadow: 0 2px 6px rgb(37 99 235 / 0.25);
}

.rb-step-title {
  font-size: 1.0625rem;
  font-weight: 700;
  color: var(--rb-text);
  margin: 0 0 var(--rb-space-2);
}

.rb-step-text {
  font-size: var(--rb-text-small);
  line-height: var(--rb-line-height-normal);
  color: var(--rb-text-muted);
  margin: 0;
}

/* Preview window: weekrooster mockup */
.rb-preview-section {
  text-align: center;
}

.rb-preview-sub {
  font-size: var(--rb-text-body);
  color: var(--rb-text-muted);
  margin: calc(var(--rb-space-10) * -1 + var(--rb-space-2)) 0 var(--rb-space-10);
}

.rb-preview-window {
  /* Force light mode variables inside the preview */
  --rb-bg: #FFFFFF;
  --rb-bg-highlight: #E8F4FC;
  --rb-text: #1E293B;
  --rb-text-muted: #64748B;
  --rb-border: #E8ECF1;

  background: var(--rb-bg);
  color: var(--rb-text);
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: var(--rb-radius-card);
  box-shadow: 0 24px 64px rgba(15, 23, 42, 0.08), 0 0 0 1px rgba(15, 23, 42, 0.05);
  overflow: hidden;
  text-align: left;
}

.rb-preview-chrome {
  display: flex;
  align-items: center;
  gap: var(--rb-space-2);
  padding: var(--rb-space-3) var(--rb-space-5);
  background: #F1F5F9;
  border-bottom: 1px solid var(--rb-border);
}

.rb-preview-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #E2E8F0;
}

.rb-preview-dot:nth-child(1) { background: #F87171; }
.rb-preview-dot:nth-child(2) { background: #FBBF24; }
.rb-preview-dot:nth-child(3) { background: #34D399; }

.rb-preview-url {
  margin-left: var(--rb-space-4);
  font-size: 0.8125rem;
  color: var(--rb-text-muted);
}

.rb-preview-body {
  padding: var(--rb-space-6) var(--rb-space-5) var(--rb-space-5);
}

.rb-preview-body .rb-weekrooster-header {
  margin-bottom: var(--rb-space-6);
}

.rb-preview-body .rb-weekrooster-table-wrap {
  margin-bottom: 0;
}

.rb-preview-body .rb-weekrooster-table {
  min-width: 1500px;
}

.rb-preview-body .rb-wr-shift-time {
  overflow: visible;
}

/* Final CTA band */
/* CTA + Footer wrapper — full-bleed blue block */
.rb-cta-wrapper {
  background: #3B82F6;
  width: 100%;
  position: relative;
  box-shadow: inset 0 18px 36px rgba(15, 23, 42, 0.08), 0 -1px 0 0 var(--rb-bg);
}

.rb-cta-wrapper::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  height: 6vw;
  min-height: 40px;
  max-height: 100px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 320' preserveAspectRatio='none'%3E%3Cpath fill='%23F8FAFC' fill-opacity='1' d='M0,128L48,128C96,128,192,128,288,149.3C384,171,480,213,576,224C672,235,768,213,864,192C960,171,1056,149,1152,149.3C1248,149,1344,171,1392,181.3L1440,192L1440,0L1392,0C1344,0,1248,0,1152,0C1056,0,960,0,864,0C768,0,672,0,576,0C480,0,384,0,288,0C192,0,96,0,48,0L0,0Z'%3E%3C/path%3E%3C/svg%3E");
  background-size: 100% 100%;
  background-position: top;
  background-repeat: no-repeat;
  pointer-events: none;
  z-index: 0;
}

.rb-final-cta {
  padding: calc(6vw + var(--rb-space-12)) 0 var(--rb-space-12);
  text-align: center;
  position: relative;
  z-index: 1;
}

.rb-final-cta-title {
  font-size: 2rem;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: #FFFFFF;
  margin: 0 0 var(--rb-space-3);
}

.rb-final-cta-sub {
  font-size: var(--rb-text-body);
  color: rgba(255, 255, 255, 0.75);
  margin: 0 0 var(--rb-space-8);
}

.rb-btn-white {
  background: #FFFFFF;
  color: #0F172A;
  border: none;
  font-weight: 600;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
}

.rb-btn-white:hover:not(:disabled) {
  background: #F1F5F9;
  color: #0F172A;
}

/* Footer */
.rb-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: var(--rb-space-5) 0;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  font-size: var(--rb-text-small);
  color: rgba(255, 255, 255, 0.55);
  position: relative;
  z-index: 1;
}

.rb-footer-nav {
  display: flex;
  gap: var(--rb-space-6);
}

.rb-footer-nav a {
  color: rgba(255, 255, 255, 0.55);
  text-decoration: none;
}

.rb-footer-nav a:hover {
  color: #FFFFFF;
}

/* Responsive */
@media (max-width: 768px) {
  .rb-landing-page {
    --rb-topbar-h: 56px;
  }

  .rb-hero-topbar {
    width: 100vw;
    max-width: 100vw;
    padding: 0.625rem max(0.875rem, env(safe-area-inset-right)) 0.625rem max(0.875rem, env(safe-area-inset-left));
    gap: 0.5rem;
  }

  .rb-logo-icon-pill {
    gap: 0.5rem;
    padding: 0;
  }

  .rb-floating-logo .rb-logo-icon {
    width: 1.875rem;
    height: 1.875rem;
    flex: 0 0 1.875rem;
  }

  .rb-floating-logo .rb-logo-text {
    font-size: 1rem;
  }

  .rb-floating-nav {
    gap: 0.375rem;
    margin: 0;
  }

  .rb-floating-nav .rb-btn {
    min-height: 2.5rem;
    padding: 0.5rem 0.5625rem;
    font-size: 0.78125rem;
    line-height: 1;
    white-space: nowrap;
  }

  .rb-landing {
    padding: 0 var(--rb-space-4);
  }

  .rb-new-badge {
    font-size: 0.75rem;
    padding: var(--rb-space-2) var(--rb-space-4);
    white-space: normal;
    text-align: center;
    max-width: 100%;
    box-sizing: border-box;
  }

  .rb-section {
    padding: var(--rb-space-10) 0;
  }

  .rb-hero-section {
    padding-top: var(--rb-space-10);
    padding-bottom: var(--rb-space-8);
  }

  .rb-hero-title {
    font-size: 1.875rem;
    max-width: 100%;
  }

  .rb-hero-sub {
    font-size: 1rem;
    max-width: 100%;
  }

  .rb-hero-cta-row .rb-btn {
    width: 100%;
  }

  .rb-audience-row {
    grid-template-columns: 1fr;
    gap: var(--rb-space-2);
  }

  .rb-section-title {
    font-size: 1.5rem;
    margin-bottom: var(--rb-space-8);
  }

  .rb-section-subtitle {
    margin: calc(var(--rb-space-8) * -1 + var(--rb-space-2)) 0 var(--rb-space-8);
    font-size: var(--rb-text-small);
  }

  .rb-feature-grid {
    grid-template-columns: 1fr;
    gap: var(--rb-space-5);
  }

  .rb-steps {
    grid-template-columns: 1fr;
    gap: var(--rb-space-8);
  }

  .rb-preview-sub {
    margin-top: calc(var(--rb-space-8) * -1 + var(--rb-space-2));
    margin-bottom: var(--rb-space-8);
  }

  .rb-preview-body {
    padding: var(--rb-space-5) var(--rb-space-4) var(--rb-space-4);
  }

  .rb-final-cta {
    padding: calc(6vw + var(--rb-space-8)) 0 var(--rb-space-10);
  }

  .rb-final-cta-title {
    font-size: 1.5rem;
  }

  .rb-final-cta .rb-btn {
    width: 100%;
  }

  .rb-footer {
    flex-direction: column;
    gap: var(--rb-space-3);
    text-align: center;
  }
}

@media (max-width: 430px) {
  .rb-hero-topbar {
    padding-left: max(0.625rem, env(safe-area-inset-left));
    padding-right: max(0.625rem, env(safe-area-inset-right));
  }

  .rb-floating-logo .rb-logo-text {
    font-size: 0.9375rem;
  }

  .rb-floating-nav .rb-btn {
    min-height: 2.375rem;
    padding-left: 0.4375rem;
    padding-right: 0.4375rem;
    font-size: 0.75rem;
  }

  .rb-hero-section {
    padding-top: var(--rb-space-8);
  }

  .rb-hero-title {
    font-size: 1.75rem;
  }

  .rb-industries {
    padding-left: 0;
    padding-right: 0;
  }

  .rb-industry-chip {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    font-size: 0.75rem;
  }
}

/* Availability Mockup Styles */
.rb-wr-avail-block {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: var(--rb-space-3) var(--rb-space-2);
  border-radius: var(--rb-radius-sm);
  font-size: 0.8125rem;
  font-weight: 500;
  text-align: center;
  width: 100%;
  box-sizing: border-box;
}

.rb-wr-avail-block--green {
  background-color: #E6F4EA;
  color: #137333;
}

.rb-wr-avail-block--red {
  background-color: #FCE8E6;
  color: #C5221F;
}

.rb-wr-avail-block--gray {
  background-color: #F1F3F4;
  color: #5F6368;
}

/* Tab clickable states in mockup */
.rb-dashboard-view-tab {
  cursor: pointer;
  user-select: none;
}

/* Per employee sub-department label */
.rb-wr-dept-sub {
  display: block;
  font-size: 0.6875rem;
  color: var(--rb-text-muted);
  font-weight: normal;
  margin-top: 2px;
}
