/* ================================================================
   ROOTS & WINGS — SUPPLEMENTAL STYLES
   Extends onboarding.css without modifying it. Keep additions minimal
   and namespaced so the base design system stays the single source
   of truth for tokens/colors.
   ================================================================ */

/* Footer variant for dark hero pages (welcome / choose) */
.rw-footer-dark, .rw-footer-dark a { color: rgba(255,255,255,0.35) !important; }
.rw-footer-dark a:hover { color: rgba(255,255,255,0.7) !important; }

/* ── Job Boards module highlight — add-on module ── */
.rw-module-row.rw-module-new {
  border-color: rgba(245,158,11,0.4);
}
.rw-module-row.rw-module-new:hover {
  border-color: rgba(245,158,11,0.65);
  box-shadow: 0 4px 20px rgba(245,158,11,0.10);
}
.rw-module-row.rw-module-new.selected {
  border-color: #F59E0B;
  background: rgba(245,158,11,0.07);
}
.rw-module-row.rw-module-new .rw-module-icon-wrap {
  background: rgba(245,158,11,0.14);
  border-color: rgba(245,158,11,0.3);
}
.rw-module-row.rw-module-new.selected .rw-module-icon-wrap {
  background: rgba(245,158,11,0.22);
  border-color: rgba(245,158,11,0.5);
}
.rw-module-row.rw-module-new.selected .rw-module-toggle {
  background: #F59E0B;
}
.rw-module-new-badge {
  display: inline-block; font-size: 9.5px; font-weight: 700;
  text-transform: uppercase; letter-spacing: 0.06em;
  color: #92400E; background: rgba(245,158,11,0.18);
  border: 1px solid rgba(245,158,11,0.32);
  border-radius: var(--rw-r-full); padding: 1px 8px; margin-left: 8px;
  vertical-align: middle;
}

