/* ============================================
   OutsourceTribe.com — Main Stylesheet
   ============================================ */

/* --- Google Fonts --- */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&family=Sora:wght@700;800;900&display=swap');

/* --- CSS Variables --- */
:root {
  --brown:   #3D1F0A;
  --orange:  #E07B1A;
  --amber:   #F0A830;
  --gold:    #D4A44C;
  --cream:   #FDF6EC;
  --dark:    #1A0D03;
  --muted:   #7A5C3A;
  --light:   #FAF0E0;
  --border:  #E8D5B0;
  --white:   #FFFFFF;
}

/* --- Reset & Base --- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  color: var(--brown);
  background: #fff;
  line-height: 1.6;
}
img { max-width: 100%; display: block; }
a { text-decoration: none; color: inherit; }
ul { list-style: none; }
button { cursor: pointer; font-family: inherit; }

/* ============================================
   UTILITY CLASSES
   ============================================ */
.container { max-width: 1160px; margin: 0 auto; padding: 0 24px; }
.text-center { text-align: center; }
.bg-cream { background: var(--cream); }
.bg-dark  { background: var(--dark); }
.section-label {
  font-size: 11px; letter-spacing: 3px; color: var(--orange);
  text-transform: uppercase; font-weight: 700; margin-bottom: 8px;
}
.section-title {
  font-family: 'Sora', sans-serif;
  font-size: 28px; font-weight: 900; color: var(--brown); margin-bottom: 8px; line-height: 1.2;
}
.section-sub {
  font-size: 15px; color: var(--muted); max-width: 560px; margin: 0 auto 36px; line-height: 1.7;
}
.divider {
  width: 48px; height: 4px; background: var(--orange);
  border-radius: 2px; margin: 0 auto 16px;
}

/* ============================================
   BUTTONS
   ============================================ */
