* { font-family: 'Inter', system-ui, sans-serif; box-sizing: border-box; }
    :root {
      --forest-dark: #0D3B13;
      --forest: #1B5E20;
      --emerald: #43A047;
      --emerald-pale: #E8F5E9;
      --gold: #F9A825;
      --gold-dark: #F57F17;
    }
    body { margin: 0; background-color: #F8FAFB; }
    
    @keyframes pulse-glow { 0%, 100% { opacity: 0.4; } 50% { opacity: 1; } }
    @keyframes shimmer { 0% { background-position: 200% 0; } 100% { background-position: -200% 0; } }
    @keyframes fade-up { from { opacity: 0; transform: translateY(24px); } to { opacity: 1; transform: translateY(0); } }
    @keyframes spin { to { transform: rotate(360deg); } }
    .fade-up { animation: fade-up 0.5s ease-out both; }
    .card-hover { transition: all 0.3s cubic-bezier(0.4,0,0.2,1); }
    .card-hover:hover { transform: translateY(-4px); box-shadow: 0 20px 40px -12px rgba(27,94,32,0.15); }
    
    /* Path Hub Transitions */
    .path-hub-content { transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1); }
    .path-hidden { opacity: 0; transform: translateY(20px); pointer-events: none; height: 0; overflow: hidden; margin: 0 !important; padding: 0 !important; }
    .path-active { opacity: 1; transform: translateY(0); pointer-events: auto; height: auto; overflow: visible; }
    
    /* Premium UI Components */
    .glass { background: rgba(255, 255, 255, 0.7); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); border: 1px solid rgba(255, 255, 255, 0.3); }
    .glass-dark { background: rgba(0, 0, 0, 0.3); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); border: 1px solid rgba(255, 255, 255, 0.1); }
    
    .gauge-container { position: relative; width: 120px; height: 120px; }
    .gauge-circle { transform: rotate(-90deg); transform-origin: 50% 50%; }
    .gauge-bg { fill: none; stroke: rgba(255,255,255,0.1); stroke-width: 8; }
    .gauge-progress { fill: none; stroke: #FDD835; stroke-width: 8; stroke-linecap: round; stroke-dasharray: 283; stroke-dashoffset: 283; transition: stroke-dashoffset 1.5s cubic-bezier(0.4, 0, 0.2, 1); }
    
    .roadmap-item { position: relative; padding-left: 2.5rem; margin-bottom: 1.5rem; }
    .roadmap-item::before { content: ''; position: absolute; left: 0.7rem; top: 0; bottom: -1.5rem; width: 2px; background: rgba(255,255,255,0.15); }
    .roadmap-item:last-child::before { display: none; }
    .roadmap-dot { position: absolute; left: 0; top: 0; width: 1.5rem; height: 1.5rem; background: #FFD54F; border-radius: 9999px; display: flex; align-items: center; justify-content: center; font-size: 0.7rem; color: #1B5E20; font-weight: 900; z-index: 10; border: 3px solid #1B5E20; }
    
    .package-card { transition: all 0.3s; border: 2px solid transparent; cursor: pointer; }
    .package-card:hover { transform: scale(1.03); }
    .package-card.selected { border-color: #FDD835; background: rgba(253, 216, 53, 0.05); }
    
    .sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border-width: 0; }
    .skeleton { background: linear-gradient(90deg, #e2e8e4 25%, #f1f5f2 50%, #e2e8e4 75%); background-size: 200% 100%; animation: shimmer 1.5s infinite; }
    
    /* Search Mode Toggle */
    .search-mode-btn { background: rgba(255,255,255,0.1); color: rgba(232,245,233,0.6); border: 1px solid rgba(255,255,255,0.15); cursor: pointer; }
    .search-mode-btn:hover { background: rgba(255,255,255,0.15); color: rgba(232,245,233,0.9); }
    .search-mode-btn.active { background: rgba(249,168,37,0.2); color: #FDD835; border-color: rgba(249,168,37,0.4); }
    
    .tab-active { border-bottom: 3px solid #1B5E20; color: #1B5E20; font-weight: 700; }
    .tab-inactive { border-bottom: 3px solid transparent; color: #6B7280; }
    
    /* Google Translate — fully hidden, controlled via custom picker */
    .goog-te-banner-frame.skiptranslate { display: none !important; }
    body { top: 0px !important; }
    #goog-gt-tt { display: none !important; }
    #google_translate_element { position: absolute; left: -9999px; opacity: 0; height: 0; overflow: hidden; pointer-events: none; }
    .goog-te-gadget { font-size: 0 !important; }

    /* Custom Language Picker */
    .lang-picker { position: relative; }
    .lang-picker-btn {
      width: 36px; height: 36px;
      display: flex; align-items: center; justify-content: center;
      background-color: #E8F5E9;
      border: 1px solid #A5D6A7;
      border-radius: 9999px;
      cursor: pointer;
      transition: all 0.2s;
    }
    .lang-picker-btn:hover { background-color: #C8E6C9; border-color: #66BB6A; }
    .lang-picker-btn.active { background-color: #C8E6C9; border-color: #1B5E20; box-shadow: 0 0 0 3px rgba(27,94,32,0.1); }
    .lang-dropdown {
      position: absolute; right: 0; top: 44px;
      background: white;
      border: 1px solid #E2E8E4;
      border-radius: 0.75rem;
      box-shadow: 0 12px 32px -4px rgba(0,0,0,0.12);
      min-width: 160px;
      padding: 0.35rem;
      z-index: 60;
      opacity: 0; transform: translateY(-8px) scale(0.95);
      pointer-events: none;
      transition: opacity 0.15s ease, transform 0.15s ease;
    }
    .lang-dropdown.show {
      opacity: 1; transform: translateY(0) scale(1);
      pointer-events: auto;
    }
    .lang-option {
      display: flex; align-items: center; gap: 0.5rem;
      width: 100%; padding: 0.5rem 0.75rem;
      border: none; background: none;
      font-size: 0.8rem; font-weight: 500; color: #374151;
      border-radius: 0.5rem;
      cursor: pointer; transition: background 0.15s;
      text-align: left;
    }
    .lang-option:hover { background-color: #E8F5E9; color: #1B5E20; }
    .lang-option.selected { background-color: #E8F5E9; color: #1B5E20; font-weight: 700; }
    .lang-option .flag { font-size: 1.1rem; line-height: 1; }
    
    /* Form Styles */
    .form-input {
      width: 100%;
      border: 1px solid #E2E8E4;
      border-radius: 0.75rem;
      padding: 0.75rem 1rem;
      font-size: 0.875rem;
      transition: all 0.2s;
      outline: none;
      background: white;
    }
    .form-input:focus {
      border-color: #1B5E20;
      box-shadow: 0 0 0 3px rgba(27,94,32,0.1);
    }
    .form-label {
      display: block;
      font-size: 0.8rem;
      font-weight: 600;
      color: #5D4037;
      margin-bottom: 0.35rem;
    }
    .form-group {
      margin-bottom: 1rem;
    }
    .btn-primary {
      background-color: #1B5E20;
      color: white;
      font-weight: 600;
      padding: 0.75rem 2rem;
      border-radius: 0.75rem;
      border: none;
      cursor: pointer;
      transition: all 0.2s;
      font-size: 0.875rem;
    }
    .btn-primary:hover { background-color: #0D3B13; }
    .btn-primary:disabled { opacity: 0.5; cursor: not-allowed; }

    /* Badge Styles */
    .badge-gold { background: linear-gradient(135deg, #F9A825, #FDD835); color: #5D4037; }
    .badge-emerald { background: linear-gradient(135deg, #43A047, #66BB6A); color: white; }
    .badge-blue { background: linear-gradient(135deg, #1565C0, #42A5F5); color: white; }
    .badge-pending { background: linear-gradient(135deg, #FF8F00, #FFB74D); color: white; }

    /* Split Path Layout (Premium UI) */
    .split-path-container {
      display: grid;
      grid-template-columns: 1fr 1fr;
      min-height: 500px;
      gap: 1.5rem;
      margin-top: -3rem;
      position: relative;
      z-index: 20;
    }

    .path-card {
      position: relative;
      overflow: hidden;
      border-radius: 2.5rem;
      padding: 3rem 2.5rem;
      display: flex;
      flex-direction: column;
      justify-content: flex-end;
      min-height: 480px;
      cursor: pointer;
      transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
      border: 1px solid rgba(255, 255, 255, 0.1);
      box-shadow: 0 10px 30px -10px rgba(0, 0, 0, 0.1);
    }

    /* Elegant Image Layers */
    .path-card-visual {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 0;
      overflow: hidden;
    }

    .path-card-img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      opacity: 1;
      transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
    }

    .path-card:hover .path-card-img {
      transform: scale(1.1);
    }

    .path-card-overlay {
      position: absolute;
      inset: 0;
      z-index: 1;
    }

    .path-card.talent .path-card-overlay {
      background: linear-gradient(to bottom, rgba(27,94,32,0) 0%, rgba(27,94,32,0.7) 60%, #1B5E20 100%);
    }

    .path-card.employer .path-card-overlay {
      background: linear-gradient(to bottom, rgba(13, 59, 19, 0) 0%, rgba(13, 59, 19, 0.7) 60%, #0D3B13 100%);
    }

    .path-card-content {
      position: relative;
      z-index: 2;
    }
    
    .path-card:hover { transform: translateY(-8px); box-shadow: 0 20px 50px -12px rgba(27, 94, 32, 0.4); }

    @media (max-width: 1024px) {
      .split-path-container {
        grid-template-columns: 1fr;
        margin-top: 2rem;
      }

      .path-card {
        min-height: 380px;
      }
    }

    /* Toast Notifications System */
    .toast-container { position: fixed; top: 1.5rem; right: 1.5rem; z-index: 9999; display: flex; flex-direction: column; gap: 0.75rem; pointer-events: none; }
    .toast {
      pointer-events: auto;
      min-width: 300px; max-width: 400px;
      background: white;
      border-radius: 1rem;
      padding: 1rem;
      display: flex; align-items: flex-start; gap: 0.75rem;
      box-shadow: 0 10px 25px -5px rgba(0,0,0,0.1), 0 8px 10px -6px rgba(0,0,0,0.1);
      border: 1px solid #E2E8E4;
      transform: translateX(120%);
      transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    }
    .toast.show { transform: translateX(0); }
    .toast-success { border-left: 4px solid #43A047; }
    .toast-error { border-left: 4px solid #E53935; }
    .toast-info { border-left: 4px solid #1565C0; }

    .toast-icon { width: 1.5rem; height: 1.5rem; flex-shrink: 0; margin-top: 0.125rem; }
    .toast-success .toast-icon { color: #43A047; }
    .toast-error .toast-icon { color: #E53935; }
    .toast-info .toast-icon { color: #1565C0; }

    .toast-content { flex-grow: 1; }
    .toast-title { font-weight: 700; font-size: 0.875rem; color: #1B5E20; margin-bottom: 0.125rem; }
    .toast-message { font-size: 0.75rem; color: #5D4037; line-height: 1.4; }

    /* Result Reveal Animation */
    .reveal-anim { animation: revealIn 0.8s cubic-bezier(0.4, 0, 0.2, 1) both; }
    @keyframes revealIn {
      from { opacity: 0; transform: translateY(30px) scale(0.98); }
      to { opacity: 1; transform: translateY(0) scale(1); }
    }

    /* Executive CTA Button (Senior Talent Focus) */
    .btn-executive {
      background-color: #0D3B13;
      color: white;
      font-weight: 900;
      text-transform: uppercase;
      letter-spacing: 0.1em;
      padding: 1.25rem 3rem;
      border-radius: 1rem;
      border: 1px solid rgba(255, 255, 255, 0.1);
      box-shadow: 0 10px 30px -10px rgba(13, 59, 19, 0.5);
      transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
      font-size: 0.875rem;
      cursor: pointer;
    }
    .btn-executive:hover {
      transform: translateY(-4px);
      box-shadow: 0 20px 40px -12px rgba(13, 59, 19, 0.6);
      background-color: #1B5E20;
    }
    .btn-executive:active {
      transform: scale(0.98);
    }

    /* Login Status Indicator */
    .indicator-on { background-color: #43A047 !important; box-shadow: 0 0 12px #43A047; }
    .indicator-off { background-color: #94A3B8 !important; }
    
    @keyframes bounce-x {
      0%, 100% { transform: translateX(0); }
      50% { transform: translateX(5px); }
    }
    .animate-bounce-x { animation: bounce-x 1s infinite; }

    /* --- PREMIUM EVALUATION SCORECARD --- */
    .scorecard-glass {
      background: rgba(255, 255, 255, 0.03);
      backdrop-filter: blur(20px);
      border: 1px solid rgba(255, 255, 255, 0.1);
      box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
    }
    
    .scorecard-gradient {
      background: linear-gradient(135deg, #1B5E20 0%, #0D3B13 100%);
    }
    
    .scorecard-border-gold {
      border: 2px solid #F9A825;
      position: relative;
    }
    
    .scorecard-border-gold::before {
      content: '';
      position: absolute;
      inset: -4px;
      border: 1px solid rgba(249, 168, 37, 0.3);
      border-radius: inherit;
      pointer-events: none;
    }

    .badge-premium {
      background: linear-gradient(135deg, #F9A825 0%, #F57F17 100%);
      color: #1B5E20;
      font-weight: 900;
      text-transform: uppercase;
      letter-spacing: 0.1em;
      box-shadow: 0 4px 15px rgba(249, 168, 37, 0.3);
    }

    .circular-progress {
      position: relative;
      width: 140px;
      height: 140px;
      border-radius: 50%;
      background: conic-gradient(#F9A825 var(--progress), rgba(255, 255, 255, 0.1) 0deg);
      display: flex;
      align-items: center;
      justify-content: center;
    }
    
    .circular-progress::before {
      content: "";
      position: absolute;
      width: 120px;
      height: 120px;
      border-radius: 50%;
      background: #0D3B13;
    }

    .score-value {
      position: relative;
      font-size: 3rem;
      font-weight: 900;
      color: #F9A825;
    }
    
    .share-node {
      padding: 40px;
      width: 600px; /* Standard square-ish size for LinkedIn/Social */
      background: #1B5E20;
      border: 16px solid #0D3B13;
    }

    @media (max-width: 640px) {
      .share-node {
        width: 100%;
        padding: 20px;
      }
    }

    /* Legal Prose Styling */
    .prose p { margin-bottom: 1rem; line-height: 1.6; }
    .prose h4 { margin-top: 1.5rem; margin-bottom: 0.5rem; color: #1B5E20; font-weight: 700; }
    
    /* Footer & Pricing Utilities */
    .pricing-card-shadow { box-shadow: 0 30px 60px -12px rgba(27, 94, 32, 0.1), 0 18px 36px -18px rgba(0, 0, 0, 0.05); }
    .footer-link-active { color: #F9A825; font-weight: 700; }
    
    @keyframes bounce-x {
      0%, 100% { transform: translateX(0); }
      50% { transform: translateX(4px); }
    }
    .animate-bounce-x { animation: bounce-x 1s infinite; }

    .scorecard-gradient {
      background: linear-gradient(135deg, #1B5E20 0%, #0D3B13 100%);
    }

    /* Fallback for Tailwind Backgrounds */
    .bg-forest-dark { background-color: var(--forest-dark); }
    .bg-forest { background-color: var(--forest); }
    .bg-emerald-pale { background-color: var(--emerald-pale); }
    
    /* New Landing Sections */
    .partners-ticker {
      display: flex;
      gap: 3rem;
      padding: 2rem 0;
      overflow: hidden;
      mask-image: linear-gradient(to right, transparent, black 15%, black 85%, transparent);
    }
    .partner-logo {
      height: 40px;
      filter: grayscale(1) opacity(0.6);
      transition: all 0.3s;
    }
    .partner-logo:hover { filter: grayscale(0) opacity(1); transform: scale(1.05); }

    .seo-directory-item {
      padding: 1rem;
      border-radius: 1rem;
      background: white;
      border: 1px solid #E2E8E4;
      transition: all 0.2s;
    }
    .seo-directory-item:hover { border-color: var(--emerald); box-shadow: 0 4px 12px rgba(0,0,0,0.05); }

/* MOBILE RESPONSIVENESS FIXES */
@media (max-width: 640px) {
  header .max-w-6xl { padding: 0 1rem; }
  .path-card { padding: 2rem 1.5rem; min-height: 420px; }
  .path-card h2 { font-size: 1.75rem !important; }
  
  /* Mobile menu adjustments */
  #mobileMenu {
    width: calc(100vw - 2rem);
    right: -1rem;
    left: auto;
    top: 3.5rem;
  }
  
  .lang-dropdown {
    position: fixed;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    border-radius: 1.5rem 1.5rem 0 0;
    transform: translateY(100%);
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s;
  }
  
  .lang-dropdown.show {
    transform: translateY(0);
    opacity: 1;
  }
}

/* Footer & Legal Enhancements */
footer button {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
}

footer a, footer button {
  transition: all 0.2s ease;
}

footer a:hover, footer button:hover {
  transform: translateX(4px);
  color: var(--gold) !important;
}

.custom-scrollbar::-webkit-scrollbar {
  width: 6px;
}
.custom-scrollbar::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.custom-scrollbar::-webkit-scrollbar-thumb {
  background: var(--forest);
  border-radius: 10px;
}
.custom-scrollbar::-webkit-scrollbar-thumb:hover {
  background: var(--forest-dark);
}

.scale-in {
  animation: scaleIn 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}

@keyframes scaleIn {
  from { opacity: 0; transform: scale(0.9) translateY(20px); }
  to { opacity: 1; transform: scale(1) translateY(0); }
}