/* Module price tag (shown inside module rows) */
.rw-module-price {
  font-size: 12.5px; font-weight: 700; color: var(--rw-text-muted);
  white-space: nowrap; margin-right: 4px;
}
.rw-module-row.selected .rw-module-price { color: var(--rw-accent); }
.rw-module-row.rw-module-new .rw-module-price { color: #D97706; }
.rw-module-row.rw-module-new.selected .rw-module-price { color: #D97706; }

/* Module learn-more link */
.rw-module-learn {
  font-size: 11.5px; color: var(--rw-accent);
  text-decoration: underline; text-underline-offset: 2px;
  margin-top: 3px; display: inline-block;
}
.rw-module-row.rw-module-new .rw-module-learn { color: #D97706; }

/* File / document upload zone (verification documents) */
.rw-upload-zone {
  border: 2px dashed var(--rw-border-mid);
  border-radius: var(--rw-r-md); padding: 22px 20px;
  text-align: center; cursor: pointer; transition: all 0.2s;
  background: var(--rw-surface-2);
}
.rw-upload-zone:hover { border-color: var(--rw-accent); background: rgba(28,92,245,0.04); }
.rw-upload-zone-icon { font-size: 1.8rem; margin-bottom: 8px; }
.rw-upload-zone p { font-size: 13px; color: var(--rw-text-muted); margin: 0; }
.rw-upload-zone strong { color: var(--rw-accent); }
.rw-upload-filename {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--rw-blue-50); border: 1px solid var(--rw-border-mid);
  border-radius: var(--rw-r-full); padding: 6px 14px; margin-top: 10px;
  font-size: 12.5px; color: var(--rw-text-mid);
}

/* Workspace / org slug input row reuses rw-input-prefix already defined */

/* Disabled-state button (used while verifying / submitting) */
.rw-btn:disabled, .rw-btn[disabled] {
  opacity: 0.65; cursor: not-allowed; transform: none !important;
}

/* Small helper text under a step header inside content (no border) */
.rw-panel-substep {
  font-size: 11px; color: var(--rw-text-muted); margin-top: -4px; margin-bottom: 18px;
}

/* Choose-page footer link (matches dark choose page, footer note) */
.rw-choose-footer-note {
  text-align: center; color: rgba(255,255,255,0.38); font-size: 13.5px;
  margin-top: 36px; position: relative; z-index: 5;
}
.rw-choose-footer-note a { color: rgba(255,255,255,0.65); text-decoration: underline; text-underline-offset: 3px; }
.rw-choose-footer-note a:hover { color: #fff; }

/* ================================================================
   HOMEPAGE — LAUNCH ANNOUNCEMENT BANNER
   Sits directly under the topbar. Announces the platform's public
   launch date. Mobile-first: wraps to two lines gracefully on
   narrow screens instead of truncating or overflowing.
   ================================================================ */
.rw-launch-banner {
  position: relative; z-index: 6;
  display: flex; align-items: center; justify-content: center;
  gap: 10px; flex-wrap: wrap; text-align: center;
  padding: 12px 24px;
  background: linear-gradient(90deg, rgba(28,92,245,0.20), rgba(75,128,255,0.10));
  border-bottom: 1px solid rgba(28,92,245,0.30);
  color: rgba(255,255,255,0.88);
  font-size: 14px; font-weight: 600; line-height: 1.5;
}
.rw-launch-banner strong { color: #fff; font-weight: 800; }
.rw-launch-banner-dot {
  width: 7px; height: 7px; flex: 0 0 auto;
  border-radius: 50%; background: #4B80FF;
  box-shadow: 0 0 0 4px rgba(75,128,255,0.18);
  animation: rwBlink 2.4s ease-in-out infinite;
}
.rw-launch-banner-days {
  color: rgba(255,255,255,0.55); font-weight: 600;
}
@media (max-width: 600px) {
  .rw-launch-banner {
    padding: 10px 16px; font-size: 12.5px; gap: 6px;
  }
}
@media (max-width: 380px) {
  .rw-launch-banner-days { display: block; margin-top: 2px; }
}

/* Founder's Cohort banner — amber accent, sits below the launch banner */
.rw-founders-home-banner {
  background: linear-gradient(90deg, rgba(248,193,92,0.22), rgba(248,193,92,0.08));
  border-bottom: 1px solid rgba(248,193,92,0.35);
}
.rw-founders-home-banner .rw-launch-banner-dot {
  background: #f8c15c;
  box-shadow: 0 0 0 4px rgba(248,193,92,0.2);
}

/* ================================================================
   HOMEPAGE — "THE GREAT INDIAN CAMPUS" ABOUT SECTION
   ================================================================ */
.rw-about {
  position: relative; z-index: 5;
  max-width: 1040px; margin: 0 auto;
  padding: 20px 24px 90px; text-align: center;
}
.rw-about-eyebrow {
  font-size: 12px; font-weight: 700; letter-spacing: 0.08em;
  color: var(--rw-blue-300); text-transform: uppercase; margin-bottom: 12px;
}
.rw-about-h2 {
  font-size: clamp(1.7rem, 3.4vw, 2.4rem); font-weight: 800; color: #fff;
  letter-spacing: -0.02em; margin-bottom: 14px;
}
.rw-about-lead {
  font-size: 16px; line-height: 1.7; color: rgba(255,255,255,0.5);
  max-width: 640px; margin: 0 auto 48px;
}
.rw-about-grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px;
  text-align: left;
}
.rw-about-card {
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: var(--rw-r-lg); padding: 24px 20px;
  transition: all 0.2s;
}
.rw-about-card:hover {
  background: rgba(255,255,255,0.05);
  border-color: rgba(28,92,245,0.35);
  transform: translateY(-2px);
}
.rw-about-card-icon {
  width: 40px; height: 40px; border-radius: var(--rw-r-md);
  display: flex; align-items: center; justify-content: center;
  background: rgba(28,92,245,0.16); color: var(--rw-blue-300);
  margin-bottom: 16px;
}
.rw-about-card h3 {
  font-size: 14.5px; font-weight: 700; color: #fff; margin-bottom: 8px;
}
.rw-about-card p {
  font-size: 13px; line-height: 1.55; color: rgba(255,255,255,0.45); margin: 0;
}

@media (max-width: 900px) {
  .rw-about-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 600px) {
  .rw-about { padding: 8px 18px 64px; }
  .rw-about-grid { grid-template-columns: 1fr; gap: 14px; }
  .rw-about-lead { margin-bottom: 36px; }
}
@media (max-width: 480px) {
  .rw-topbar { padding: 18px 20px; }
  .rw-logo-wordmark { height: 26px; }
  .rw-topbar-link { display: none; }
  .rw-welcome-hero { padding: 40px 18px 56px; }
  .rw-welcome-stats { gap: 18px 28px; margin-top: 44px; padding-top: 28px; }
  .rw-welcome-cta-group { width: 100%; }
  .rw-btn-primary, .rw-btn-ghost { width: 100%; justify-content: center; }
}

/* ================================================================
   FEATURES SHOWCASE — "Everything included with your Lifetime
   License." Shared between the homepage teaser and the full
   onboarding breakdown. Theme-agnostic (white-on-dark) so it drops
   into both the .rw-welcome hero page and the .ob-choose-page.
   ================================================================ */
.rw-features-teaser,
.rw-features-showcase {
  position: relative; z-index: 5;
  max-width: 1100px; margin: 0 auto;
  padding: 0 24px 90px; text-align: center;
}
.rw-features-showcase { padding: 8px 0 8px; max-width: 100%; }

.rw-features-groups {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px;
  text-align: left; margin-top: 40px;
}
.rw-features-showcase .rw-features-groups {
  grid-template-columns: repeat(3, 1fr);
}
.rw-features-group {
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: var(--rw-r-lg); padding: 22px 20px;
  transition: all 0.2s;
}
.rw-features-group:hover {
  background: rgba(255,255,255,0.05);
  border-color: rgba(28,92,245,0.35);
  transform: translateY(-2px);
}
.rw-features-group-title {
  display: flex; align-items: center; gap: 8px;
  font-size: 13.5px; font-weight: 800; color: #fff;
  letter-spacing: -0.01em; margin-bottom: 14px;
}
.rw-features-group-icon { font-size: 1.05rem; line-height: 1; }
.rw-features-list { list-style: none; display: flex; flex-direction: column; gap: 9px; }
.rw-features-list li {
  font-size: 12.5px; line-height: 1.5; color: rgba(255,255,255,0.55);
  padding-left: 15px; position: relative;
}
.rw-features-list li::before {
  content: ''; position: absolute; left: 0; top: 6px;
  width: 5px; height: 5px; border-radius: 50%;
  background: var(--rw-blue-400);
}
.rw-features-list li strong { color: rgba(255,255,255,0.82); font-weight: 600; }

.rw-features-more { margin-top: 26px; font-size: 13.5px; }
.rw-features-more a { color: rgba(255,255,255,0.65); text-decoration: underline; text-underline-offset: 3px; }
.rw-features-more a:hover { color: #fff; }

/* "Create your own AI" callout banner — redirects out to aim.ivirth.in */
.rw-ai-callout {
  margin-top: 40px; display: flex; align-items: center;
  justify-content: space-between; gap: 24px; text-align: left;
  background: linear-gradient(135deg, rgba(28,92,245,0.16), rgba(75,128,255,0.05));
  border: 1px solid rgba(28,92,245,0.32);
  border-radius: var(--rw-r-xl); padding: 26px 32px;
}
.rw-ai-callout-text { display: flex; flex-direction: column; gap: 6px; }
.rw-ai-callout-text strong { color: #fff; font-size: 15.5px; font-weight: 800; letter-spacing: -0.01em; }
.rw-ai-callout-text span { color: rgba(255,255,255,0.5); font-size: 13px; line-height: 1.55; max-width: 540px; }
.rw-ai-callout .rw-btn-primary { flex-shrink: 0; white-space: nowrap; }

@media (max-width: 900px) {
  .rw-features-groups,
  .rw-features-showcase .rw-features-groups { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 700px) {
  .rw-ai-callout { flex-direction: column; align-items: flex-start; }
  .rw-ai-callout .rw-btn-primary { width: 100%; justify-content: center; }
}
@media (max-width: 600px) {
  .rw-features-teaser, .rw-features-showcase { padding-left: 18px; padding-right: 18px; }
  .rw-features-groups,
  .rw-features-showcase .rw-features-groups { grid-template-columns: 1fr; gap: 14px; }
  .rw-ai-callout { padding: 22px 22px; }
}