.btn {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 10px 22px; border-radius: 10px;
  font-size: 14px; font-weight: 700; border: none;
  transition: all 0.18s ease; cursor: pointer; line-height: 1;
}
.btn-primary   { background: var(--orange); color: #fff; }
.btn-primary:hover { background: #c96d10; transform: translateY(-1px); }
.btn-outline   { background: transparent; color: var(--orange); border: 2px solid var(--orange); }
.btn-outline:hover { background: var(--orange); color: #fff; }
.btn-ghost     { background: transparent; color: var(--muted); border: 1.5px solid var(--border); }
.btn-ghost:hover { border-color: var(--orange); color: var(--orange); }
.btn-dark      { background: var(--dark); color: #fff; }
.btn-dark:hover { background: #2E1A08; }
.btn-amber     { background: var(--amber); color: var(--dark); }
.btn-amber:hover { background: #d4920a; }
.btn-lg { padding: 14px 32px; font-size: 15px; border-radius: 12px; }
.btn-sm { padding: 7px 14px; font-size: 12px; border-radius: 8px; }

/* ============================================
   NAVBAR
   ============================================ */
.navbar {
  background: var(--dark);
  padding: 0 20px;
  position: sticky; top: 0; z-index: 1000;
  border-bottom: 1px solid rgba(255,255,255,0.05);
}
.navbar-inner {
  max-width: 1160px; margin: 0 auto;
  display: flex; align-items: center; justify-content: space-between;
  height: 64px; gap: 12px;
}
.navbar-logo {
  display: flex; align-items: center; gap: 10px;
  text-decoration: none; flex-shrink: 0;
}
.navbar-logo img {
  width: 40px; height: 40px;
  border-radius: 50%;
  display: block; flex-shrink: 0;
  background: transparent;
}
.navbar-logo .logo-text { line-height: 1.1; }
.navbar-logo .logo-text .top { font-size: 10px; font-weight: 700; color: #9A8070; letter-spacing: 1px; }
.navbar-logo .logo-text .bottom { font-size: 18px; font-weight: 900; color: var(--amber); font-family: 'Sora', sans-serif; }
.navbar-links { display: flex; gap: 28px; align-items: center; }
.navbar-links a { color: #C8A87A; font-size: 13px; font-weight: 500; transition: color 0.15s; text-decoration: none; }
.navbar-links a:hover { color: var(--amber); }
.navbar-actions { display: flex; gap: 10px; align-items: center; flex-shrink: 0; }
.navbar-actions .btn-nav-login {
  background: transparent; color: #C8A87A;
  border: 1.5px solid rgba(255,255,255,0.15);
  padding: 8px 18px; border-radius: 8px; font-size: 13px; font-weight: 600;
  transition: all 0.15s; white-space: nowrap; text-decoration: none; display: inline-block;
}
.navbar-actions .btn-nav-login:hover { border-color: var(--amber); color: var(--amber); }
.navbar-actions .btn-nav-join {
  background: var(--orange); color: #fff;
  padding: 8px 18px; border-radius: 8px; font-size: 13px; font-weight: 700;
  border: none; transition: all 0.15s; white-space: nowrap;
  text-decoration: none; display: inline-block;
}
.navbar-actions .btn-nav-join:hover { background: #c96d10; }
.hamburger {
  display: none; flex-direction: column; gap: 5px;
  background: none; border: none; padding: 6px;
  cursor: pointer; flex-shrink: 0;
}
.hamburger span { width: 22px; height: 2px; background: #C8A87A; border-radius: 2px; display: block; transition: all 0.2s; }

/* ============================================
   HERO SECTION
   ============================================ */
.hero {
  background: var(--dark); padding: 72px 24px 56px;
  text-align: center; position: relative; overflow: hidden;
}
.hero-pattern {
  position: absolute; inset: 0; opacity: 0.03;
  background-image: repeating-linear-gradient(45deg, var(--amber) 0, var(--amber) 1px, transparent 0, transparent 50%);
  background-size: 22px 22px; pointer-events: none;
}
.hero-glow {
  position: absolute; top: -80px; left: 50%; transform: translateX(-50%);
  width: 600px; height: 400px;
  background: radial-gradient(ellipse, rgba(224,123,26,0.15) 0%, transparent 70%);
  pointer-events: none;
}
.hero-eyebrow {
  font-size: 11px; letter-spacing: 3px; color: var(--amber);
  text-transform: uppercase; font-weight: 700; margin-bottom: 20px; position: relative;
}
.hero-logo-wrap {
  position: relative; display: inline-block; margin-bottom: 24px;
}
.hero-logo-wrap img {
  width: 96px; height: 96px; border-radius: 50%; object-fit: cover;
  border: 3px solid rgba(240,168,48,0.35);
}
.hero-logo-ring {
  position: absolute; inset: -8px; border-radius: 50%;
  border: 1.5px dashed rgba(240,168,48,0.25);
  animation: spin 20s linear infinite;
}
@keyframes spin { to { transform: rotate(360deg); } }
.hero h1 {
  font-family: 'Sora', sans-serif;
  font-size: 52px; font-weight: 900; color: #fff;
  line-height: 1.1; position: relative; margin-bottom: 20px;
}
.hero h1 .accent { color: var(--amber); }
.hero h1 .line2  { color: var(--orange); }
.hero-quote-wrap { max-width: 560px; margin: 0 auto 16px; position: relative; }
.hero-quote {
  font-size: 15px; color: #C8A87A; line-height: 1.8; font-style: italic;
  border-left: 3px solid var(--orange); padding-left: 18px; text-align: left;
  display: block;
}
.hero-sub {
  font-size: 15px; color: #9A7A5A; max-width: 480px; margin: 16px auto 32px; line-height: 1.7;
  position: relative;
}
.hero-btns {
  display: flex; gap: 14px; justify-content: center;
  position: relative; flex-wrap: wrap; margin-bottom: 48px;
}
.btn-hero-primary {
  padding: 15px 32px; background: var(--orange); color: #fff;
  border-radius: 12px; font-size: 15px; font-weight: 800; border: none;
  box-shadow: 0 6px 24px rgba(224,123,26,0.4); transition: all 0.18s;
}
.btn-hero-primary:hover { background: #c96d10; transform: translateY(-2px); box-shadow: 0 8px 32px rgba(224,123,26,0.5); }
.btn-hero-secondary {
  padding: 14px 32px; background: rgba(255,255,255,0.1); color: #fff;
  border-radius: 12px; font-size: 15px; font-weight: 700;
  border: 2px solid rgba(255,255,255,0.45); transition: all 0.18s;
}
.btn-hero-secondary:hover { background: rgba(255,255,255,0.18); transform: translateY(-2px); }
.hero-stats {
  display: flex; justify-content: center; flex-wrap: wrap;
  border-top: 1px solid rgba(255,255,255,0.07); padding-top: 28px; gap: 0; position: relative;
}
.hero-stat { text-align: center; padding: 0 32px; border-right: 1px solid rgba(255,255,255,0.07); }
.hero-stat:last-child { border-right: none; }
.hero-stat .num { color: var(--amber); font-size: 26px; font-weight: 900; font-family: 'Sora', sans-serif; }
.hero-stat .lbl { color: #6A5040; font-size: 12px; margin-top: 4px; }

/* ============================================
   UNITY BANNER
   ============================================ */
.unity-banner {
  background: var(--brown); padding: 56px 24px; text-align: center; position: relative; overflow: hidden;
}
.unity-banner::before {
  content: ''; position: absolute; inset: 0;
  background-image:
    repeating-linear-gradient(0deg, transparent, transparent 28px, rgba(240,168,48,0.04) 28px, rgba(240,168,48,0.04) 29px),
    repeating-linear-gradient(90deg, transparent, transparent 28px, rgba(240,168,48,0.04) 28px, rgba(240,168,48,0.04) 29px);
  pointer-events: none;
}
.unity-eyebrow {
  font-size: 10px; letter-spacing: 3px; color: var(--amber);
  text-transform: uppercase; font-weight: 700; margin-bottom: 12px; position: relative;
}
.unity-heading {
  font-family: 'Sora', sans-serif;
  font-size: 32px; font-weight: 900; color: #fff; line-height: 1.2;
  max-width: 600px; margin: 0 auto 14px; position: relative;
}
.unity-heading em { color: var(--amber); font-style: normal; }
.unity-sub {
  font-size: 15px; color: #C8A87A; max-width: 520px;
  margin: 0 auto 24px; line-height: 1.8; position: relative;
}
.unity-flags { font-size: 26px; letter-spacing: 4px; position: relative; }

/* ============================================
   HOW IT WORKS
   ============================================ */
.how-section { padding: 72px 24px; background: #fff; }
.steps-grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px;
  max-width: 1000px; margin: 0 auto;
}
.step-card {
  background: #fff; border: 1px solid var(--border); border-radius: 16px;
  padding: 28px 20px; text-align: center; position: relative; overflow: hidden;
  transition: all 0.2s;
}
.step-card:hover { border-color: var(--orange); transform: translateY(-3px); }
.step-card::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 4px;
  background: var(--orange);
}
.step-num { font-size: 10px; font-weight: 800; color: var(--orange); letter-spacing: 1.5px; margin-bottom: 14px; text-transform: uppercase; }
.step-icon {
  width: 60px; height: 60px; border-radius: 50%; background: var(--cream);
  border: 2px solid var(--border); display: flex; align-items: center;
  justify-content: center; margin: 0 auto 16px; font-size: 28px;
}
.step-title { font-size: 15px; font-weight: 800; color: var(--brown); margin-bottom: 8px; }
.step-desc { font-size: 13px; color: var(--muted); line-height: 1.7; }

/* ============================================
   WHY US
   ============================================ */
.why-section { padding: 72px 24px; background: var(--cream); }
.why-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px;
  max-width: 1000px; margin: 0 auto;
}
.why-card {
  border: 1px solid var(--border); border-radius: 16px; padding: 28px 24px;
  background: #fff; transition: all 0.2s;
}
.why-card:hover { border-color: var(--orange); transform: translateY(-3px); }
.why-icon { font-size: 32px; margin-bottom: 14px; }
.why-title { font-size: 16px; font-weight: 800; color: var(--brown); margin-bottom: 8px; }
.why-desc { font-size: 13px; color: var(--muted); line-height: 1.7; }

/* ============================================
   CATEGORIES
   ============================================ */
.cat-section { padding: 72px 24px; background: #fff; }
.cat-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 12px; max-width: 1000px; margin: 0 auto 28px;
}
.cat-card {
  border: 1px solid var(--border); border-radius: 14px; padding: 18px 12px;
  background: #fff; text-align: center; cursor: pointer; transition: all 0.18s;
}
.cat-card:hover { border-color: var(--orange); background: var(--cream); transform: translateY(-2px); }
.cat-card .cat-icon { font-size: 28px; margin-bottom: 8px; }
.cat-card .cat-name { font-size: 12px; font-weight: 700; color: var(--brown); }
.cat-card .cat-count { font-size: 11px; color: var(--muted); margin-top: 3px; }
.cat-more { text-align: center; }

/* ============================================
   TALENT PREVIEW (HOMEPAGE)
   ============================================ */
.talents-section { padding: 72px 24px; background: var(--cream); }
.talents-grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px;
  max-width: 1000px; margin: 0 auto 28px;
}
.talent-card {
  background: #fff; border: 1px solid var(--border); border-radius: 16px;
  padding: 20px; transition: all 0.2s;
}
.talent-card:hover { border-color: var(--orange); transform: translateY(-2px); }
.talent-avatar {
  width: 52px; height: 52px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-weight: 800; font-size: 16px; margin-bottom: 12px;
}
.talent-name { font-size: 14px; font-weight: 800; color: var(--brown); margin-bottom: 2px; }
.talent-role { font-size: 12px; color: var(--muted); margin-bottom: 10px; }
.talent-tags { display: flex; flex-wrap: wrap; gap: 4px; margin-bottom: 10px; }
.tag {
  font-size: 10px; padding: 3px 10px; border-radius: 20px;
  background: var(--cream); color: var(--muted); border: 1px solid var(--border);
}
.talent-rating { font-size: 12px; color: var(--amber); }
.talent-location { font-size: 11px; color: var(--muted); margin-top: 2px; }
.talent-rate { font-size: 13px; font-weight: 800; color: var(--orange); margin-top: 8px; }

/* ============================================
   TESTIMONIALS
   ============================================ */
.testi-section { padding: 72px 24px; background: #fff; }
.testi-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px;
  max-width: 1000px; margin: 0 auto;
}
.testi-card {
  border: 1px solid var(--border); border-radius: 16px; padding: 24px;
  background: #fff; transition: all 0.2s;
}
.testi-card:hover { border-color: var(--amber); }
.testi-stars { color: var(--amber); font-size: 15px; margin-bottom: 12px; }
.testi-quote { font-size: 13px; color: var(--muted); line-height: 1.8; margin-bottom: 18px; font-style: italic; }
.testi-author { display: flex; align-items: center; gap: 12px; }
.testi-av {
  width: 38px; height: 38px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 12px; font-weight: 800; flex-shrink: 0;
}
.testi-name { font-size: 13px; font-weight: 700; color: var(--brown); }
.testi-role { font-size: 11px; color: var(--muted); }

/* ============================================
   CTA BANNER
   ============================================ */
.cta-section {
  background: var(--dark); padding: 72px 24px; text-align: center; position: relative; overflow: hidden;
}
.cta-section .hero-pattern { opacity: 0.025; }
.cta-logo { width: 64px; height: 64px; border-radius: 50%; margin: 0 auto 20px; border: 2px solid rgba(240,168,48,0.3); object-fit: cover; }
.cta-section h2 {
  font-family: 'Sora', sans-serif;
  font-size: 32px; font-weight: 900; color: #fff; margin-bottom: 12px; position: relative;
}
.cta-section h2 span { color: var(--amber); }
.cta-section p { font-size: 15px; color: #9A7A5A; max-width: 480px; margin: 0 auto 28px; line-height: 1.7; position: relative; }
.cta-btns { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; position: relative; }

/* ============================================
   FOOTER
   ============================================ */
.footer { background: #0D0603; padding: 48px 24px 24px; }
.footer-inner { max-width: 1000px; margin: 0 auto; }
.footer-top {
  display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 32px; margin-bottom: 32px;
}
.footer-brand-logo { display: flex; align-items: center; gap: 10px; margin-bottom: 10px; }
.footer-brand-logo img { width: 34px; height: 34px; border-radius: 50%; object-fit: cover; }
.footer-brand-logo .ft { font-size: 10px; color: #9A8070; font-weight: 700; letter-spacing: 1px; }
.footer-brand-logo .fb { font-family: 'Sora', sans-serif; font-size: 17px; font-weight: 900; color: var(--amber); }
.footer-tagline { font-size: 12px; color: #5A4030; line-height: 1.7; margin-bottom: 16px; }
.footer-social { display: flex; gap: 10px; }
.social-link {
  width: 36px; height: 36px; border-radius: 8px;
  display: flex; align-items: center; justify-content: center;
  border: 1px solid rgba(255,255,255,0.1);
  color: #9A8070; transition: all 0.18s; background: rgba(255,255,255,0.03);
}
.social-link:hover { border-color: var(--orange); color: var(--orange); background: rgba(224,123,26,0.1); }
.social-link svg { width: 18px; height: 18px; fill: currentColor; }
.footer-col h4 {
  font-size: 11px; font-weight: 700; color: var(--amber);
  text-transform: uppercase; letter-spacing: 1.5px; margin-bottom: 14px;
}
.footer-col a { display: block; font-size: 12px; color: #5A4030; margin-bottom: 9px; transition: color 0.15s; }
.footer-col a:hover { color: var(--amber); }
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.05); padding-top: 20px;
  display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 8px;
}
.footer-copy { font-size: 11px; color: #3A2510; }
.footer-tribe { font-size: 11px; color: #3A2510; }

/* ============================================
   FORMS (Login / Signup)
   ============================================ */
.auth-page {
  min-height: 100vh; background: var(--dark);
  display: flex; align-items: center; justify-content: center; padding: 24px;
}
.auth-card {
  background: #fff; border-radius: 20px; overflow: hidden;
  width: 100%; max-width: 900px;
  display: grid; grid-template-columns: 1fr 1fr;
  box-shadow: 0 24px 80px rgba(0,0,0,0.4);
}
.auth-left {
  background: var(--brown); padding: 48px 36px;
  display: flex; flex-direction: column; justify-content: center;
}
.auth-left-logo { display: flex; align-items: center; gap: 10px; margin-bottom: 28px; }
.auth-left-logo img { width: 42px; height: 42px; border-radius: 50%; object-fit: cover; }
.auth-left h2 { font-family: 'Sora', sans-serif; font-size: 26px; font-weight: 900; color: #fff; margin-bottom: 10px; line-height: 1.2; }
.auth-left h2 span { color: var(--amber); }
.auth-left p { font-size: 13px; color: #C8A87A; line-height: 1.7; margin-bottom: 24px; }
.auth-type-btns { display: flex; flex-direction: column; gap: 10px; }
.auth-type-btn {
  padding: 14px 16px; border-radius: 12px; cursor: pointer;
  border: 1.5px solid rgba(255,255,255,0.12);
  background: rgba(255,255,255,0.05); color: #fff; text-align: left;
  transition: all 0.15s; width: 100%;
}
.auth-type-btn:hover, .auth-type-btn.active {
  border-color: var(--orange); background: rgba(224,123,26,0.15);
}
.auth-type-btn .t-title { font-size: 14px; font-weight: 700; }
.auth-type-btn .t-desc  { font-size: 11px; color: #9A8070; margin-top: 3px; }
.auth-free-note {
  margin-top: 18px; padding: 12px 14px;
  background: rgba(224,123,26,0.1); border: 1px solid rgba(224,123,26,0.2);
  border-radius: 10px; font-size: 11px; color: #C8A87A; line-height: 1.6;
}
.auth-right { padding: 48px 36px; background: var(--cream); }
.auth-right h3 { font-family: 'Sora', sans-serif; font-size: 20px; font-weight: 900; color: var(--brown); margin-bottom: 20px; }
.form-group { margin-bottom: 14px; }
.form-group label { font-size: 12px; font-weight: 600; color: var(--muted); display: block; margin-bottom: 5px; }
.form-group input,
.form-group select,
.form-group textarea {
  width: 100%; padding: 10px 14px; border-radius: 10px;
  border: 1.5px solid var(--border); background: #fff;
  font-size: 14px; color: var(--brown); font-family: inherit;
  outline: none; transition: border-color 0.15s;
}
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus { border-color: var(--orange); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.form-submit {
  width: 100%; padding: 13px; background: var(--orange); color: #fff;
  border: none; border-radius: 12px; font-size: 15px; font-weight: 800;
  cursor: pointer; transition: all 0.18s; margin-top: 6px;
}
.form-submit:hover { background: #c96d10; transform: translateY(-1px); }
.auth-switch { text-align: center; margin-top: 14px; font-size: 13px; color: var(--muted); }
.auth-switch a { color: var(--orange); font-weight: 700; }

/* ============================================
   DASHBOARD LAYOUT
   ============================================ */
.dash-wrapper { display: flex; min-height: 100vh; }
.sidebar {
  width: 220px; flex-shrink: 0;
  background: var(--dark); display: flex; flex-direction: column;
  position: sticky; top: 0; height: 100vh; overflow-y: auto;
}
.sidebar-logo {
  padding: 18px 16px 16px; border-bottom: 1px solid rgba(255,255,255,0.06);
  display: flex; align-items: center; gap: 8px; margin-bottom: 8px;
}
.sidebar-logo img { width: 30px; height: 30px; border-radius: 50%; object-fit: cover; }
.sidebar-logo .sl-top { font-size: 9px; color: #9A8070; font-weight: 700; letter-spacing: 1px; }
.sidebar-logo .sl-bot { font-family: 'Sora', sans-serif; font-size: 14px; font-weight: 900; color: var(--amber); }
.sidebar-nav { flex: 1; padding: 4px 0; }
.sidebar-item {
  padding: 10px 16px; font-size: 13px; color: #9A8070;
  display: flex; align-items: center; gap: 10px; cursor: pointer;
  transition: all 0.15s; border-left: 3px solid transparent;
  text-decoration: none;
}
.sidebar-item:hover { background: rgba(255,255,255,0.04); color: #fff; }
.sidebar-item.active {
  background: rgba(224,123,26,0.12); color: var(--amber);
  border-left-color: var(--orange);
}
.sidebar-item svg { width: 18px; height: 18px; flex-shrink: 0; }
.sidebar-badge {
  margin-left: auto; background: var(--orange); color: #fff;
  font-size: 10px; padding: 1px 6px; border-radius: 10px; font-weight: 700;
}
.sidebar-footer {
  padding: 14px 16px; border-top: 1px solid rgba(255,255,255,0.06);
}
.sidebar-user-name { font-size: 12px; color: #fff; font-weight: 600; }
.sidebar-user-role { font-size: 10px; color: #6A5040; margin-top: 2px; }
.sidebar-plan-badge {
  margin-top: 10px; padding: 8px 10px;
  background: rgba(224,123,26,0.1); border: 1px solid rgba(224,123,26,0.2);
  border-radius: 8px; text-align: center;
}
.sidebar-plan-badge .spb-label { font-size: 10px; color: var(--amber); font-weight: 700; }
.sidebar-plan-badge .spb-sub { font-size: 9px; color: #6A5040; margin-top: 2px; }
.dash-main { flex: 1; background: var(--cream); overflow-y: auto; }
.dash-topbar {
  background: #fff; padding: 14px 24px; border-bottom: 1px solid var(--border);
  display: flex; align-items: center; justify-content: space-between;
}
.dash-topbar-title { font-size: 16px; font-weight: 800; color: var(--brown); }
.dash-topbar-right { display: flex; gap: 10px; align-items: center; }
.dash-content { padding: 24px; }
.plan-upgrade-banner {
  background: var(--dark); border-radius: 14px; padding: 16px 20px;
  display: flex; align-items: center; justify-content: space-between; margin-bottom: 20px;
  flex-wrap: wrap; gap: 12px;
}
.pub-info .pub-plan { color: var(--amber); font-size: 13px; font-weight: 700; }
.pub-info .pub-desc { color: #9A8070; font-size: 12px; margin-top: 3px; }
.dash-stats-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-bottom: 20px;
}
.dash-stat-card {
  background: #fff; border-radius: 12px; padding: 16px 18px;
  border: 1px solid var(--border);
}
.dash-stat-num { font-size: 28px; font-weight: 900; color: var(--orange); font-family: 'Sora', sans-serif; }
.dash-stat-label { font-size: 12px; color: var(--muted); margin-top: 3px; }
.section-heading { font-size: 14px; font-weight: 800; color: var(--brown); margin-bottom: 12px; }

/* Talent list rows */
.talent-row {
  background: #fff; border-radius: 12px; padding: 12px 16px;
  border: 1px solid var(--border); display: flex; align-items: center; gap: 14px;
  margin-bottom: 10px; transition: all 0.15s;
}
.talent-row:hover { border-color: var(--orange); }
.talent-row-info { flex: 1; }
.talent-row-name { font-size: 13px; font-weight: 700; color: var(--brown); }
.talent-row-meta { font-size: 11px; color: var(--muted); margin-top: 2px; }
.locked-badge {
  font-size: 11px; padding: 4px 10px; background: var(--cream);
  color: var(--muted); border-radius: 8px; border: 1px solid var(--border);
}

/* ============================================
   PRICING PAGE
   ============================================ */
.pricing-page { padding: 72px 24px; background: var(--cream); }
.pricing-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px;
  max-width: 900px; margin: 0 auto 20px;
}
.pricing-card {
  border: 1.5px solid var(--border); border-radius: 18px;
  padding: 28px 22px; background: #fff; text-align: center; transition: all 0.2s;
}
.pricing-card:hover { transform: translateY(-3px); }
.pricing-card.featured {
  border-color: var(--orange); background: var(--cream);
  box-shadow: 0 8px 32px rgba(224,123,26,0.15);
}
.pricing-card.legend {
  border-color: var(--amber); background: var(--dark); max-width: 340px;
  margin: 0 auto;
}
.plan-badge {
  display: inline-block; font-size: 10px; font-weight: 800;
  padding: 4px 12px; border-radius: 20px; margin-bottom: 12px;
  text-transform: uppercase; letter-spacing: 1px;
}
.plan-name { font-family: 'Sora', sans-serif; font-size: 20px; font-weight: 900; color: var(--brown); margin-bottom: 6px; }
.legend .plan-name { color: #fff; }
.plan-price {
  font-family: 'Sora', sans-serif;
  font-size: 36px; font-weight: 900; color: var(--orange); margin: 10px 0 4px;
}
.plan-price-note { font-size: 13px; color: var(--muted); font-weight: 400; }
.legend .plan-price-note { color: #6A5040; }
.plan-talent-count {
  font-size: 12px; font-weight: 700; color: var(--brown);
  background: var(--amber); padding: 4px 12px; border-radius: 20px;
  display: inline-block; margin: 10px 0;
}
.plan-features { text-align: left; margin: 14px 0 20px; }
.plan-features li {
  font-size: 12px; color: var(--muted); padding: 5px 0;
  display: flex; gap: 8px; align-items: flex-start; border-bottom: 1px solid rgba(232,213,176,0.5);
}
.plan-features li:last-child { border-bottom: none; }
.plan-features li .check { color: var(--orange); font-weight: 800; flex-shrink: 0; }
.plan-features li .cross { color: #E24B4A; font-weight: 800; flex-shrink: 0; }
.legend .plan-features li { color: #C8A87A; border-bottom-color: rgba(255,255,255,0.07); }

/* ============================================
   TALENT PROFILE PAGE
   ============================================ */
.profile-hero {
  background: var(--dark); padding: 32px 24px;
  display: flex; align-items: center; gap: 20px; flex-wrap: wrap;
}
.profile-av-wrap { position: relative; }
.profile-av {
  width: 80px; height: 80px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 26px; font-weight: 900; color: #fff;
  border: 3px solid var(--amber);
}
.profile-info .p-name { font-family: 'Sora', sans-serif; font-size: 22px; font-weight: 900; color: #fff; }
.profile-info .p-title { color: var(--amber); font-size: 14px; margin-top: 4px; }
.profile-info .p-rating { color: #9A8070; font-size: 13px; margin-top: 6px; }
.tribe-score {
  margin-left: auto; background: rgba(224,123,26,0.15);
  border: 1px solid var(--orange); border-radius: 12px;
  padding: 10px 18px; text-align: center;
}
.tribe-score .ts-label { font-size: 10px; color: var(--amber); font-weight: 800; letter-spacing: 1px; text-transform: uppercase; }
.tribe-score .ts-val { font-family: 'Sora', sans-serif; font-size: 28px; font-weight: 900; color: #fff; }

/* ============================================
   ALERTS & TOASTS
   ============================================ */
.alert {
  padding: 12px 16px; border-radius: 10px; font-size: 13px;
  font-weight: 600; margin-bottom: 14px; display: flex; align-items: center; gap: 10px;
}
.alert-success { background: #EAF8EC; color: #1D7A32; border: 1px solid #A8DEBB; }
.alert-warning { background: #FFF8E6; color: #8A6000; border: 1px solid #F0D070; }
.alert-danger  { background: #FDECEA; color: #A32020; border: 1px solid #F5ACAC; }
.alert-info    { background: #E6F0FB; color: #1450A0; border: 1px solid #A0C4F5; }

/* ============================================
   RESPONSIVE
   ============================================ */
@media (max-width: 900px) {
  .hero h1 { font-size: 36px; }
  .steps-grid, .why-grid { grid-template-columns: 1fr 1fr; }
  .cat-grid { grid-template-columns: repeat(3, 1fr); }
  .talents-grid { grid-template-columns: 1fr 1fr; }
  .testi-grid { grid-template-columns: 1fr; }
  .footer-top { grid-template-columns: 1fr 1fr; }
  .pricing-grid { grid-template-columns: 1fr; max-width: 420px; }
  .auth-card { grid-template-columns: 1fr; }
  .auth-left { display: none; }
  .dash-wrapper { flex-direction: column; }
  .sidebar { width: 100%; height: auto; position: relative; }
}

@media (prefers-reduced-motion: reduce) {
  .hero-logo-ring { animation: none; }
  * { transition: none !important; }
}


/* ============================================
   RESPONSIVE — CLEAN VERSION
   ============================================ */

/* Mobile menu hidden by default on ALL screen sizes */
.mobile-menu {
  display: none;
  flex-direction: column;
  background: #0D0603;
  border-top: 1px solid rgba(255,255,255,0.07);
}
.mobile-menu.open { display: flex; }
.mobile-menu a {
  color: #C8A87A; font-size: 15px; padding: 14px 20px;
  border-bottom: 1px solid rgba(255,255,255,0.05);
  text-decoration: none; display: block;
}
.mobile-menu a:hover { color: var(--amber); background: rgba(255,255,255,0.03); }
.mobile-menu .mob-btns {
  display: flex; gap: 10px; padding: 14px 20px;
  border-top: 1px solid rgba(255,255,255,0.07);
}
.mobile-menu .mob-btn-login {
  flex: 1; text-align: center; padding: 10px 8px;
  border: 1.5px solid rgba(255,255,255,0.2); border-radius: 8px;
  color: #C8A87A; font-size: 13px; font-weight: 600; text-decoration: none;
}
.mobile-menu .mob-btn-join {
  flex: 1; text-align: center; padding: 10px 8px;
  background: var(--orange); border-radius: 8px;
  color: #fff; font-size: 13px; font-weight: 700; text-decoration: none;
}

/* Tablet (820px and below) — hide nav links, show hamburger */
@media (max-width: 820px) {
  .navbar-links { display: none; }
  .hamburger { display: flex; }
  .steps-grid, .why-grid { grid-template-columns: 1fr 1fr; }
  .cat-grid { grid-template-columns: repeat(3, 1fr); }
  .talents-grid { grid-template-columns: 1fr 1fr; }
  .testi-grid { grid-template-columns: 1fr; }
  .footer-top { grid-template-columns: 1fr 1fr; }
  .pricing-grid { grid-template-columns: 1fr; max-width: 420px; }
  .auth-card { grid-template-columns: 1fr; }
  .auth-left { display: none; }
  .dash-wrapper { flex-direction: column; }
  .sidebar { width: 100%; height: auto; position: relative; }
}

/* Mobile (600px and below) */
@media (max-width: 600px) {
  .navbar { padding: 0 14px; }
  .navbar-inner { height: 56px; }
  .navbar-actions .btn-nav-login { display: none; }
  .navbar-actions .btn-nav-join  { padding: 7px 12px; font-size: 12px; }
  .navbar-logo .logo-text .bottom { font-size: 15px; }
  .navbar-logo .logo-text .top    { font-size: 9px; }
  .steps-grid, .why-grid, .cat-grid { grid-template-columns: 1fr; }
  .talents-grid { grid-template-columns: 1fr; }
  .footer-top { grid-template-columns: 1fr; }
  .section-title { font-size: 22px; }
  .hero-btns { flex-direction: column; align-items: center; }
  .btn-hero-primary, .btn-hero-secondary {
    width: 100%; max-width: 320px; text-align: center; justify-content: center;
  }
  .hero-stat { padding: 0 10px; }
  .hero-stat .num { font-size: 18px; }
  .hero-stat .lbl { font-size: 10px; }
  .av-strip img { width: 30px; height: 30px; }
  .av-strip span { font-size: 10px; }
}

@media (prefers-reduced-motion: reduce) {
  .hero-logo-ring { animation: none; }
  * { transition: none !important; }
}
